anki/pylib
Damien Elmes 90de4a267d drop lock() and setAutocommit()
We no longer need to worry about pysqlite implicitly beginning
transactions, and can be more explicit about beginning/ending
transactions

save() now also has a trx argument controlling whether a
transaction should be started / left open
2020-03-20 21:15:23 +10:00
..
anki drop lock() and setAutocommit() 2020-03-20 21:15:23 +10:00
tests add Collection struct, and get media check working again 2020-03-20 21:15:23 +10:00
tools hooks for limit new/rev for a single deck 2020-03-04 16:11:13 +01:00
.gitignore rework Fluent handling 2020-02-23 13:22:50 +10:00
.isort.cfg rework Fluent handling 2020-02-23 13:22:50 +10:00
.pylintrc rework Fluent handling 2020-02-23 13:22:50 +10:00
Makefile Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
mypy.ini Improve mypy config 2020-02-26 22:22:40 -05:00
requirements.dev switch to classes for hooks 2020-01-14 08:54:07 +10:00
setup.py use (or)json for DB bridge 2020-03-20 21:15:23 +10:00