- 10 Jan, 2013 15 commits
-
-
Benjamin Peterson authored
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
-
R David Murray authored
The fix for issue 9750 introduced a regression by sorting the row objects returned by fetchall. But if a row_factory such as sqlite3.Row is used, the rows may not be sortable (in Python3), which leads to an exception. The sorting is still a nice idea, so the patch moves the sort into the sql. Fix and test by Peter Otten.
-
R David Murray authored
The fix for issue 9750 introduced a regression by sorting the row objects returned by fetchall. But if a row_factory such as sqlite3.Row is used, the rows may not be sortable (in Python3), which leads to an exception. The sorting is still a nice idea, so the patch moves the sort into the sql. Fix and test by Peter Otten.
-
Eli Bendersky authored
-
Eli Bendersky authored
Patch by Serhiy Storchaka
-
Eli Bendersky authored
-
Eli Bendersky authored
with the Python version of the class. Patch by Daniel Shahaf.
-
Ezio Melotti authored
#16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware.
-
- 09 Jan, 2013 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 08 Jan, 2013 11 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 07 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
file descriptor receive the incorrect type.
-
Vinay Sajip authored
-
Vinay Sajip authored
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
-
- 06 Jan, 2013 3 commits
-
-
R David Murray authored
-
R David Murray authored
-
Christian Heimes authored
-
- 05 Jan, 2013 5 commits
-
-
Eli Bendersky authored
In conformance with the documentation and the Python version. Patch by Franck Michea.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-