- 22 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 21 Mar, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Mar, 2016 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
uuid.uuid4() always uses os.urandom() after 756d040aa8e8.
-
Berker Peksag yazdı
Patch by jgauthier.
-
Berker Peksag yazdı
Patch by Andrew Szeto.
-
- 19 Mar, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Without the patch, line 1010 of Lib/datetime.py wasn't covered by the test suite. Patch by Colin Williams.
-
Berker Peksag yazdı
Initial patch by Peter Inglesby.
-
- 18 Mar, 2016 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Ezio Melotti yazdı
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
-
Brett Cannon yazdı
configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by SilentGhost.
-
- 17 Mar, 2016 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Ned Deily yazdı
files cannot be written.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Victor Stinner yazdı
Issue #26569: Fix pyclbr.readmodule() and pyclbr.readmodule_ex() to support importing packages.
-
- 18 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 16 Mar, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26563: Py_FatalError: disable faulthandler before trying to flush sys.stdout and sys.stderr.
-
Victor Stinner yazdı
Issue #26563: Replace PyMem_Malloc() with PyMem_RawFree() since PostToQueueCallback() calls PyMem_RawFree() (previously PyMem_Free()) in a new C thread which doesn't hold the GIL.
-
- 17 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 15 Mar, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26564. Cleanup the code, lineno is never negative.
-
Victor Stinner yazdı
Issue #26558.
-
- 14 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26558: If Py_FatalError() is called without the GIL, don't try to print the current exception, nor try to flush stdout and stderr: only dump the traceback of Python threads.
-
- 15 Mar, 2016 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Robert Collins yazdı
Patch from Victor van den Elzen.
-
- 14 Mar, 2016 4 kayıt (commit)
-
-
Victor Stinner yazdı
Ignore pip warning in test_venv.test_with_venv().
-
Victor Stinner yazdı
Issue #17758: Skip test_site if site.USER_SITE directory doesn't exist and cannot be created.
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
- 13 Mar, 2016 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
-
Raymond Hettinger yazdı
-
- 12 Mar, 2016 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-