- 05 May, 2009 16 commits
-
-
Martin v. Löwis authored
-
Benjamin Peterson authored
Also, fix a refleak in the test that was preventing running. :)
-
Thomas Heller authored
(on win32)
-
Eric Smith authored
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
-
Mark Dickinson authored
the patch.
-
Senthil Kumaran authored
Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now.
-
Martin v. Löwis authored
-
Georg Brandl authored
-
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 3 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
-