- 05 May, 2009 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
-
Georg Brandl authored
-
Steven Bethard authored
Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
-
Benjamin Peterson authored
-
- 04 May, 2009 11 commits
-
-
R. David Murray authored
the __doc__ into the subclass instance __dict__. The fix refactors property_copy to call property_init in such a way that the __doc__ logic is re-executed correctly when getter_doc is 1, thus simplifying property_copy.
-
Antoine Pitrou authored
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Nick Barnes and Victor Stinner.
-
Walter Dörwald authored
-
Hirokazu Yamamoto authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
GIL is now released during computation on data lengths >= 2048 bytes.
-
- 03 May, 2009 10 commits
-
-
Walter Dörwald authored
-
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 11 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
-