- 17 Jul, 2012 16 commits
-
-
Vinay Sajip authored
-
Hynek Schlawack authored
Used os.path.join before which has different semantics on Windows.
-
Hynek Schlawack authored
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky authored
-
Eli Bendersky authored
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
-
Nick Coghlan authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Hynek Schlawack authored
Based on a patch by Nick Coghlan.
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
Hynek Schlawack authored
The asserts were useless (and buggy).
-
Eli Bendersky authored
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
-
- 16 Jul, 2012 17 commits
-
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith authored
select.poll before running. works both ways (finally). this should fix the windows build.
-
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 7 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
-