Commit Graph

  • ebcfbe03f9 Added test for issue #788 Federico Di Gregorio 2018-10-10 09:14:56 +0200
  • 7806fc736a Sandbox removed Federico Di Gregorio 2018-10-09 00:00:12 +0200
  • e3c791cf60
    Merge pull request #786 from alandmoore/master Federico Di Gregorio 2018-10-08 23:50:33 +0200
  • 20647b7bcc Fix RST markup Alan D Moore 2018-10-08 09:40:51 -0500
  • 67b94d0797 Added note about backslashes and LIKE Alan D Moore 2018-10-08 09:36:16 -0500
  • f56392a245 Allow SPHINXBUILD on command line Federico Di Gregorio 2018-10-07 13:55:11 +0200
  • 81addddaee Added connection.get_native_connection() Federico Di Gregorio 2018-10-07 13:54:24 +0200
  • 1c553bb703 Added connection.host Marco De Paoli 2018-10-05 09:23:13 +0200
  • 4e0b2ec9c9 Added Diagnostics.severity_nonlocalized attribute Daniele Varrazzo 2018-10-04 16:13:46 +0100
  • 9d83b03605 Merge branch 'identifier-sequence' Daniele Varrazzo 2018-10-04 13:22:46 +0100
  • 4aa02b7855 sql.Identifier can wrap a sequence of strings to represent qualified names Daniele Varrazzo 2018-07-13 18:17:32 +0100
  • 695c757dc3 Merge branch 'stringification-of-ranges' Daniele Varrazzo 2018-10-04 12:24:27 +0100
  • 81d6f7a7ca Mention the better str(Range) in the docs. Daniele Varrazzo 2018-10-04 11:57:31 +0100
  • 8bd7ad7bb5 Faster check for empty range in str() Daniele Varrazzo 2018-10-04 11:46:07 +0100
  • d317977205 Implement __str__ for range types Michel Albert 2018-09-30 10:15:55 +0200
  • ccae5cae34 Expose PGconn* raw pointer on the connection as a PyCapsule Federico Di Gregorio 2018-09-27 10:15:40 +0200
  • b07e34e0b8 Prefer https:// URLs when available Jon Dufresne 2018-09-22 18:54:55 -0700
  • 9405d8cbc5 Drop legacy distutils in setup.py Jon Dufresne 2018-09-15 16:05:05 -0700
  • e2b7819167
    Merge f1cc9f8a47 into 6b6b1a6e8d Dmitry Marakasov 2018-09-07 23:01:07 +0000
  • 6b6b1a6e8d Merge branch 'fix-bsd' Daniele Varrazzo 2018-09-07 23:58:19 +0100
  • 0eaa0c9d4e Mention FreeBSD build fixed in news file Daniele Varrazzo 2018-09-07 23:56:15 +0100
  • 5ec573c83b Remove obsolete and incorrect FreeBSD version condition Dmitry Marakasov 2018-07-26 20:18:10 +0300
  • c97266921c Merge branch 'fix-bsd' into maint_2_7 Daniele Varrazzo 2018-09-07 23:57:03 +0100
  • 5d52dae286 Mention FreeBSD build fixed in news file Daniele Varrazzo 2018-09-07 23:56:15 +0100
  • 41deda1950 Remove obsolete and incorrect FreeBSD version condition Dmitry Marakasov 2018-07-26 20:18:10 +0300
  • 99f11e6f35
    Merge 0bea06f513 into fd6432977d Daniele Varrazzo 2018-09-05 15:49:39 +0000
  • fd6432977d Improve doc for extras.wait_select Daniel Hahler 2018-06-15 20:51:46 +0200
  • 6af55ee51c Improve doc for extras.wait_select Daniel Hahler 2018-06-15 20:51:46 +0200
  • 69685eb5b6
    Merge 3be0271244 into 03fc3f9a2a Daniel Hahler 2018-09-05 15:45:07 +0000
  • 48d292c14c Fix typo in install.rst Andrew King 2018-07-19 15:10:54 +1000
  • 85926bef5a Update intersphinx URLs to point to Python 3 docs Jon Dufresne 2018-06-09 20:06:23 -0700
  • 03fc3f9a2a Fix typo in install.rst Andrew King 2018-07-19 15:10:54 +1000
  • 3a2eefe231
    Merge 63fa4aaa33 into c57fee2c92 Andrew King 2018-09-05 15:42:10 +0000
  • 0bea06f513 Import params.h on FreeBSD if needed to establish version Daniele Varrazzo 2018-09-05 16:36:58 +0100
  • 9093f0793f
    Merge 38c592c577 into c57fee2c92 Jon Dufresne 2018-09-05 15:21:35 +0000
  • c57fee2c92 Update intersphinx URLs to point to Python 3 docs Jon Dufresne 2018-06-09 20:06:23 -0700
  • 6b64716471
    Merge ca293f82e3 into f86229d98b Benjamin Peterson 2018-09-05 15:18:55 +0000
  • f86229d98b Remove setup.py fallback that assumes postgres 7.4.0. Benjamin Peterson 2018-07-03 09:16:21 -0700
  • 344ce15261 Better testing of encryption function with libpq < 10 Daniele Varrazzo 2018-08-17 00:55:40 +0100
  • 782fa39647 Generating the whole errors file from script Daniele Varrazzo 2018-06-17 22:39:10 +0100
  • 0bce58d0cd Dropped parsing sgml files for error codes Daniele Varrazzo 2018-06-17 21:30:19 +0100
  • ce1ac3aea9 Read exceptions to raise from a Python module Daniele Varrazzo 2018-06-06 01:12:35 +0100
  • 1f78d5efa7
    Prevent overriding static_libpq Ömer Faruk 2018-08-07 13:09:31 +0300
  • e8ee9dc20b
    Merge f174487064 into 153b0983c1 Ömer Faruk 2018-08-07 06:58:42 +0000
  • f174487064
    Prevent overriding static_libpq Ömer Faruk 2018-08-07 09:58:20 +0300
  • f1cc9f8a47
    Remove obsolete and incorrect FreeBSD version condition Dmitry Marakasov 2018-07-26 20:18:10 +0300
  • e81d073e87
    Merge 5d8c22cf9d into 153b0983c1 Jon Dufresne 2018-07-25 15:33:52 +0000
  • 153b0983c1 Merge branch 'fix-746' Daniele Varrazzo 2018-07-25 16:29:57 +0100
  • 5d8c22cf9d Allow unpacking a Range object like a tuple Jon Dufresne 2018-07-24 17:20:59 -0700
  • 97a4fb92c6 Fixed compile error on windows Daniele Varrazzo 2018-07-24 19:17:07 +0100
  • 466efe4461 Bump tests for selective closure of named cursor to pg 8.2 Daniele Varrazzo 2018-07-24 19:02:13 +0100
  • 6d8f4f9f0d Close named cursor if exist, even if we didn't run execute Daniele Varrazzo 2018-07-21 18:32:02 +0100
  • 3cdc0bc6e5 Merge branch 'fix-746' into maint_2_7 Daniele Varrazzo 2018-07-24 21:13:36 +0100
  • 84fb389b3b Fixed compile error on windows Daniele Varrazzo 2018-07-24 19:17:07 +0100
  • ba54f1194a Bump tests for selective closure of named cursor to pg 8.2 Daniele Varrazzo 2018-07-24 19:02:13 +0100
  • 43e35db988 Close named cursor if exist, even if we didn't run execute Daniele Varrazzo 2018-07-21 18:32:02 +0100
  • a7f8c7fcde Bump to next dev version number Daniele Varrazzo 2018-07-21 12:14:08 +0100
  • 63fa4aaa33
    Fix typo in install.rst Andrew King 2018-07-19 15:10:54 +1000
  • 0e89b9de2c Merge branch 'py37' Daniele Varrazzo 2018-07-13 19:12:23 +0100
  • a8b9c9971e Consider PG 9.3 a thing of the past. Daniele Varrazzo 2018-07-13 19:09:33 +0100
  • 82f52db9b3 Fetch the correct testing postgres packages on xenial Daniele Varrazzo 2018-07-13 18:25:07 +0100
  • 61e644049f Add testing and document support for Python 3.7 Jon Dufresne 2018-06-28 06:28:50 -0700
  • ca293f82e3 Remove setup.py fallback that assumes postgres 7.4.0. Benjamin Peterson 2018-07-03 09:16:21 -0700
  • c98a63d0aa
    Merge 558975fa58 into 6becf0ef55 bit 2018-07-01 12:49:57 +0000
  • 558975fa58 test async_ instead of async keyword j 2018-07-01 13:15:34 +0100
  • 61ce129775
    Merge 1c3d031a5a into 6becf0ef55 Gianfranco Costamagna 2018-06-28 22:01:20 +0000
  • 1c3d031a5a build fix: async is now a reserved keyword with Python3.7, rename it to async_ Gianfranco Costamagna 2018-06-29 00:00:03 +0200
  • 3be0271244 Improve doc for extras.wait_select Daniel Hahler 2018-06-15 20:51:46 +0200
  • 38c592c577 Update intersphinx URLs to point to Python 3 docs Jon Dufresne 2018-06-09 20:06:23 -0700
  • 3c48c6ff87
    Merge 3bdd1ed043 into 6becf0ef55 Alex Charlton 2018-06-06 16:16:15 +0000
  • 3bdd1ed043 Change DictRow representation to match that of dict Alex Charlton 2018-06-05 16:29:27 -0700
  • 1b07d2e34d Bump to version 2.7.5 2_7_5 Daniele Varrazzo 2018-05-27 10:08:36 +0100
  • 6becf0ef55 Note the upgrade in wheel dependencies in NEWS file Daniele Varrazzo 2018-05-23 21:51:26 +0100
  • eafa0f9d55 Note the upgrade in wheel dependencies in NEWS file Daniele Varrazzo 2018-05-23 21:51:26 +0100
  • 0aa7e21f91 Added note adivising against depending on the -wheels package Daniele Varrazzo 2018-05-23 21:42:43 +0100
  • 6bcea5da34 Added note adivising against depending on the -wheels package Daniele Varrazzo 2018-05-23 21:42:43 +0100
  • a339ec3d8f Dropped license paragraph applying to removed files Daniele Varrazzo 2018-05-23 21:19:06 +0100
  • 8195d83a8c Dropped license paragraph applying to removed files Daniele Varrazzo 2018-05-23 21:19:06 +0100
  • 166ad21e5c Merge branch 'drop-2to3' Daniele Varrazzo 2018-05-21 03:36:32 +0100
  • 0bb7d0db48 DictCursor and RealDictCursor rows maintain columns order Daniele Varrazzo 2018-05-21 03:14:08 +0100
  • 7bdaf0affd Restored methods iter*() on dict cursors rows Daniele Varrazzo 2018-05-21 02:51:37 +0100
  • e8a831dda2 Merge branch 'master' into drop-2to3 Daniele Varrazzo 2018-05-20 23:56:29 +0100
  • a0f7027ad5 Added tests to verify iter methods on dict cursors Daniele Varrazzo 2018-05-20 23:36:03 +0100
  • 82ae44ac3a DictCursor/RealDictCursor tests split Daniele Varrazzo 2018-05-20 23:35:26 +0100
  • f947c0e6be Merge branch 'encrypt-pass' Daniele Varrazzo 2018-05-20 22:33:07 +0100
  • 9eb3e0cb79 encrypt_password() reported in the news file Daniele Varrazzo 2018-05-20 22:31:22 +0100
  • 9cf658ec6e Fixed refcount handling in encrypt_password Daniele Varrazzo 2018-05-20 21:18:36 +0100
  • abca14d601 Fixed keywords support for encrypt_password and tests completed Daniele Varrazzo 2018-05-20 20:50:04 +0100
  • 9e4f89a2a1 encrypt_password docs moved to extension module and updated Daniele Varrazzo 2018-05-20 20:13:04 +0100
  • a3063900ee Fixed code flow in encrypt_password() Daniele Varrazzo 2018-05-20 19:18:42 +0100
  • 0161d54dbb Merge branch 'master' into encrypt-pass Daniele Varrazzo 2018-05-20 17:57:34 +0100
  • 47c127addd
    Merge b7b56b8555 into a8d4f37b19 Jon Dufresne 2018-05-20 16:54:11 +0000
  • a8d4f37b19 Complete tox testing matrix Jon Dufresne 2018-03-07 05:12:39 -0800
  • 3b4820b1e0
    Merge 5abf992efb into 9ceffa1cc6 Jon Dufresne 2018-05-20 16:51:52 +0000
  • 4292da9b31 Update all pypi.python.org URLs to pypi.org Jon Dufresne 2018-04-26 05:52:41 -0700
  • 9ceffa1cc6 Update all pypi.python.org URLs to pypi.org Jon Dufresne 2018-04-26 05:52:41 -0700
  • 10caf1bd74 Command to upload docs on pythonhosted dropped altogether Daniele Varrazzo 2018-02-25 18:13:29 +0000
  • a110d7dd70 Intersphinx urls to generate Python links updated Daniele Varrazzo 2018-02-25 18:11:17 +0000
  • dbae84ee29 Added license to the docs Daniele Varrazzo 2018-05-20 17:03:08 +0100
  • 85ec17a313 Merge branch 'fix-716' into maint_2_7 Daniele Varrazzo 2018-05-20 17:05:25 +0100