- 22 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace.
-
- 31 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tests by Jessica McKellar.
-
- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 11 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
character instead of truncate it. Based on patch by Victor Stinner.
-
- 28 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
it supports reverse() and negative indices. Original patch by Claudiu Popa.
-
- 13 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Şub, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Vajrasky Kok.
-
- 19 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
(wrong type).
-
- 16 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 23 Şub, 2013 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Patch by Lowe Thiderman
-
Petri Lehtinen yazdı
Patch by Lowe Thiderman
-
- 09 Şub, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options.
-
- 07 Şub, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 11 Ock, 2013 2 kayıt (commit)
-
-
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 2 kayıt (commit)
-
-
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.
-
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.
-
- 21 Şub, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #8033.
-
Petri Lehtinen yazdı
Closes #8033.
-
- 17 Şub, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Initial patch by Torsten Landschoff. Closes #11689.
-
Petri Lehtinen yazdı
Closes #11689.
-
- 12 Şub, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #9750
-
Petri Lehtinen yazdı
Closes #9750
-
- 09 Şub, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13921.
-
- 06 Şub, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 02 Şub, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs doesn't understand the former.
-
- 01 Şub, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13676.
-
Petri Lehtinen yazdı
Closes #13676.
-
- 09 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Gerhard Haering yazdı
-
- 03 Nis, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-