- 04 Ara, 2015 3 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the patch.
-
Brett Cannon yazdı
statements search for __import__ in the global scope. Thanks to Sergei Lebedev for finding the documentation bug.
-
Guido van Rossum yazdı
-
- 03 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with time.tzset().
-
Serhiy Storchaka yazdı
with time.tzset().
-
Martin Panter yazdı
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 Ara, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
-
Victor Stinner yazdı
-
- 01 Ara, 2015 5 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Steven D'Aprano yazdı
-
- 30 Kas, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 29 Kas, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Output raised exception at verbose level 2 (-vv).
-
Serhiy Storchaka yazdı
Output raised exception at verbose level 2 (-vv).
-
- 26 Kas, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by Marian Ganisin.
-
Serhiy Storchaka yazdı
by Marian Ganisin.
-
Martin Panter yazdı
-
Martin Panter yazdı
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 yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 25 Kas, 2015 9 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Based on patch by Christian Heimes.
-
Serhiy Storchaka yazdı
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka yazdı
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka yazdı
into separate file test_ordered_dict.
-
Serhiy Storchaka yazdı
into separate file test_ordered_dict.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
__bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly.
-