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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.6k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
rlcompleter.py
on
3.6
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 4, 2016
Merge 3.5
Yury Selivanov
committed
ab8d4fb
View commit details
Copy full SHA for ab8d4fb
View code at this point
Browse repository at this point
Issue #25660: Fix a unittest and rlcompleter when readline isn't available
Yury Selivanov
committed
46f7785
View commit details
Copy full SHA for 46f7785
View code at this point
Browse repository at this point
Merge 3.5 (issue #25660)
Yury Selivanov
committed
aecef0d
View commit details
Copy full SHA for aecef0d
View code at this point
Browse repository at this point
Issue #25660: Fix TAB key behaviour in REPL.
Yury Selivanov
committed
a7eae40
View commit details
Copy full SHA for a7eae40
View code at this point
Browse repository at this point
Commits on Nov 24, 2015
Issue #25663: Merge rlcompleter fix from 3.5
vadmium
committed
450c988
View commit details
Copy full SHA for 450c988
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
Issue #25663: Make rlcompleter avoid duplicate global names
vadmium
committed
ed92910
View commit details
Copy full SHA for ed92910
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
Issue #25590: Complete attribute names even if they are not yet created
vadmium
committed
6fe3926
View commit details
Copy full SHA for 6fe3926
View code at this point
Browse repository at this point
Issue #25590: Merge rlcompleter getattr change from 3.5
vadmium
committed
f4ad5f5
View commit details
Copy full SHA for f4ad5f5
View code at this point
Browse repository at this point
Issue #25590: Make rlcompleter only call getattr() once per attribute
Show description for 06622ea
vadmium
committed
06622ea
View commit details
Copy full SHA for 06622ea
View code at this point
Browse repository at this point
Commits on Sep 27, 2015
Issue #25011: rlcomplete now omits private and special attribute names unless
Show description for ab82422
serhiy-storchaka
committed
ab82422
View commit details
Copy full SHA for ab82422
View code at this point
Browse repository at this point
Issue #25209: rlcomplete now can add a space or a colon after completed keyword.
serhiy-storchaka
committed
8ace8e9
View commit details
Copy full SHA for 8ace8e9
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Issue #23441: rcompleter now prints a tab character instead of displaying
Show description for aaf6114
berkerpeksag
committed
aaf6114
View commit details
Copy full SHA for aaf6114
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
#18705: merge with 3.3.
ezio-melotti
committed
9a3777e
View commit details
Copy full SHA for 9a3777e
View code at this point
Browse repository at this point
#18705: fix a number of typos. Patch by Févry Thibault.
ezio-melotti
committed
30b9d5d
View commit details
Copy full SHA for 30b9d5d
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
Fix whitespace
pitrou
committed
a4617cd
View commit details
Copy full SHA for a4617cd
View code at this point
Browse repository at this point
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
pitrou
committed
dcedaf6
View commit details
Copy full SHA for dcedaf6
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
brettcannon
committed
cd171c8
View commit details
Copy full SHA for cd171c8
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
Issue #18200: Update the stdlib (except tests) to use
Show description for 0a14066
brettcannon
committed
0a14066
View commit details
Copy full SHA for 0a14066
View code at this point
Browse repository at this point
Commits on Mar 27, 2012
Closes #14411: remove outdated comment in rlcompleter docstring.
birkenfeld
committed
d864407
View commit details
Copy full SHA for d864407
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Closes #13258: Use callable() built-in in the standard library.
florentx
committed
5d1155c
View commit details
Copy full SHA for 5d1155c
View code at this point
Browse repository at this point
Commits on Jul 21, 2008
Merged revisions 65168 via svnmerge from
Show description for 095c119
benjaminp
committed
095c119
View commit details
Copy full SHA for 095c119
View code at this point
Browse repository at this point
Commits on Jul 5, 2008
finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou)
benjaminp
committed
bebfbe2
View commit details
Copy full SHA for bebfbe2
View code at this point
Browse repository at this point
fix regression from merge error in rlcompletor
benjaminp
committed
f385485
View commit details
Copy full SHA for f385485
View code at this point
Browse repository at this point
Commits on Jul 2, 2008
Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from
Show description for 4118174
benjaminp
committed
4118174
View commit details
Copy full SHA for 4118174
View code at this point
Browse repository at this point
Commits on May 16, 2008
Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from
Show description for 8ae3e05
avassalotti
committed
8ae3e05
View commit details
Copy full SHA for 8ae3e05
View code at this point
Browse repository at this point
Commits on Mar 16, 2008
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-…
Show description for dd15f6c
tiran
committed
dd15f6c
View commit details
Copy full SHA for dd15f6c
View code at this point
Browse repository at this point
Commits on Dec 2, 2007
#1535: rename __builtin__ module to builtins.
birkenfeld
committed
1a3284e
View commit details
Copy full SHA for 1a3284e
View code at this point
Browse repository at this point
Commits on Aug 30, 2007
Raise statement normalization in Lib/.
collinw
committed
ce36ad8
View commit details
Copy full SHA for ce36ad8
View code at this point
Browse repository at this point
Commits on May 27, 2006
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Show description for 477c8d5
Yhg1s
committed
477c8d5
View commit details
Copy full SHA for 477c8d5
View code at this point
Browse repository at this point
Commits on Mar 17, 2006
Get rid of a bunch more raw_input references
nnorwitz
committed
ce96f69
View commit details
Copy full SHA for ce96f69
View code at this point
Browse repository at this point
Commits on Oct 20, 2003
Fix a bunch of typos in documentation, docstrings and comments.
Show description for f0dfc7a
doerwalter
committed
f0dfc7a
View commit details
Copy full SHA for f0dfc7a
View code at this point
Browse repository at this point
Commits on Jun 3, 2002
Remove uses of the string and types modules:
Show description for 65230a2
doerwalter
committed
65230a2
View commit details
Copy full SHA for 65230a2
View code at this point
Browse repository at this point
Commits on Jun 2, 2002
Replaced .keys() with dictionary iterators
rhettinger
committed
e0d4972
View commit details
Copy full SHA for e0d4972
View code at this point
Browse repository at this point
Commits on Apr 16, 2002
Whitespace normalization.
tim-one
committed
863ac44
View commit details
Copy full SHA for 863ac44
View code at this point
Browse repository at this point
Commits on Mar 23, 2002
Add namespace selection for rlcompleter. Closes SF patch 490026.
nascheme
committed
dbab3e3
View commit details
Copy full SHA for dbab3e3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.