[Python-modules-commits] [psycopg2] branch upstream updated (d8e7248 -> 948e3de)

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


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

kitterman pushed a change to branch upstream
in repository psycopg2.

      from  d8e7248   Imported Upstream version 2.7.1
       new  948e3de   Imported Upstream version 2.7.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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