- 03 May, 2009 9 commits
-
-
Walter Dörwald authored
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 authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
the is_*() methods and into module private instances.
-
Gregory P. Smith authored
many problems with the ancient mcast.py demo code.
-
Kurt B. Kaiser authored
which not only have embedded spaces, but leading spaces.
-
Kurt B. Kaiser authored
developing experimental versions of IDLE which are not installed in the standard location.
-
- 02 May, 2009 13 commits
-
-
Michael Foord authored
No commit message
-
Antoine Pitrou authored
saving memory and avoiding growth in size of subsequent pickles. Proposal and original patch by Jake McGuire.
-
Benjamin Peterson authored
-
Michael Foord authored
Closes issue 5679. Michael Foord
-
Andrew M. Kuchling authored
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 authored
-
Mark Dickinson authored
(Related to issue #5880).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Michael Foord authored
calls sys.exit. Closes issue 3379. Michael Foord
-
Eric Smith authored
-
- 01 May, 2009 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
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 authored
error when a named pipe is encountered, rather than blocking infinitely.
-
Gregory P. Smith authored
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 authored
All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block.
-
Georg Brandl authored
-
Senthil Kumaran authored
"<local>" macro as the only entry, this function bypasses any host name that does not contain a period.
-
- 30 Apr, 2009 4 commits
-
-
R. David Murray authored
more cleanup, but I don't know now to kill turtles. Especially unexpected ones... ;)
-
Eric Smith authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Apr, 2009 6 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
(Backport of r72109 from py3k.)
-