- 04 May, 2016 2 commits
-
-
Jason R. Coombs authored
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0.
-
Serhiy Storchaka authored
instead of silently return incorrect result.
-
- 03 May, 2016 1 commit
-
-
Serhiy Storchaka authored
Based on patch by SilentGhost.
-
- 02 May, 2016 4 commits
-
-
Terry Jan Reedy authored
The reload(sys) effect was the crux of a Stackoverflow question.
-
Donald Stufft authored
-
Donald Stufft authored
-
Berker Peksag authored
* Fix acquire() signature * Remove outdated help(LockType) reference * Replace PyThread_allocate_lock() with threading.Lock() Patch by Christopher Welborn.
-
- 01 May, 2016 7 commits
-
-
Serhiy Storchaka authored
-
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 3 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.
-