- 17 Tem, 2012 15 kayıt (commit)
-
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Hynek Schlawack yazdı
Used os.path.join before which has different semantics on Windows.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
-
Nick Coghlan yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError
-
Hynek Schlawack yazdı
Based on a patch by Nick Coghlan.
-
Hynek Schlawack yazdı
Based on a patch by Nick Coghlan.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite
-
Hynek Schlawack yazdı
The asserts were useless (and buggy).
-
Hynek Schlawack yazdı
The asserts were useless (and buggy).
-
Eli Bendersky yazdı
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
-
- 16 Tem, 2012 17 kayıt (commit)
-
-
Gregory P. Smith yazdı
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith yazdı
select.poll before running. works both ways (finally). this should fix the windows build.
-
Gregory P. Smith yazdı
platforms that don't have it.
-
Gregory P. Smith yazdı
platforms that don't have it.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Vinay Sajip yazdı
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
-
Vinay Sajip yazdı
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
-
Hynek Schlawack yazdı
- Loosen up test as Fedora has implicit xattrs - Actually test the destination for xattrs Should make Fedora buildbot green again.
-
Raymond Hettinger yazdı
-
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 8 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ı
-