- 05 Dec, 2015 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
These were broken in 3aec776fc796 when they were converted away from using support.run_unittest(). Oops :) Initial patch by Felippe da Motta Raposo.
-
R David Murray authored
-
R David Murray authored
Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
-
Martin Panter authored
-
- 04 Dec, 2015 3 commits
-
-
Brett Cannon authored
Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the patch.
-
Brett Cannon authored
statements search for __import__ in the global scope. Thanks to Sergei Lebedev for finding the documentation bug.
-
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 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
Also fix handling of failure to release the import lock.
-
- 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 5 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
-