- 11 May, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
It is better to not change this in bugfix release.
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
- 10 May, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by James Edwards.
-
Benjamin Peterson yazdı
Patch from Xiang Zhang.
-
- 09 May, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr.
-
- 08 May, 2016 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
_tkinter and curses.panel modules.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Based on patch by Julien.
-
- 07 May, 2016 6 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
example.com/404 returns 500 instead of 404 now.
-
Serhiy Storchaka yazdı
Patch by Georg Brandl.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 06 May, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 04 May, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Alex Chan.
-
Serhiy Storchaka yazdı
pointer.
-
Jason R. Coombs yazdı
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 yazdı
instead of silently return incorrect result.
-
- 03 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by SilentGhost.
-
- 02 May, 2016 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
The reload(sys) effect was the crux of a Stackoverflow question.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Berker Peksag yazdı
* Fix acquire() signature * Remove outdated help(LockType) reference * Replace PyThread_allocate_lock() with threading.Lock() Patch by Christopher Welborn.
-
- 01 May, 2016 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ethan Furman yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Marco Buttu.
-
Berker Peksag yazdı
Patch by Ofer Schwarz.
-
Meador Inge yazdı
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 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
- 29 Nis, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
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.
-