- 04 Dec, 2015 1 commit
-
-
Guido van Rossum authored
-
- 03 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
with time.tzset().
-
Serhiy Storchaka authored
with time.tzset().
-
Martin Panter authored
Initialize package before calling find_spec() for __main__, so that we do not incorrectly handle exceptions from __init__.py. When runpy is used from the Python CLI, use an internal exception rather than ImportError, to avoid catching unexpected exceptions. Also remove exception message rewriting in _run_module_as_main(), because it seems to be redundant with the _get_main_module_details() function.
-
- 02 Dec, 2015 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
-
Victor Stinner authored
-
- 01 Dec, 2015 5 commits
-
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Steven D'Aprano authored
-
- 30 Nov, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 29 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
- 26 Nov, 2015 7 commits
-
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Martin Panter authored
-
Martin Panter authored
Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 25 Nov, 2015 11 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Christian Heimes.
-
Serhiy Storchaka authored
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
into separate file test_ordered_dict.
-
Serhiy Storchaka authored
into separate file test_ordered_dict.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
__bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly.
-
Serhiy Storchaka authored
__bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly.
-
Serhiy Storchaka authored
invalid data including tuple instructions.
-