index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-0/+22
*
Issue #21250: Add tests for SQLite's ON CONFLICT clause
Berker Peksag
2016-09-06
1
-1/+100
*
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-4/+27
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-3/+17
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+31
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-1/+41
*
Mark tests as skipped when a SQLite version is not supported
Berker Peksag
2016-06-14
4
-16/+9
*
Remove empty setUp and tearDown methods from sqlite3 tests
Berker Peksag
2016-06-14
2
-18/+0
*
Replace more boilerplate code with modern unittest features in sqlite3 tests
Berker Peksag
2016-06-13
3
-13/+6
*
Modernize sqlite3 tests
Berker Peksag
2016-06-12
6
-257/+62
*
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag
2016-06-12
1
-0/+6
*
Issue #27188: Fix various sqlite3 documentation errors
Berker Peksag
2016-06-12
1
-0/+12
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
Berker Peksag
2016-03-27
1
-0/+31
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-0/+8
|
\
|
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-0/+8
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-0/+18
|
/
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-12/+3
*
Issue #21147: sqlite3 now raises an exception if the request contains a null
Serhiy Storchaka
2014-09-11
1
-0/+10
*
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka
2014-05-28
2
-3/+25
*
merge 3.3 (#20901)
Benjamin Peterson
2014-03-13
1
-1/+1
|
\
|
*
weaken callback count inequality (closes #20901)
Benjamin Peterson
2014-03-13
1
-1/+1
*
|
merge 3.3 (#20080)
Benjamin Peterson
2014-02-15
1
-0/+1
|
\
\
|
|
/
|
*
add missing test assertion (closes #20080)
Benjamin Peterson
2014-02-15
1
-0/+1
*
|
(Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid
Victor Stinner
2013-12-19
1
-0/+5
|
\
\
|
|
/
|
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-0/+5
*
|
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-16
2
-30/+20
|
\
\
|
|
/
|
*
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-16
2
-30/+20
*
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
2
-3/+5
|
\
\
|
|
/
|
*
#18741: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
2
-3/+5
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
2
-2/+2
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
2
-2/+2
*
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
2
-3/+12
|
\
\
|
|
/
|
*
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
2
-3/+12
|
|
\
|
|
*
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
Petri Lehtinen
2013-02-26
2
-3/+12
*
|
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
2
-1/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
2
-1/+18
|
|
\
\
|
|
|
/
|
|
*
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
2
-2/+19
*
|
|
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...
Antoine Pitrou
2013-02-09
1
-0/+18
|
/
/
*
|
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
2
-12/+67
|
\
\
|
|
/
|
*
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
2
-12/+67
*
|
merge #13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-11
1
-2/+2
|
\
\
|
|
/
|
*
#13934: document sqlite version strings, use correct one in test.
R David Murray
2013-01-11
1
-2/+2
*
|
merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
R David Murray
2013-01-10
2
-1/+23
|
\
\
|
|
/
|
*
#15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
R David Murray
2013-01-10
2
-1/+23
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-21
1
-0/+18
|
\
\
|
|
/
|
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-0/+18
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-17
1
-0/+1
|
\
\
|
|
/
|
*
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
1
-0/+1
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-12
2
-22/+36
|
\
\
|
|
/
[next]