[Python-modules-commits] [python-mysqldb] 02/04: Merge tag 'upstream/1.3.10' into debian/master

Brian May bam at debian.org
Wed Jul 12 09:13:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/master
in repository python-mysqldb.

commit 2f8aebd63eb8a9bb354142aa18c8a8ac290a448e
Merge: 10382c4 58d0185
Author: Brian May <bam at debian.org>
Date:   Wed Jul 12 19:06:49 2017 +1000

    Merge tag 'upstream/1.3.10' into debian/master
    
    Upstream version 1.3.10

 GPL-2.0                            | 339 ---------------------
 HISTORY => HISTORY.md              |  47 +++
 INSTALL => INSTALL.rst             |   2 +-
 MANIFEST.in                        |  26 +-
 MySQLdb/__init__.py                |   9 +-
 MySQLdb/connections.py             | 225 +++++++-------
 MySQLdb/constants/CR.py            |  76 ++++-
 MySQLdb/constants/ER.py            | 597 ++++++++++++++++++++++++++++++++++++-
 MySQLdb/cursors.py                 | 274 +++++++++--------
 MySQLdb/release.py                 |   4 +-
 PKG-INFO                           |  11 +-
 README.md                          |   8 +-
 _mysql.c                           | 304 +++++++------------
 _mysql_exceptions.py               |   2 +-
 doc/FAQ.rst                        |   4 +-
 doc/MySQLdb.rst                    | 100 +++----
 doc/conf.py                        |   2 +-
 doc/index.rst                      |   5 -
 doc/user_guide.rst                 |  12 +-
 metadata.cfg                       |  20 +-
 mysqlclient.egg-info/PKG-INFO      |  11 +-
 mysqlclient.egg-info/SOURCES.txt   |   9 +-
 setup.cfg                          |   6 +-
 tests/capabilities.py              |   8 +-
 tests/dbapi20.py                   |  10 +-
 tests/test_MySQLdb_capabilities.py |  52 +++-
 tests/test_MySQLdb_dbapi20.py      |   8 +-
 tests/test_MySQLdb_nonstandard.py  |   4 +-
 tests/test__mysql.py               |   7 +
 tests/test_cursor.py               |  74 +++++
 30 files changed, 1360 insertions(+), 896 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mysqldb.git



More information about the Python-modules-commits mailing list