- 31 Tem, 2012 7 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects
-
Nick Coghlan yazdı
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 yazdı
Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 Tem, 2012 14 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Antoine Pitrou yazdı
Followup to issue #15489.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
instead of 100, to be able to display long file paths
-
Ned Deily yazdı
-
Ned Deily yazdı
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 yazdı
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 yazdı
-
- 29 Tem, 2012 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
Nick Coghlan yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 28 Tem, 2012 10 kayıt (commit)
-
-
Martin v. Löwis yazdı
to prevent constant regeneration of importlib.h.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Patch by Amaury Forgeot d'Arc.
-
Martin v. Löwis yazdı
Patch by Kristján Valur Jónsson.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
to make importlib.h (and other byte code files) equal between 32-bit and 64-bit systems.
-
Richard Oudkerk yazdı
to help pickling of naive subclasses.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
form is used in many places in the source tree, but was found to be incorrect in a recent tracker discussion.
-
Stefan Krah yazdı
-