summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed PostgreSQL version matching after PG 10maint_2_6Daniele Varrazzo2017-12-012-2/+9
* Fixed travis test: unset green modeDaniele Varrazzo2016-12-261-1/+1
* Less verbose travis testsDaniele Varrazzo2016-12-261-2/+2
* Fixed REst error in newsfileDaniele Varrazzo2016-12-251-1/+1
* Fixed intersphinx links to Pyton docsDaniele Varrazzo2016-12-251-2/+2
* fix wait_select sample to be `extras` not `extensions`Luke Nezda2016-12-251-1/+1
* Fix "invalid escape sequence" warning in Python 3.6Tim Graham2016-12-251-1/+1
* Fixed tests failures on Python != 2.7Daniele Varrazzo2016-12-251-3/+6
* Merge branch 'fix-453' into maint_2_6Daniele Varrazzo2016-12-252-9/+13
|\
| * Added empty options in setup.cfgDaniele Varrazzo2016-12-252-9/+13
|/
* Added travis config to test branch 2.6Daniele Varrazzo2016-12-253-5/+106
* Merge branch 'nul-terminator' into maint_2_6Daniele Varrazzo2016-08-073-1/+17
|\
| * Mention NULL characters guard in NEWS fileDaniele Varrazzo2016-08-071-0/+2
| * Throw an exception when a NUL character is used as a parameter.Alexander Schrijver2016-08-072-1/+15
|/
* spelling fixSpootDev2016-08-071-1/+1
* Merge branch 'range-picklable' into maint_2_6Daniele Varrazzo2016-08-073-0/+24
|\
| * Report range picklable in NEWS fileDaniele Varrazzo2016-08-071-0/+6
| * Make Range pickleableJonathan Ross Rogers2016-08-072-0/+18
|/
* 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
|/