- 04 May, 2009 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Nick Barnes and Victor Stinner.
-
Walter Dörwald yazdı
-
Hirokazu Yamamoto yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
GIL is now released during computation on data lengths >= 2048 bytes.
-
- 03 May, 2009 10 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
PyUnicode_DecodeUTF8() once, remember the result and output it in a second step. This avoids problems with counting UTF-8 bytes that ignores the effect of using the replace error handler in PyUnicode_DecodeUTF8().
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
the is_*() methods and into module private instances.
-
Gregory P. Smith yazdı
many problems with the ancient mcast.py demo code.
-
Kurt B. Kaiser yazdı
which not only have embedded spaces, but leading spaces.
-
Kurt B. Kaiser yazdı
developing experimental versions of IDLE which are not installed in the standard location.
-
- 02 May, 2009 13 kayıt (commit)
-
-
Michael Foord yazdı
--no commit message
-
Antoine Pitrou yazdı
saving memory and avoiding growth in size of subsequent pickles. Proposal and original patch by Jake McGuire.
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
Closes issue 5679. Michael Foord
-
Andrew M. Kuchling yazdı
This is done by recording the current time -1sec, and not re-reading unless the directory mod. times are >= the recorded time.
-
Gregory P. Smith yazdı
-
Mark Dickinson yazdı
(Related to issue #5880).
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
calls sys.exit. Closes issue 3379. Michael Foord
-
Eric Smith yazdı
-
- 01 May, 2009 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. Patch by Floris Bruynooghe.
-
Antoine Pitrou yazdı
error when a named pipe is encountered, rather than blocking infinitely.
-
Gregory P. Smith yazdı
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon.
-
Walter Dörwald yazdı
All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block.
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
"<local>" macro as the only entry, this function bypasses any host name that does not contain a period.
-
- 30 Nis, 2009 3 kayıt (commit)
-
-
R. David Murray yazdı
more cleanup, but I don't know now to kill turtles. Especially unexpected ones... ;)
-
Eric Smith yazdı
-
Benjamin Peterson yazdı
-