FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_sqlite - bob1de/cpython · GitHub
bob1de
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_sqlite
on
master
User selector
Datepicker
Commit history
Commits on Jun 8, 2017
bpo-30592: Fixed error messages for some builtins. (#1996)
Show description for 6cca5c8
serhiy-storchaka
authored
6cca5c8
View commit details
Copy full SHA for 6cca5c8
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Use NULL rather than 0. (#778)
Show description for 0b3ec19
serhiy-storchaka
authored
0b3ec19
View commit details
Copy full SHA for 0b3ec19
View code at this point
Browse repository at this point
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
palaviv
authored and
berkerpeksag
committed
86a6705
View commit details
Copy full SHA for 86a6705
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Show description for 4a926ca
berkerpeksag
authored
4a926ca
View commit details
Copy full SHA for 4a926ca
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Jan 2, 2017
Issue #28985: Update authorizer constants in sqlite3 module
Show description for 00b1ae0
berkerpeksag
committed
00b1ae0
View commit details
Copy full SHA for 00b1ae0
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Issue #28915: Use _PyObject_CallNoArg()
Show description for 070c4d7
vstinner
committed
070c4d7
View commit details
Copy full SHA for 070c4d7
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Show description for 22805ca
serhiy-storchaka
committed
22805ca
View commit details
Copy full SHA for 22805ca
View code at this point
Browse repository at this point
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Show description for 407ac47
serhiy-storchaka
committed
407ac47
View commit details
Copy full SHA for 407ac47
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
Show description for 59da4b3
berkerpeksag
committed
59da4b3
View commit details
Copy full SHA for 59da4b3
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #28036: Remove unused pysqlite_flush_statement_cache function
berkerpeksag
committed
9af13ca
View commit details
Copy full SHA for 9af13ca
View code at this point
Browse repository at this point
Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements
Show description for ab994ed
berkerpeksag
committed
ab994ed
View commit details
Copy full SHA for ab994ed
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
more PY_LONG_LONG to long long
benjaminp
committed
47ff073
View commit details
Copy full SHA for 47ff073
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Avoid calling functions with an empty string as format string
Show description for 3466bde
vstinner
committed
3466bde
View commit details
Copy full SHA for 3466bde
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Show description for 2891492
serhiy-storchaka
committed
2891492
View commit details
Copy full SHA for 2891492
View code at this point
Browse repository at this point
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Show description for af0628e
serhiy-storchaka
committed
af0628e
View commit details
Copy full SHA for af0628e
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Show description for 8631da6
serhiy-storchaka
committed
8631da6
View commit details
Copy full SHA for 8631da6
View code at this point
Browse repository at this point
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Show description for ef113cd
serhiy-storchaka
committed
ef113cd
View commit details
Copy full SHA for ef113cd
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Issue #10513: Merge from 3.5
berkerpeksag
committed
6ed442c
View commit details
Copy full SHA for 6ed442c
View code at this point
Browse repository at this point
Issue #10513: Fix a regression in Connection.commit()
Show description for cc9afa9
berkerpeksag
committed
cc9afa9
View commit details
Copy full SHA for cc9afa9
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Issue #21718: Merge from 3.5
berkerpeksag
committed
d7f3cdd
View commit details
Copy full SHA for d7f3cdd
View code at this point
Browse repository at this point
Issue #21718: cursor.description is now available for queries using CTEs
Show description for 6afe858
berkerpeksag
committed
6afe858
View commit details
Copy full SHA for 6afe858
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Show description for e0b70cd
berkerpeksag
committed
e0b70cd
View commit details
Copy full SHA for e0b70cd
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Merge from 3.5
berkerpeksag
committed
f84f259
View commit details
Copy full SHA for f84f259
View code at this point
Browse repository at this point
Fix typo in _sqlite/module.h
berkerpeksag
committed
0e1d680
View commit details
Copy full SHA for 0e1d680
View code at this point
Browse repository at this point
Issue #27190: Merge from 3.5
berkerpeksag
committed
0f355c0
View commit details
Copy full SHA for 0f355c0
View code at this point
Browse repository at this point
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Show description for 7bea234
berkerpeksag
committed
7bea234
View commit details
Copy full SHA for 7bea234
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for f01e408
serhiy-storchaka
committed
f01e408
View commit details
Copy full SHA for f01e408
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL