summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't raise an exception closing an unused named cursorfix-716-27Daniele Varrazzo2018-05-204-7/+24
* Fix use of "async" in test_cursor.pyJon Dufresne2018-05-181-1/+1
* Merge remote-tracking branch 'nested-array-nulls' into maint_2_7Daniele Varrazzo2018-05-184-41/+106
|\
| * Hstore test fixed after adapting arrays dropped space after commasDaniele Varrazzo2018-05-141-2/+2
| * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-143-39/+104
* | Merge remote-tracking branch 'fix-211' into maint_2_7Daniele Varrazzo2018-05-184-12/+26
|\ \ | |/ |/|
| * Skipped test on db version not supporting unicode identifiersDaniele Varrazzo2018-05-141-0/+1
| * Test databases from newest to oldestDaniele Varrazzo2018-05-141-8/+8
| * Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-133-4/+17
|/
* Command to upload docs on pythonhosted dropped altogetherDaniele Varrazzo2018-02-251-2/+0
* Intersphinx urls to generate Python links updatedDaniele Varrazzo2018-02-251-2/+2
* Merge branch 'fix-679' into maint_2_7Daniele Varrazzo2018-02-213-2/+17
|\
| * Allow strings subclasses in ensure_bytesDaniele Varrazzo2018-02-203-2/+17
|/
* Merge branch 'expand-version' into maint_2_7Daniele Varrazzo2018-02-193-7/+9
|\
| * Report MSYS2 build probably fixedDaniele Varrazzo2018-02-191-1/+2
| * Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-192-6/+7
|/
* Merge branch 'fix-solaris-11' into maint_2_7Daniele Varrazzo2018-02-193-1/+14
|\
| * Added Solaris 11 fix to news fileDaniele Varrazzo2018-02-191-0/+7
| * Fixed building on SmartOSMike Gerdts2018-02-192-1/+7
|/
* Fixed pip invocation example to skip binary packagesDaniele Varrazzo2018-02-091-2/+2
* Bump to next dev version numberDaniele Varrazzo2018-02-091-1/+1
* Version number bumped to 2.7.42_7_4Daniele Varrazzo2018-02-061-1/+1
* Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-061-2/+2
* Report Python 2.6 wheels no more availableDaniele Varrazzo2018-01-291-0/+2
* Dropped recipe to install namedtuple on Python < 2.6Daniele Varrazzo2018-01-291-14/+0
* Link psycopg2-binary package to PyPI in readmeDaniele Varrazzo2018-01-291-1/+2
* Merge branch 'openssl-1.0.2n' into maint_2_7Daniele Varrazzo2018-01-293-59/+41
|\
| * Build using OpenSSL 1.0.2nopenssl-1.0.2nDaniele Varrazzo2018-01-293-3/+3
| * Define openssl and libpq versions in vars in appveyor buildDaniele Varrazzo2018-01-291-10/+13
| * Build env vars on windows less verboseDaniele Varrazzo2018-01-291-47/+26
* | Merge branch 'namedtuple-invalid-identifiers' into maint_2_7Daniele Varrazzo2018-01-293-1/+23
|\ \ | |/ |/|
| * Convert fields names into valid Python identifiers in NamedTupleCursornamedtuple-invalid-identifiersDaniele Varrazzo2018-01-293-1/+23
|/
* Merge branch 'separate-binary' into maint_2_7Daniele Varrazzo2018-01-295-117/+174
|\
| * Mention new wheel packages in news fileDaniele Varrazzo2018-01-291-2/+5
| * Silence warning on import failing a testDaniele Varrazzo2018-01-291-1/+5
| * Document the psycopg2-binary packageseparate-binaryDaniele Varrazzo2018-01-162-109/+121
| * Print info about the binary package on build failedDaniele Varrazzo2018-01-131-5/+43
* | Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
|/
* Merge branch 'fix-idempotence-check' into maint_2_7Daniele Varrazzo2018-01-114-22/+48
|\
| * Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-114-22/+48
|/
* 'key' docs in getconn() improvedDaniele Varrazzo2018-01-111-1/+6
* Fixed test in asian time zonesDaniele Varrazzo2018-01-111-1/+2
* Merge branch 'mogrify-on-closed-cursor' into maint_2_7Daniele Varrazzo2018-01-113-2/+7
|\
| * 'cursor.mogrify()' can be called on closed cursorsDaniele Varrazzo2018-01-103-2/+7
* | Merge branch 'datetime-macro-accessors' into maint_2_7Daniele Varrazzo2018-01-103-2/+12
|\ \ | |/ |/|
| * Fixed pydatetime macros for Python 3.2Daniele Varrazzo2018-01-101-4/+6
| * pypi3 fix noted in the news fileDaniele Varrazzo2018-01-101-0/+1
| * Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-102-6/+5
| * define a "polyfill" inline for python 2 compatibilityGlyph2018-01-101-0/+6
| * use accessor macros for pypy3 compatibilityGlyph2018-01-101-2/+4
|/