- 03 Dec, 2015 2 commits
-
-
Martin Panter authored
-
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 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 01 Dec, 2015 7 commits
-
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
Steven D'Aprano authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Steven D'Aprano authored
-
- 30 Nov, 2015 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 29 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
- 28 Nov, 2015 2 commits
-
-
Martin Panter authored
-
R David Murray authored
Patch by Stéphane Wirtel.
-
- 26 Nov, 2015 6 commits
-
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Martin Panter authored
-
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é.
-