- 19 Dec, 2013 7 commits
-
-
Victor Stinner authored
an exception set (invalid state).
-
Victor Stinner authored
the exception to not call open() with an exception set.
-
Victor Stinner authored
raise a new exception
-
Nick Coghlan authored
Thanks to Christian Heimes for noting the buildbot failures and to Zachary Ware for providing the patch to make the new tests play nice with both other platforms and unittest test discovery
-
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 10 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
-