Staging
v0.8.1
https://github.com/python/cpython
Revision ab994ed8b97e1b0dac151ec827c857f5e7277565 authored by Berker Peksag on 11 September 2016, 09:57:15 UTC, committed by Berker Peksag on 11 September 2016, 09:57:15 UTC
This commit contains the following commits from ghaering/pysqlite:

* https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739
* https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631
* https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6
* https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf

With the following additions:

* Fixed a refcount error
* Fixed a compiler warning
* Made the string comparison a little more robust
* Added a whatsnew entry
1 parent bd48d27
History
Tip revision: ab994ed8b97e1b0dac151ec827c857f5e7277565 authored by Berker Peksag on 11 September 2016, 09:57:15 UTC
Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements
Tip revision: ab994ed
File Mode Size
__init__.py -rw-r--r-- 1.4 KB
base_events.py -rw-r--r-- 53.5 KB
base_subprocess.py -rw-r--r-- 8.8 KB
compat.py -rw-r--r-- 543 bytes
constants.py -rw-r--r-- 195 bytes
coroutines.py -rw-r--r-- 9.4 KB
events.py -rw-r--r-- 21.1 KB
futures.py -rw-r--r-- 17.1 KB
locks.py -rw-r--r-- 14.5 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 19.5 KB
protocols.py -rw-r--r-- 4.4 KB
queues.py -rw-r--r-- 7.7 KB
selector_events.py -rw-r--r-- 38.9 KB
sslproto.py -rw-r--r-- 24.9 KB
streams.py -rw-r--r-- 23.8 KB
subprocess.py -rw-r--r-- 7.0 KB
tasks.py -rw-r--r-- 25.0 KB
test_utils.py -rw-r--r-- 12.7 KB
transports.py -rw-r--r-- 9.6 KB
unix_events.py -rw-r--r-- 34.3 KB
windows_events.py -rw-r--r-- 27.0 KB
windows_utils.py -rw-r--r-- 6.7 KB

back to top