summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added empty options in setup.cfgfix-453Daniele Varrazzo2016-07-072-9/+13
* Bump to next dev releaseDaniele Varrazzo2016-07-071-1/+1
* Mark PG 9.5 supportedDaniele Varrazzo2016-07-071-1/+1
* news file typoDaniele Varrazzo2016-07-071-1/+1
* Version bumped for released 2.6.22_6_2Daniele Varrazzo2016-07-071-1/+1
* Added link from news fileDaniele Varrazzo2016-07-071-1/+2
* Bunch of test tweaks to make the test grid greenDaniele Varrazzo2016-07-043-23/+26
* Merge branch 'issue443' into maint_2_6Daniele Varrazzo2016-07-043-4/+63
|\
| * Connection state fixed noted in the newsDaniele Varrazzo2016-07-041-0/+2
| * Fixed tests on Py 2.5Daniele Varrazzo2016-07-041-2/+5
| * Skip killing test on brontosaur serversDaniele Varrazzo2016-07-041-0/+2
| * Always raise OperationalError when connection was closed externally.Greg Ward2016-06-282-5/+7
| * Always detect when a connection is closed behind psycopg2's back.Greg Ward2016-06-282-0/+50
* | errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-013-1/+6
* | Merge branch 'bug-424' into maint_2_6Daniele Varrazzo2016-07-012-1/+2
|\ \
| * | Mention closing bug #424 in the newsDaniele Varrazzo2016-07-011-0/+1
| * | Avoid a possible null deref, tz might be NULL.Gabriel Kihlman2016-07-011-1/+1
|/ /
* | Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-013-4/+12
* | Fixed encoding tests on Py3Daniele Varrazzo2016-07-011-3/+3
* | Docs wrappingDaniele Varrazzo2016-07-011-4/+6
* | Suggest installing psycopg2 in windows using pipUdi Oron2016-07-011-1/+9
* | Merge branch 'qstring-writable-encoding' into maint_2_6Daniele Varrazzo2016-07-016-36/+112
|\ \
| * | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-012-5/+10
| * | Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-014-46/+43
| * | Work in progress on writable encodingqstring-writable-encodingDaniele Varrazzo2016-07-013-26/+100
|/ /
* | Fixed build on win32Daniele Varrazzo2016-07-011-1/+2
* | Fixed segfault on repr() for uninitialized connectionsDaniele Varrazzo2016-07-012-3/+4
* | Wordsmithing on COPY commandsDaniele Varrazzo2016-07-012-2/+13
* | Document that the libpq must be available at runtimeDaniele Varrazzo2016-07-011-0/+10
* | Typo.Gabriel Linder2016-07-011-1/+1
* | dont claim copyright for future yearsBernhard M. Wiedemann2016-07-011-3/+1
* | Merge pull request #447 from gward/maint_2_6Federico Di Gregorio2016-06-293-6/+6
|\ \ | |/ |/|
| * Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-283-6/+6
|/
* Improve sentence.Karl O. Pinc2016-03-101-1/+1
* Update psycopg1.pyJan Janßen2016-03-101-1/+1
* Merge branch 'py35' into maint_2_6Daniele Varrazzo2016-03-084-2/+8
|\
| * Start advertising Py 3.5 supportDaniele Varrazzo2016-03-082-1/+2
| * Fixed read() exception propagation in copy_fromDaniele Varrazzo2016-03-082-1/+6
|/
* Merge branch 'setuptools' into maint_2_6Daniele Varrazzo2016-03-082-8/+3
|\
| * Fixed 'make sdist' to work with setuptoolsDaniele Varrazzo2016-03-082-8/+3
* | Merge branch 'msvc-2015-fix' into maint_2_6Daniele Varrazzo2016-03-082-0/+5
|\ \
| * | Py 3.5 MSVC 2015 build fixed noted in newsDaniele Varrazzo2016-03-081-0/+1
| * | Work around late initialization in distutils._msvccompiler.Christian Ullrich2016-03-081-0/+4
|/ /
* | Merge branch 'setuptools' into maint_2_6Daniele Varrazzo2016-03-072-1/+5
|\ \ | |/
| * setuptools in the newsDaniele Varrazzo2016-03-071-0/+1
| * Modify setup.py to support setuptools/wheelJason Erickson2016-03-051-1/+4
|/
* Merge branch 'bug-382' into maint_2_6Daniele Varrazzo2015-12-164-2/+76
|\
| * Fixed race condition on import in errorcodes.lookupDaniele Varrazzo2015-12-164-2/+76
|/
* Fix stale Dprintfs in pqpath.c referring to 'status'Oleksandr Shulgin2015-10-271-2/+2
* Decref the ssl module after importingDaniele Varrazzo2015-10-011-1/+4