- 20 Mar, 2016 8 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
uuid.uuid4() always uses os.urandom() after 756d040aa8e8.
-
Berker Peksag authored
uuid.uuid4() always uses os.urandom() after 756d040aa8e8.
-
Berker Peksag authored
Patch by jgauthier.
-
Berker Peksag authored
Patch by jgauthier.
-
Berker Peksag authored
Patch by Andrew Szeto.
-
Berker Peksag authored
Patch by Andrew Szeto.
-
- 19 Mar, 2016 12 commits
-
-
Berker Peksag authored
Without the patch, line 1010 of Lib/datetime.py wasn't covered by the test suite. Patch by Colin Williams.
-
Berker Peksag authored
Without the patch, line 1010 of Lib/datetime.py wasn't covered by the test suite. Patch by Colin Williams.
-
Berker Peksag authored
doesn't have privileges.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26567: normalize newlines in test_tracemalloc.
-
Berker Peksag authored
Initial patch by Peter Inglesby.
-
Berker Peksag authored
Initial patch by Peter Inglesby.
-
Victor Stinner authored
Issue #26567.
-
Victor Stinner authored
io.FileIO has a safe implementation of destructor, but not socket nor scandir.
-
Victor Stinner authored
Issue #26568: Fix implementation of showwarning() and formatwarning() for test_logging.
-
Victor Stinner authored
Issue #26567: * Add a new function PyErr_ResourceWarning() function to pass the destroyed object * Add a source attribute to warnings.WarningMessage * Add warnings._showwarnmsg() which uses tracemalloc to get the traceback where source object was allocated.
-
- 18 Mar, 2016 14 commits
-
-
Victor Stinner authored
Issue #26568: add new _showwarnmsg() and _formatwarnmsg() functions to the warnings module. The C function warn_explicit() now calls warnings._showwarnmsg() with a warnings.WarningMessage as parameter, instead of calling warnings.showwarning() with multiple parameters. _showwarnmsg() calls warnings.showwarning() if warnings.showwarning() was replaced. Same for _formatwarnmsg(): call warnings.formatwarning() if it was replaced.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
-
Brett Cannon authored
-
Brett Cannon authored
configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by SilentGhost.
-
Berker Peksag authored
Patch by SilentGhost.
-
Victor Stinner authored
Issue #26564, #26516, #26563.
-
- 17 Mar, 2016 6 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Ned Deily authored
-
Ned Deily authored
files cannot be written.
-
Donald Stufft authored
-
Donald Stufft authored
-