- 31 Jul, 2012 6 commits
-
-
Eli Bendersky authored
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
-
Nick Coghlan authored
Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots)
-
Nick Coghlan authored
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
-
Eli Bendersky authored
-
Victor Stinner authored
-
Victor Stinner authored
faulthandler requires the importlib if "-X faulthandler" option is present on the command line, so initialize faulthandler after importlib. Add also an unit test.
-
- 30 Jul, 2012 14 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Antoine Pitrou authored
Followup to issue #15489.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Victor Stinner authored
instead of 100, to be able to display long file paths
-
Ned Deily authored
-
Ned Deily authored
the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash.
-
Ned Deily authored
Also add tests in the OS X installer build to ensure that the desired dynamic linking with an optional newer Tcl/Tk in /Library actually happens.
-
Ned Deily authored
-
- 29 Jul, 2012 9 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Serhiy Storchaka.
-
Nick Coghlan authored
-
Meador Inge authored
-
Meador Inge authored
-
- 28 Jul, 2012 11 commits
-
-
Martin v. Löwis authored
to prevent constant regeneration of importlib.h.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Amaury Forgeot d'Arc.
-
Martin v. Löwis authored
Patch by Kristján Valur Jónsson.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
to make importlib.h (and other byte code files) equal between 32-bit and 64-bit systems.
-
Richard Oudkerk authored
to help pickling of naive subclasses.
-
Stefan Krah authored
-
Stefan Krah authored
form is used in many places in the source tree, but was found to be incorrect in a recent tracker discussion.
-
Stefan Krah authored
-
Ned Deily authored
-