- 16 Jul, 2012 15 commits
-
-
Gregory P. Smith authored
platforms that don't have it.
-
Gregory P. Smith authored
platforms that don't have it.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Vinay Sajip authored
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
-
Vinay Sajip authored
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
-
Hynek Schlawack authored
- Loosen up test as Fedora has implicit xattrs - Actually test the destination for xattrs Should make Fedora buildbot green again.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit.
-
Gregory P. Smith authored
to avoid failing due to the select() file descriptor limit.
-
Raymond Hettinger authored
-
Ned Deily authored
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
Larry Hastings authored
-
R David Murray authored
Patch by Aaron (hac.man).
-
- 15 Jul, 2012 22 commits
-
-
Larry Hastings authored
from previous checkin.
-
Vinay Sajip authored
-
Larry Hastings authored
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
-
Vinay Sajip authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Update the pkgutil porting section in What's New. This should cause significantly fewer problems after today's updates
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
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 authored
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 authored
Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding
-
Eli Bendersky authored
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
-
Larry Hastings authored
the atexit module will be called in a deterministic order.
-
Raymond Hettinger authored
-
Larry Hastings authored
-
- 14 Jul, 2012 3 commits
-
-
Gregory P. Smith authored
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 authored
-
Eli Bendersky authored
-