- 04 May, 2016 9 commits
-
-
-
Serhiy Storchaka authored
pointer.
-
Serhiy Storchaka authored
pointer.
-
Steven D'Aprano authored
patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio
-
Jason R. Coombs authored
-
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.
-
Serhiy Storchaka authored
instead of silently return incorrect result.
-
Serhiy Storchaka authored
not via macros (in particular on Android). Patch by Chi Hsuan Yen.
-
- 03 May, 2016 2 commits
-
-
Serhiy Storchaka authored
Based on patch by SilentGhost.
-
Serhiy Storchaka authored
Based on patch by SilentGhost.
-
- 02 May, 2016 8 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
The reload(sys) effect was the crux of a Stackoverflow question.
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Serhiy Storchaka authored
Argument Clinic is now able to infer all needed information.
-
Berker Peksag authored
* Fix acquire() signature * Remove outdated help(LockType) reference * Replace PyThread_allocate_lock() with threading.Lock() Patch by Christopher Welborn.
-
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 14 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Marco Buttu.
-
Berker Peksag authored
Patch by Marco Buttu.
-
Berker Peksag authored
Patch by Ofer Schwarz.
-
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.
-
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 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 29 Apr, 2016 5 commits
-
-
Berker Peksag authored
-
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
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
-
Berker Peksag authored
Initial patch by Felix Kaiser.
-