[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: bpo-31843: allow opening Path objects in the sqlite3 module

Carl Friedrich Bolz-Tereick foss at heptapod.net
Sun Mar 22 12:27:01 EDT 2020


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
9fceb1ca by Carl Friedrich Bolz-Tereick at 2020-03-22T13:41:57+01:00
bpo-31843: allow opening Path objects in the sqlite3 module

--HG--
branch : py3.7

- - - - -
1adfc6b6 by Carl Friedrich Bolz-Tereick at 2020-03-22T16:53:16+01:00
implement Connection.backup

--HG--
branch : py3.7

- - - - -
78604e8c by Carl Friedrich Bolz-Tereick at 2020-03-22T17:23:16+01:00
fix opening of Connection with isolation_level=None in the constructor

--HG--
branch : py3.7

- - - - -


4 changed files:

- extra_tests/test_sqlite3.py
- lib-python/3/sqlite3/test/backup.py
- lib_pypy/_sqlite3.py
- lib_pypy/_sqlite3_build.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/47163509922d0c7378590c750aa1a70f16cd2847...78604e8ca52c6fde8dd97b88d725916952365407

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/47163509922d0c7378590c750aa1a70f16cd2847...78604e8ca52c6fde8dd97b88d725916952365407
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200322/e2e92c1f/attachment.html>


More information about the pypy-commit mailing list