| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.5 | Yury Selivanov | 2016-02-04 | 1 | -4/+8 |
|\ |
|
| * | Issue #25660: Fix a unittest and rlcompleter when readline isn't available | Yury Selivanov | 2016-02-04 | 1 | -4/+8 |
|
|
* | | Merge 3.5 (issue #25660) | Yury Selivanov | 2016-02-04 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #25660: Fix TAB key behaviour in REPL. | Yury Selivanov | 2016-02-04 | 1 | -1/+3 |
|
|
* | | Issue #25663: Merge rlcompleter fix from 3.5 | Martin Panter | 2015-11-24 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Issue #25663: Make rlcompleter avoid duplicate global names | Martin Panter | 2015-11-23 | 1 | -2/+5 |
|
|
* | | Issue #25590: Complete attribute names even if they are not yet created | Martin Panter | 2015-11-13 | 1 | -3/+5 |
|
|
* | | Issue #25590: Merge rlcompleter getattr change from 3.5 | Martin Panter | 2015-11-13 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #25590: Make rlcompleter only call getattr() once per attribute | Martin Panter | 2015-11-13 | 1 | -7/+10 |
|
|
* | | Issue #25011: rlcomplete now omits private and special attribute names unless | Serhiy Storchaka | 2015-09-27 | 1 | -10/+25 |
|
|
* | | Issue #25209: rlcomplete now can add a space or a colon after completed keyword. | Serhiy Storchaka | 2015-09-27 | 1 | -0/+6 |
|/ |
|
* | Issue #23441: rcompleter now prints a tab character instead of displaying | Berker Peksag | 2015-07-27 | 1 | -0/+6 |
|
|
* | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | | Fix whitespace | Antoine Pitrou | 2013-07-31 | 1 | -1/+0 |
|
|
* | | Issue #18214: Improve finalization of Python modules to avoid setting their g... | Antoine Pitrou | 2013-07-31 | 1 | -0/+6 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|/ |
|
* | Closes #14411: remove outdated comment in rlcompleter docstring. | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
|
|
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | Merged revisions 65168 via svnmerge from | Benjamin Peterson | 2008-07-21 | 1 | -6/+11 |
|
|
* | finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) | Benjamin Peterson | 2008-07-05 | 1 | -1/+1 |
|
|
* | fix regression from merge error in rlcompletor | Benjamin Peterson | 2008-07-05 | 1 | -1/+1 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -7/+15 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+4 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+6 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -6/+0 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -2/+2 |
|
|
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -2/+2 |
|
|
* | Add namespace selection for rlcompleter. Closes SF patch 490026. | Neil Schemenauer | 2002-03-23 | 1 | -12/+40 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Do not expose __builtins__ name as a completion; this is an implementation | Fred Drake | 2000-05-31 | 1 | -2/+2 |
|
|
* | Oops. Remove some garbage from the doc string that was accidentally | Guido van Rossum | 1999-11-09 | 1 | -12/+0 |
|
|
* | Patch by Michael Hudson: when the object of attribute expansion is a | Guido van Rossum | 1999-10-26 | 1 | -3/+26 |
|
|
* | In completer(), return None instead of raising an IndexError when | Guido van Rossum | 1998-06-12 | 1 | -1/+4 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -49/+49 |
|
|
* | Removed some unneeded imports, moved others around. | Guido van Rossum | 1997-10-22 | 1 | -4/+2 |
|
|
* | Word completion for the new readline.set_completer() function. | Guido van Rossum | 1997-09-26 | 1 | -0/+108 |
|
|