- 11 Ock, 2013 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 10 Ock, 2013 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
-
R David Murray yazdı
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 yazdı
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 yazdı
-
Eli Bendersky yazdı
Patch by Serhiy Storchaka
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
with the Python version of the class. Patch by Daniel Shahaf.
-
Ezio Melotti yazdı
#16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware.
-
- 09 Ock, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 08 Ock, 2013 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 07 Ock, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
file descriptor receive the incorrect type.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
-
- 06 Ock, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-