- 06 Eyl, 2013 23 kayıt (commit)
-
-
Tim Peters yazdı
Issue 18944: fix a 1-character typo in test_set.py. The error caused test_inline_methods() to test much less than intended. Caught (& fixed) by Armin Rigo.
-
Tim Peters yazdı
The error caused test_inline_methods() to test much less than intended. Caught (& fixed) by Armin Rigo.
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
want to check that Connection.poll() doesn't crash.
-
Antoine Pitrou yazdı
Patch by Valerie Lambert.
-
R David Murray yazdı
Patch by Berker Peksag.
-
Ethan Furman yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
output to stdout, matching the 'python -v' Reported by Wolfgang Maier
-
Eli Bendersky yazdı
existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina.
-
Eli Bendersky yazdı
existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Ned Deily yazdı
64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
-
Ned Deily yazdı
when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
-
Senthil Kumaran yazdı
Improve urlencode docstring. Patch by Brian Brazil. Closes issue #15350
-
Senthil Kumaran yazdı
-
Tim Peters yazdı
Issue #18942: sys._debugmallocstats() output was damaged on Windows. _PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format code, but MS doesn't support that code. Interpolated PY_FORMAT_SIZE_T in place of the "z".
-
Tim Peters yazdı
_PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format code, but MS doesn't support that code. Interpolated PY_FORMAT_SIZE_T in place of the "z".
-
- 05 Eyl, 2013 15 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Charles-François Natali yazdı
-
Serhiy Storchaka yazdı
the _sre moduel.
-
Serhiy Storchaka yazdı
the _sre moduel.
-
Serhiy Storchaka yazdı
their version strings to stdout, and not to sderr.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
when input list contains duplicates.
-
Serhiy Storchaka yazdı
when input list contains duplicates.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Christian Heimes yazdı
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
Serhiy Storchaka yazdı
patches by Claudiu Popa and R. David Murray.
-
- 04 Eyl, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
don't cast 64-bit pointer to long (32 bits).
-
Victor Stinner yazdı
64-bit pointer to long (32 bits).
-