- 20 Dec, 2013 10 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Serhiy Storchaka authored
from X.org distribution using makelocalealias.py.
-
Serhiy Storchaka authored
from X.org distribution using makelocalealias.py.
-
Nick Coghlan authored
This should appease the OpenIndiana buildbot. Also lengthened the worst case timeout to try to eliminate the inconsistent failure on one of the Windows 7 buildbots.
-
- 19 Dec, 2013 25 commits
-
-
Guido van Rossum authored
-
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 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Zachary Ware authored
-