Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Modules/readline.c - pythoncapi/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
readline.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on May 17, 2018
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)
Show description for c2f082e
zvezdan
authored and
ned-deily
committed
c2f082e
View commit details
Copy full SHA for c2f082e
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Show description for 7ed7aea
vstinner
authored
7ed7aea
View commit details
Copy full SHA for 7ed7aea
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Show description for cb3ae55
vstinner
authored
cb3ae55
View commit details
Copy full SHA for cb3ae55
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Show description for 2cba6b8
vstinner
authored
2cba6b8
View commit details
Copy full SHA for 2cba6b8
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Fix CID-1414686: PyInit_readline() handles errors (#4647)
Show description for 0efc024
vstinner
authored
0efc024
View commit details
Copy full SHA for 0efc024
View code at this point
Browse repository at this point
Commits on Nov 12, 2017
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
authored
1588be6
View commit details
Copy full SHA for 1588be6
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Show description for f474c5a
pitrou
authored
f474c5a
View commit details
Copy full SHA for f474c5a
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
bpo-29854: test_readline logs versions (#2619)
Show description for 1881bef
vstinner
authored
1881bef
View commit details
Copy full SHA for 1881bef
View code at this point
Browse repository at this point
bpo-29854: Fix segfault in call_readline() (GH-728)
Show description for fae8f4a
nirs
authored and
berkerpeksag
committed
fae8f4a
View commit details
Copy full SHA for fae8f4a
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunction() with fastcall
Show description for 4778eab
vstinner
committed
4778eab
View commit details
Copy full SHA for 4778eab
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
merge 3.5
benjaminp
committed
9d1e4a5
View commit details
Copy full SHA for 9d1e4a5
View code at this point
Browse repository at this point
explicitly cast away constness to silence compiler warning
benjaminp
committed
1bb0c0b
View commit details
Copy full SHA for 1bb0c0b
View code at this point
Browse repository at this point
Commits on Aug 27, 2016
Issue #19884: Merge Readline updates from 3.5
vadmium
committed
aac9b71
View commit details
Copy full SHA for aac9b71
View code at this point
Browse repository at this point
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Show description for c427b8d
vadmium
committed
c427b8d
View commit details
Copy full SHA for c427b8d
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Issue #16182: Merge readline locale fix from 3.5
vadmium
committed
4074f93
View commit details
Copy full SHA for 4074f93
View code at this point
Browse repository at this point
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Show description for f00c49d
vadmium
committed
f00c49d
View commit details
Copy full SHA for f00c49d
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Issue #27171: Merge typo fixes from 3.5
vadmium
committed
0b7d84d
View commit details
Copy full SHA for 0b7d84d
View code at this point
Browse repository at this point
Issue #27171: Fix typos in documentation, comments, and test function names
vadmium
committed
e26da7c
View commit details
Copy full SHA for e26da7c
View code at this point
Browse repository at this point
Commits on May 15, 2016
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
vadmium
committed
f0dbf7a
View commit details
Copy full SHA for f0dbf7a
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Issue #6953: Merge readline doc from 3.5
vadmium
committed
b15c304
View commit details
Copy full SHA for b15c304
View code at this point
Browse repository at this point
Issue #6953: Rearrange and expand Readline module documentation
Show description for 0f76739
vadmium
committed
0f76739
View commit details
Copy full SHA for 0f76739
View code at this point
Browse repository at this point
Commits on Apr 3, 2016
Issue #23735: Merge sighandler_t fix from 3.5
vadmium
committed
9ad7646
View commit details
Copy full SHA for 9ad7646
View code at this point
Browse repository at this point
Issue #23735: Avoid sighandler_t Gnu-ism
vadmium
committed
28f35b2
View commit details
Copy full SHA for 28f35b2
View code at this point
Browse repository at this point
Issue #23735: Merge Readline resize handling from 3.5
vadmium
committed
a350600
View commit details
Copy full SHA for a350600
View code at this point
Browse repository at this point
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
vadmium
committed
5dbbf1a
View commit details
Copy full SHA for 5dbbf1a
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
Issue #24266: Merge readline Ctrl+C handling from 3.5
vadmium
committed
0b2d71b
View commit details
Copy full SHA for 0b2d71b
View code at this point
Browse repository at this point
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
vadmium
committed
d6990d2
View commit details
Copy full SHA for d6990d2
View code at this point
Browse repository at this point
Issue #15699: Merge readline fixup from 3.5
vadmium
committed
12eb2ab
View commit details
Copy full SHA for 12eb2ab
View code at this point
Browse repository at this point
Issue #15699: Reunite comment with variable
vadmium
committed
f6e9f47
View commit details
Copy full SHA for f6e9f47
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
576f132
View commit details
Copy full SHA for 576f132
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge a-to-an corrections from 3.5
vadmium
committed
e56a919
View commit details
Copy full SHA for e56a919
View code at this point
Browse repository at this point
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.