- 01 May, 2016 6 commits
-
-
Ethan Furman authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Marco Buttu.
-
Berker Peksag authored
Patch by Ofer Schwarz.
-
Meador Inge authored
The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
-
- 30 Apr, 2016 1 commit
-
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 29 Apr, 2016 3 commits
-
-
Berker Peksag authored
test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer.
-
Berker Peksag authored
-
Serhiy Storchaka authored
itemgetter, attrgetter and methodcaller objects.
-
- 28 Apr, 2016 3 commits
-
-
Zachary Ware authored
Patch by Xiang Zhang.
-
Zachary Ware authored
-
Zachary Ware authored
-
- 27 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 26 Apr, 2016 3 commits
-
-
Martin Panter authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
- 25 Apr, 2016 4 commits
-
-
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
Reported by Saul Spatz on docs@
-
Berker Peksag authored
-
Serhiy Storchaka authored
differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual().
-
- 24 Apr, 2016 8 commits
-
-
Serhiy Storchaka authored
There were duplicated methods with the same name and body.
-
Serhiy Storchaka authored
reopened on Windows. Added tests for fallbacks.
-
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
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Corey Brune.
-
- 23 Apr, 2016 7 commits
-
-
Berker Peksag authored
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 authored
* 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.
-
Serhiy Storchaka authored
silently ignore keyword arguments.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Senthil Kumaran authored
-
Martin Panter authored
Patch by Xavier de Gaye.
-
- 20 Apr, 2016 3 commits
-
-
Victor Stinner authored
The function was only called in _sizeof_void_p()
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. 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
-