- 26 Apr, 2016 6 commits
-
-
Stefan Krah authored
field. Rather than cluttering the tests, translate the arguably more correct "None" to an empty string.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
- 25 Apr, 2016 13 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
If they aren't present, set them to an empty string.
-
Stefan Krah authored
-
Stefan Krah authored
-
Senthil Kumaran authored
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 authored
over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Saul Spatz on docs@
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual().
-
- 24 Apr, 2016 21 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
There were duplicated methods with the same name and body.
-
Serhiy Storchaka authored
It is not needed since tests use unittest.main().
-
Victor Stinner authored
Optimizations section.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
reopened on Windows. Added tests for fallbacks.
-
Serhiy Storchaka authored
reopened on Windows. Added tests for fallbacks.
-
Martin Panter authored
-
Berker Peksag authored
Patch by Jon Dufresne.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag authored
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
Berker Peksag authored
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag authored
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag authored
-