- 19 Dec, 2013 24 commits
-
-
Victor Stinner authored
Python 3.4 to log "uncatched" exceptions, instead of the dedicated _TracebackLogger class.
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
The empty tests should be implemented on this branch.
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
locale encodings with hyphens.
-
Serhiy Storchaka authored
locale encodings with hyphens.
-
Victor Stinner authored
no parameter
-
Victor Stinner authored
raise a ValueError if num is negative (instead of raising a SystemError).
-
Victor Stinner authored
ValueError if num is negative (instead of raising a SystemError).
-
Victor Stinner authored
-
Victor Stinner authored
isolation level (wrong type).
-
Victor Stinner authored
(wrong type).
-
Serhiy Storchaka authored
quotechar fields. Original patch by Vajrasky Kok.
-
Serhiy Storchaka authored
quotechar fields. Original patch by Vajrasky Kok.
-
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 6 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.
-