- 08 May, 2013 1 commit
-
-
Ezio Melotti authored
-
- 07 May, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
- 06 May, 2013 7 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.
-
Charles-Francois Natali authored
platforms. Patch by Federico Schwindt.
-
David Malcolm authored
-
R David Murray authored
Patch by Chris Rebert.
-
Richard Oudkerk authored
-
Roger Serwy 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 2 commits
-
-
Roger Serwy authored
-
Antoine Pitrou authored
(thanks Arfrever for reporting).
-
- 04 May, 2013 7 commits
-
-
Brett Cannon authored
legitimately false.
-
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
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
- 03 May, 2013 2 commits
-
-
Brett Cannon authored
trying to load an extension module. While at it, also add a proper unittest.skipIf() guard to another test involving imp.load_dynamic().
-
Raymond Hettinger authored
-
- 01 May, 2013 2 commits
-
-
Ezio Melotti authored
-
Charles-Francois Natali authored
descriptor supported.
-
- 30 Apr, 2013 11 commits
-
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Gregory P. Smith authored
than the one merged from 3.2 to match the actual changes here.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here)
-
Gregory P. Smith authored
were missing from a messed up merge during the libffi 3.0.13 import. the diffs from upstream libffi 3.0.13 are now small.
-
Gregory P. Smith authored
that was undone in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info.
-
Gregory P. Smith authored
in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info.
-
- 29 Apr, 2013 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
-
- 28 Apr, 2013 3 commits
-
-
R David Murray authored
-
Brett Cannon authored
modules which will typically work when reloaded. A hack is used to support these functions as their API allowed them to pass in a file object but then operate as if import had loaded them. Unfortunately the hack kept a reference around for the file object passed in which would be unusable on reload since it had been closed. The solution is to simply use the hack for the initial load but then a proper loader on the module so that imp.reload() at least has a chance to work.
-
R David Murray authored
I know one of them looks worse, but now it is <80 chars and matches the 2.7 text.
-