[Python-modules-commits] [asyncpg] branch upstream updated (1639036	-> e9cb3b6)
    Piotr Ożarowski 
    piotr at moszumanska.debian.org
       
    Tue Jan 10 19:27:07 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository asyncpg.
      from  1639036   Import asyncpg_0.8.1.orig.tar.gz
       new  e9cb3b6   Import asyncpg_0.8.4.orig.tar.gz
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:
 PKG-INFO                              |     9 +-
 README.rst                            |     7 +-
 asyncpg.egg-info/PKG-INFO             |     9 +-
 asyncpg.egg-info/SOURCES.txt          |     1 +
 asyncpg/introspection.py              |    49 +-
 asyncpg/protocol/buffer.pxd           |    34 +-
 asyncpg/protocol/buffer.pyx           |    46 +-
 asyncpg/protocol/codecs/array.pyx     |   438 +-
 asyncpg/protocol/codecs/base.pxd      |    13 +-
 asyncpg/protocol/codecs/base.pyx      |   174 +-
 asyncpg/protocol/codecs/bits.pyx      |     8 +-
 asyncpg/protocol/codecs/bytea.pyx     |     2 +-
 asyncpg/protocol/codecs/datetime.pyx  |    67 +-
 asyncpg/protocol/codecs/geometry.pyx  |    23 +-
 asyncpg/protocol/codecs/hstore.pyx    |    10 +-
 asyncpg/protocol/codecs/int.pyx       |     6 +-
 asyncpg/protocol/codecs/network.pyx   |     4 +-
 asyncpg/protocol/codecs/range.pyx     |     6 +-
 asyncpg/protocol/codecs/record.pyx    |     9 +-
 asyncpg/protocol/codecs/text.pyx      |     4 +-
 asyncpg/protocol/codecs/textutils.pyx |    72 +
 asyncpg/protocol/codecs/txid.pyx      |     9 +-
 asyncpg/protocol/consts.pxi           |     1 +
 asyncpg/protocol/coreproto.pxd        |     4 +-
 asyncpg/protocol/coreproto.pyx        |     6 +-
 asyncpg/protocol/hton.pxd             |    10 +-
 asyncpg/protocol/pgtypes.pxi          |   136 +-
 asyncpg/protocol/prepared_stmt.pxd    |     2 +-
 asyncpg/protocol/prepared_stmt.pyx    |     4 +-
 asyncpg/protocol/protocol.c           | 18377 +++++++++++++++++++++-----------
 asyncpg/protocol/protocol.pyx         |     6 +-
 asyncpg/protocol/python.pxd           |     5 +
 asyncpg/protocol/record/recordobj.c   |    10 +-
 asyncpg/protocol/settings.pxd         |     2 +-
 asyncpg/protocol/settings.pyx         |    11 +-
 setup.py                              |     4 +-
 tests/test_codecs.py                  |   108 +-
 tests/test_connect.py                 |    17 +-
 tests/test_pool.py                    |     2 +-
 tests/test_timeout.py                 |    25 +-
 40 files changed, 13168 insertions(+), 6562 deletions(-)
 create mode 100644 asyncpg/protocol/codecs/textutils.pyx
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/asyncpg.git
    
    
More information about the Python-modules-commits
mailing list