[Python-modules-commits] [psycopg2] 02/06: Merge tag 'upstream/2.7.3' into debian/master

Scott Kitterman kitterman at moszumanska.debian.org
Wed Aug 9 05:01:13 UTC 2017


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

kitterman pushed a commit to branch debian/master
in repository psycopg2.

commit e24a36a77595820931ceaeb915a85e2b9673b82c
Merge: 50386b8 948e3de
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Aug 9 00:27:16 2017 -0400

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

 NEWS                                  |  43 +++++-
 PKG-INFO                              |  30 ++--
 README.rst                            |  26 ++--
 doc/src/connection.rst                |   3 +
 doc/src/cursor.rst                    |   5 +-
 doc/src/errorcodes.rst                |   2 +-
 doc/src/extensions.rst                |   8 +-
 doc/src/extras.rst                    |  19 ++-
 doc/src/install.rst                   |  22 ++-
 doc/src/sql.rst                       |   5 +
 doc/src/usage.rst                     |   2 +-
 lib/__init__.py                       |   2 +-
 lib/_json.py                          |   9 +-
 lib/errorcodes.py                     |   8 ++
 lib/extensions.py                     |   8 +-
 lib/extras.py                         |   6 +
 lib/pool.py                           |   2 +-
 lib/psycopg1.py                       |   4 +-
 lib/sql.py                            |  25 ++--
 psycopg/connection_type.c             |  63 ++++++++-
 psycopg/cursor.h                      |   1 +
 psycopg/cursor_int.c                  |  80 +++++++++++
 psycopg/cursor_type.c                 |  85 +-----------
 psycopg/lobject_type.c                |   5 +-
 psycopg/pqpath.c                      |  28 +++-
 psycopg/psycopg.h                     |   2 +
 psycopg/replication_connection_type.c |  56 +++-----
 psycopg/replication_cursor_type.c     |  19 ++-
 psycopg/typecast.c                    |   6 +
 psycopg/typecast_array.c              |   1 +
 psycopg/typecast_builtins.c           |   8 +-
 psycopg/typecast_datetime.c           | 248 +++++++++++++++++++++++++---------
 psycopg/typecast_mxdatetime.c         |   1 +
 psycopg/utils.c                       |  24 ++++
 psycopg2.egg-info/PKG-INFO            |  30 ++--
 scripts/make_errorcodes.py            |  15 +-
 scripts/travis_prepare.sh             |   8 +-
 scripts/travis_test.sh                |   6 +-
 setup.py                              |   7 +-
 tests/test_connection.py              | 111 +++++++++++++--
 tests/test_cursor.py                  |  75 ++++++++--
 tests/test_dates.py                   |  45 ++++++
 tests/test_green.py                   |  85 ++++++++++++
 tests/test_lobject.py                 |  14 ++
 tests/test_replication.py             |  37 +++++
 tests/test_sql.py                     |  26 +++-
 tests/test_types_extras.py            |  28 +++-
 47 files changed, 1017 insertions(+), 326 deletions(-)

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



More information about the Python-modules-commits mailing list