- 05 May, 2009 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
-
Georg Brandl yazdı
-
Steven Bethard yazdı
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 yazdı
-
- 04 May, 2009 11 kayıt (commit)
-
-
R. David Murray yazdı
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 yazdı
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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 12 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
-