- 25 Nis, 2016 11 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Senthil Kumaran yazdı
Issue #26804: urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
-
Senthil Kumaran yazdı
over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Reported by Saul Spatz on docs@
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual().
-
- 24 Nis, 2016 24 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
There were duplicated methods with the same name and body.
-
Serhiy Storchaka yazdı
It is not needed since tests use unittest.main().
-
Victor Stinner yazdı
Optimizations section.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
reopened on Windows. Added tests for fallbacks.
-
Serhiy Storchaka yazdı
reopened on Windows. Added tests for fallbacks.
-
Martin Panter yazdı
-
Berker Peksag yazdı
Patch by Jon Dufresne.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag yazdı
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag yazdı
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag yazdı
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Corey Brune.
-
Berker Peksag yazdı
Patch by Corey Brune.
-
- 23 Nis, 2016 5 kayıt (commit)
-
-
Berker Peksag yazdı
All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError.
-
Berker Peksag yazdı
All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError.
-
Berker Peksag yazdı
It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
-
Berker Peksag yazdı
* Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova.
-
Berker Peksag yazdı
* Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova.
-