summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-081-2/+2
* | | Report Python 2.6 wheels no more availableDaniele Varrazzo2018-01-291-0/+2
* | | Link psycopg2-binary package to PyPI in readmeDaniele Varrazzo2018-01-291-1/+2
* | | Merge branch 'namedtuple-invalid-identifiers'Daniele Varrazzo2018-01-293-1/+21
|\ \ \
| * | | Convert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo2018-01-293-1/+21
|/ / /
* | | Merge branch 'openssl-1.0.2n'Daniele Varrazzo2018-01-293-50/+39
|\ \ \
| * | | Build using OpenSSL 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-38/+24
|/ / /
* | | Merge branch 'separate-binary'Daniele Varrazzo2018-01-295-116/+173
|\ \ \
| * | | 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 packageDaniele Varrazzo2018-01-292-109/+121
| * | | Print info about the binary package on build failedDaniele Varrazzo2018-01-291-4/+42
|/ / /
* | | Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
* | | Merge branch 'fix-idempotence-check'Daniele Varrazzo2018-01-114-22/+48
|\ \ \
| * | | Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-114-22/+48
|/ / /
* | | Merge branch 'mogrify-on-closed-cursor'Daniele Varrazzo2018-01-113-2/+7
|\ \ \
| * | | 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-113-2/+7
* | | | 'key' docs in getconn() improvedDaniele Varrazzo2018-01-111-1/+6
* | | | Fixed test in asian time zonesDaniele Varrazzo2018-01-101-1/+2
|/ / /
* | | Fixed stitch_text on Python 2Daniele Varrazzo2018-01-101-4/+6
* | | Merge branch 'macro-accessors'Daniele Varrazzo2018-01-103-2/+10
|\ \ \
| * | | 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 compatibilityGlyph2017-12-121-0/+6
| * | | use accessor macros for pypy3 compatibilityGlyph2017-12-121-2/+4
* | | | Merge pull request #651 from ronnix/patch-1Daniele Varrazzo2017-12-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo in comment in utils.cRonan Amicel2017-12-141-1/+1
|/ / /
| * | Moving the encrypt_password method from the connection class to theAshesh Vashi2017-09-144-78/+116
| * | Merge remote-tracking branch 'psycopg2/master'Ashesh Vashi2017-09-1112-194/+42
| |\ \
| * | | 'encrypt_password' raises 'psycopg2.NotSupportedErorr' exception forAshesh Vashi2017-07-171-10/+4
| * | | When compiled with libpq version < 10, it raises 'psycopg2.NotSupportedError'...Ashesh Vashi2017-07-171-1/+1
| * | | Using 'Text_FromUTF8' macro for transforming the encrypted C string toAshesh Vashi2017-07-171-4/+5
| * | | Added support for preparing the encrypted password of a PostgreSQLAshesh Vashi2017-07-173-1/+151
| | | * In tests, use compat.py where there is overlapJon Dufresne2017-12-113-7/+8
| | | * Drop 2to3 build step; make all code compatible with all PythonsJon Dufresne2017-12-1111-43/+44
| | | * Drop the Python 2 style interface from DictRowJon Dufresne2017-12-111-22/+3
| | | * User super() throughout DictRow classJon Dufresne2017-12-111-4/+4
| |_|/ |/| |
* | | Gitignore env2/env3 envs tooDaniele Varrazzo2017-12-111-0/+1
* | | Dropped PYTHONPATH propagation in 'make check'Daniele Varrazzo2017-12-111-1/+1
* | | Merge pull request #644 from jdufresne/noinstall-testsDaniele Varrazzo2017-12-1177-362/+389
|\ \ \
| * | | Avoid installing tests to site-packagesJon Dufresne2017-12-1019-38/+56
| * | | Skip register_hstore(..., unicode=True) tests on Python 3Jon Dufresne2017-12-101-1/+4
| * | | Use relative imports throughout testsJon Dufresne2017-12-1027-81/+81
| * | | Use print() function instead of print statement throughout projectJon Dufresne2017-12-1044-245/+251
| * | | Fix use of "async" in test_cursor.pyJon Dufresne2017-12-101-1/+1
|/ / /