- 17 Dec, 2013 10 commits
-
-
Serhiy Storchaka authored
Original patch by Simon Sapin.
-
Serhiy Storchaka authored
Original patch by Simon Sapin.
-
Serhiy Storchaka authored
sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder.
-
Serhiy Storchaka authored
sys.getwindowsversion() and ossaudiodev.setparameters(). Reported by Ned Batchelder.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
- handles main files without a suffix - handles main submodules properly - adds test cases for the various kinds of __main__
-
Eric Snow authored
These mistakes were introduced by the initial PEP 451 merge.
-
Eric Snow authored
-
Eli Bendersky authored
-
- 16 Dec, 2013 30 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Commit to simplify the backport to python 2.7 and to make the code more consistent.
-
Victor Stinner authored
-
Victor Stinner authored
very busy/slow buildbot
-
Victor Stinner authored
busy/slow buildbot
-
Christian Heimes authored
-
Christian Heimes authored
EWOULDBLOCK on Windows or VMs hosted on Windows.
-
Christian Heimes authored
EWOULDBLOCK on Windows or VMs hosted on Windows.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). Patch by Serhiy.
-
Antoine Pitrou authored
Original patch by Serhiy.
-
Zachary Ware authored
-
Zachary Ware authored
acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure.
-
Christian Heimes authored
is available. The test fails on Windows Server 2008.
-
Christian Heimes authored
-
Christian Heimes authored
run Python's unit tests with multiple versions of OpenSSL.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
* splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc().
-
Serhiy Storchaka authored
* splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc().
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Christian Heimes authored
-
Christian Heimes authored
-