- 16 Tem, 2012 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
to avoid failing due to the select() file descriptor limit.
-
Gregory P. Smith yazdı
to avoid failing due to the select() file descriptor limit.
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
Larry Hastings yazdı
-
R David Murray yazdı
Patch by Aaron (hac.man).
-
- 15 Tem, 2012 22 kayıt (commit)
-
-
Larry Hastings yazdı
from previous checkin.
-
Vinay Sajip yazdı
-
Larry Hastings yazdı
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
-
Vinay Sajip yazdı
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Update the pkgutil porting section in What's New. This should cause significantly fewer problems after today's updates
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call
-
Nick Coghlan yazdı
Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357)
-
Eli Bendersky yazdı
Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding
-
Eli Bendersky yazdı
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
-
Larry Hastings yazdı
the atexit module will be called in a deterministic order.
-
Raymond Hettinger yazdı
-
Larry Hastings yazdı
-
- 14 Tem, 2012 7 kayıt (commit)
-
-
Gregory P. Smith yazdı
with it a vareity of bug fixes, both security and behavior. See http://www.libexpat.org/ for the list. NOTE: I already backported the expat hash randomization fix in March. Fixes issue #14340.
-
Brett Cannon yazdı
-
Eli Bendersky yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
-
- 13 Tem, 2012 4 kayıt (commit)
-
-
Ned Deily yazdı
tempfile directory path (i.e. on OS X /tmp is actually /private/tmp).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-