summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump to next version (uploading the docs)Daniele Varrazzo2015-10-011-1/+1
* The wait_select callback can cancel a query using Ctrl-CDaniele Varrazzo2015-10-014-9/+51
* Fixed PersistentConnectionPool on Python 3Daniele Varrazzo2015-10-012-4/+5
* Typo correctionClodoaldoPinto2015-10-011-1/+1
* MSVC 2015 compiler support added to news fileDaniele Varrazzo2015-10-011-0/+1
* Merge branch 'msvc-2015-support' into maint_2_6Daniele Varrazzo2015-10-011-3/+8
|\
| * Fix for MSVC 2015: round has been added to this versionPhotonios2015-10-011-1/+5
| * Fix for MSVC 2015: isnan is supported in this versionPhotonios2015-10-011-2/+3
|/
* Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-305-5/+59
* Report the server response status on errors with no messageDaniele Varrazzo2015-09-302-2/+10
* Fixed build on Python 2.52_6_1Daniele Varrazzo2015-06-151-2/+2
* Fixed manifest trying to include Makefiles from build envDaniele Varrazzo2015-06-151-2/+2
* Version bumped to release 2.6.1Daniele Varrazzo2015-06-141-1/+1
* Skip null array test on Postgres versions not supporting itDaniele Varrazzo2015-06-141-0/+1
* Merge branch 'patch-328' into maint_2_6Daniele Varrazzo2015-06-143-28/+28
|\
| * Fixed compiler warnings about Py_ssize_t printf formatDaniele Varrazzo2015-06-141-6/+6
| * Removed added Dprintf statementsJason Erickson2015-06-081-2/+0
| * Fix Windows 64bit lobject support for very (>2GB) large objectsJason Erickson2015-06-083-22/+24
|/
* Notify example should pop the oldest message in conn.notifies, not the newest.btubbs2015-06-021-1/+1
* Change "non desiderable" to "undesirable" in docsPete Hollobon2015-06-022-3/+3
* Merge branch 'adapt-list-of-none' into maint_2_6Daniele Varrazzo2015-06-023-1/+50
|\
| * Fixed adaptation of lists of NoneDaniele Varrazzo2015-06-023-1/+50
|/
* OpenSSL deadlock fix noted in NEWSfileDaniele Varrazzo2015-05-031-0/+1
* Make sure libcrypto threadsafety callbacks are properly set upJan Urbański2015-05-031-0/+23