Anki/pylib/anki/importing
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
..
__init__.py check_untyped_defs in mypy for pylib 2020-01-16 08:10:49 +10:00
anki2.py drop lock() and setAutocommit() 2020-03-20 21:15:23 +10:00
apkg.py enable v2 apkg export 2020-02-24 18:54:55 +10:00
base.py add col.weakref() and fix more reference cycles in pylib 2020-03-05 09:47:47 +10:00
csvfile.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
mnemo.py check_untyped_defs in mypy for pylib 2020-01-16 08:10:49 +10:00
noteimp.py use total_changes() sqlite func 2020-03-20 21:15:23 +10:00
pauker.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
supermemo_xml.py Fixed BeautifulSoup breaking string paths 2020-03-12 21:19:09 -03:00