- 16 Dec, 2013 24 commits
-
-
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
-
Charles-François Natali authored
-
Charles-François Natali authored
-
R David Murray authored
-
R David Murray authored
Patch by Vajrasky Kok.
-
- 15 Dec, 2013 15 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Stefan Krah authored
-
Raymond Hettinger authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Charles-François Natali authored
makefile.
-
Charles-François Natali authored
-
Charles-François Natali authored
makefile.
-
Christian Heimes authored
-
Christian Heimes authored
-
Nick Coghlan authored
Note that __spec__.name is not currently guaranteed to be in sys.modules when the code is running, only __name__ is. The "running module is in sys.modules" invariant will be expanded to also cover __spec__.name in a subsequent patch.
-
- 14 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
-