- 17 Jul, 2012 7 commits
-
-
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 16 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
-