- 19 Dec, 2013 3 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Eric Snow authored
Early in the PEP 451 implementation some of the importlib loaders had their own _get_spec() methods to simplify accommodating them. However, later implementations removed the need. They simply failed to remove this code at the same time. :)
-
- 18 Dec, 2013 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
R David Murray authored
Patch by Serhiy Storchaka.
-
- 17 Dec, 2013 13 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 14 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.
-