- 06 May, 2013 20 commits
-
-
Antoine Pitrou authored
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle.
-
Antoine Pitrou authored
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle.
-
Charles-Francois Natali authored
platforms. Patch by Federico Schwindt.
-
Charles-Francois Natali authored
platforms. Patch by Federico Schwindt.
-
Antoine Pitrou authored
-
David Malcolm authored
-
David Malcolm authored
-
R David Murray authored
Patch by Chris Rebert.
-
R David Murray authored
Patch by Chris Rebert.
-
Nick Coghlan authored
-
Nick Coghlan authored
* get_instructions generator * ability to redirect output to a file * Bytecode and Instruction abstractions Patch by Nick Coghlan, Ryan Kelly and Thomas Kluyver.
-
Mark Dickinson authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
traceback raised when pool task raises an exception.
-
Roger Serwy authored
-
Roger Serwy authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Putting *n* after the *iterable* matches the signature of other itertools and recipes. Also, it reads better. Suggested by Ezio Melotti.
-
- 05 May, 2013 8 commits
-
-
Richard Oudkerk authored
weakref callbacks. This is 2e446e87ac5b except that collections/__init__.py has been modified to import proxy from _weakref instead of weakref. This eliminates an import cycle which seems to cause a problem on Unix but not Windows.
-
Antoine Pitrou authored
Note that this is a potentially disruptive change since it may release some system resources which would otherwise remain perpetually alive (e.g. database connections kept in thread-local storage).
-
Richard Oudkerk authored
-
Richard Oudkerk authored
weakref callbacks.
-
Roger Serwy authored
-
Roger Serwy authored
-
Antoine Pitrou authored
(thanks Arfrever for reporting).
-
Antoine Pitrou authored
(thanks Arfrever for reporting).
-
- 04 May, 2013 12 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
legitimately false.
-
Brett Cannon authored
Windows.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
other tests.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou authored
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-