- 16 Ara, 2013 24 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
Original patch by Serhiy.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
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 yazdı
is available. The test fails on Windows Server 2008.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
run Python's unit tests with multiple versions of OpenSSL.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
* 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 yazdı
* 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 yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Serhiy Storchaka yazdı
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Serhiy Storchaka yazdı
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
- 15 Ara, 2013 15 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Stefan Krah yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Charles-François Natali yazdı
makefile.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
makefile.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Nick Coghlan yazdı
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 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-