- 28 Apr, 2016 2 commits
-
-
Zachary Ware authored
Now it actually matches the prose docs.
-
Zachary Ware authored
-
- 27 Apr, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Berker Peksag authored
Reported by Axel Luttgens.
-
- 26 Apr, 2016 3 commits
-
-
Martin Panter authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 Apr, 2016 2 commits
-
-
Senthil Kumaran authored
urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones.
-
Serhiy Storchaka authored
differing items. This affects assertListEqual() and assertTupleEqual().
-
- 23 Apr, 2016 3 commits
-
-
Serhiy Storchaka authored
silently ignore keyword arguments.
-
Benjamin Peterson authored
-
Martin Panter authored
Patches by Jonas Wagner and Xavier de Gaye.
-
- 20 Apr, 2016 1 commit
-
-
Victor Stinner authored
Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche.
-
- 19 Apr, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Apr, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision 6b314f5c9404.
-
- 17 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 31 Jan, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Hagen Fürstenau.
-
- 16 Apr, 2016 6 commits
-
-
Benjamin Peterson authored
-
Berker Peksag authored
-
Berker Peksag authored
It was printed UserWarning output because catch_warnings() was missing record=True.
-
Senthil Kumaran authored
-
Martin Panter authored
-
Martin Panter authored
Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous.
-
- 09 Apr, 2016 1 commit
-
-
Martin Panter authored
-
- 15 Apr, 2016 1 commit
-
-
Martin Panter authored
This affects documentation and code comments.
-
- 14 Apr, 2016 2 commits
-
-
Zachary Ware authored
-
Berker Peksag authored
Patch by Nan Wu.
-
- 13 Apr, 2016 2 commits
-
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Senthil Kumaran authored
-
- 28 Feb, 2016 1 commit
-
-
Georg Brandl authored
-
- 13 Apr, 2016 1 commit
-
-
Martin Panter authored
-
- 12 Apr, 2016 2 commits
-
-
Georg Brandl authored
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
- 11 Apr, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 26 Feb, 2016 1 commit
-
-
Georg Brandl authored
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
- 11 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Apr, 2016 3 commits
-
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-
Serhiy Storchaka authored
ignore errors from a __int__() method. Patch based on the patch for issue #15516.
-
Martin Panter authored
This eliminates a few redundant test cases.
-