- 24 Apr, 2012 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length. This should fix a failure on one of the XP buildbots.
-
Benjamin Peterson authored
-
- 23 Apr, 2012 24 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
R David Murray authored
Patch by Dionysios Kalofonos.
-
R David Murray authored
Patch by Dionysios Kalofonos.
-
Sandro Tosi authored
-
Benjamin Peterson authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-
R David Murray authored
Original patch by Peter Otten.
-
R David Murray authored
Original patch by Peter Otten.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Mark Shannon.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 22 Apr, 2012 11 commits
-
-
Brett Cannon authored
importlib.machinery.(FileFinder, SourceFileLoader, _SourcelessFileLoader, ExtensionFileLoader). This exposes all of importlib's mechanisms that will become public on the sys module.
-
Brett Cannon authored
-
Brett Cannon authored
semantics.
-
Vinay Sajip authored
Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number.
-
Vinay Sajip authored
-
Brett Cannon authored
-
Brett Cannon authored
ignoring altsep if it already exists on a path when doing a join.
-
Charles-François Natali authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Brett Cannon authored
-