- 11 Ock, 2013 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett.
-
R David Murray yazdı
With '%', non-ascii worked because the '%' automatically got promoted to unicode. With format that doesn't happen, which led to encoding errors. This fix goes back to using %, and adds a test to make sure non-ascii string values work in iterdump.
-
R David Murray yazdı
-
- 10 Ock, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R David Murray yazdı
Although there is not a regression in Python2, we make the same update here to keep the code bases in sync. (The fix for issue 9750 introduced a regression in Python 3 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.
-
Ned Deily yazdı
_Qdoffs when compiling with an SDK of 10.7 or later. The OS X APIs they wrap have long been deprecated and have now been removed with 10.7. These modules were already empty for 64-bit builds and have been removed in Python 3. (Original patch by Ronald Oussoren.)
-
- 08 Ock, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka yazdı
-
Charles-François Natali yazdı
-
Vinay Sajip yazdı
-
- 06 Ock, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 05 Ock, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 04 Ock, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Giampaolo Rodola yazdı
-
- 02 Ock, 2013 9 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Martin Packman.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Tom Tromey.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 01 Ock, 2013 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Richard Oudkerk yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 Ara, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Giampaolo Rodola yazdı
-
- 30 Ara, 2012 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Serhiy Storchaka yazdı
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
- 28 Ara, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-