summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-044-15/+73
* Merge branch 'stringification-of-ranges'Daniele Varrazzo2018-10-043-0/+61
|\
| * Mention the better str(Range) in the docs.Daniele Varrazzo2018-10-041-0/+2
| * Faster check for empty range in str()Daniele Varrazzo2018-10-041-1/+1
| * Implement __str__ for range typesMichel Albert2018-09-302-0/+59
|/
* Merge branch 'fix-bsd'Daniele Varrazzo2018-09-072-2/+2
|\
| * Mention FreeBSD build fixed in news fileDaniele Varrazzo2018-09-071-0/+1
| * Remove obsolete and incorrect FreeBSD version conditionDmitry Marakasov2018-09-071-2/+1
|/
* Improve doc for extras.wait_selectDaniel Hahler2018-09-051-2/+2
* Fix typo in install.rstAndrew King2018-09-051-1/+1
* Update intersphinx URLs to point to Python 3 docsJon Dufresne2018-09-051-3/+2
* Remove setup.py fallback that assumes postgres 7.4.0.Benjamin Peterson2018-09-051-7/+1
* Better testing of encryption function with libpq < 10encrypt-password-fix-testsDaniele Varrazzo2018-08-171-53/+44
* Merge branch 'fix-746'Daniele Varrazzo2018-07-254-17/+65
|\
| * Fixed compile error on windowsfix-746Daniele Varrazzo2018-07-241-10/+9
| * Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-242-2/+2
| * Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-243-9/+58
|/
* Merge branch 'py37'Daniele Varrazzo2018-07-137-13/+20
|\
| * Consider PG 9.3 a thing of the past.Daniele Varrazzo2018-07-131-1/+1
| * Fetch the correct testing postgres packages on xenialDaniele Varrazzo2018-07-131-1/+1
| * Add testing and document support for Python 3.7Jon Dufresne2018-07-126-11/+18
|/
* Note the upgrade in wheel dependencies in NEWS fileDaniele Varrazzo2018-05-232-2/+3
* Added note adivising against depending on the -wheels packageDaniele Varrazzo2018-05-231-4/+13
* Dropped license paragraph applying to removed filesDaniele Varrazzo2018-05-231-7/+2
* Merge branch 'drop-2to3'Daniele Varrazzo2018-05-2115-84/+171
|\
| * DictCursor and RealDictCursor rows maintain columns orderDaniele Varrazzo2018-05-213-6/+95
| * Restored methods iter*() on dict cursors rowsDaniele Varrazzo2018-05-211-9/+24
| * Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-2041-368/+923
| |\ | |/ |/|
* | Added tests to verify iter methods on dict cursorsDaniele Varrazzo2018-05-201-1/+64
* | DictCursor/RealDictCursor tests splitDaniele Varrazzo2018-05-201-78/+82
* | Merge branch 'encrypt-pass'Daniele Varrazzo2018-05-205-2/+227
|\ \
| * | encrypt_password() reported in the news fileDaniele Varrazzo2018-05-201-0/+4
| * | Fixed refcount handling in encrypt_passwordDaniele Varrazzo2018-05-202-9/+19
| * | Fixed keywords support for encrypt_password and tests completedDaniele Varrazzo2018-05-202-3/+29
| * | encrypt_password docs moved to extension module and updatedDaniele Varrazzo2018-05-202-27/+32
| * | Fixed code flow in encrypt_password()Daniele Varrazzo2018-05-202-70/+69
| * | Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-2024-84/+206
| |\ \ | |/ / |/| |
* | | Complete tox testing matrixJon Dufresne2018-05-201-6/+2
* | | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-05-204-5/+5
* | | Command to upload docs on pythonhosted dropped altogetherDaniele Varrazzo2018-05-201-2/+0
* | | Intersphinx urls to generate Python links updatedDaniele Varrazzo2018-05-201-2/+2
* | | Added license to the docsDaniele Varrazzo2018-05-206-9/+27
* | | Merge branch 'fix-716'Daniele Varrazzo2018-05-204-7/+24
|\ \ \
| * | | Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-204-7/+24
* | | | Merge branch 'fix-707'Daniele Varrazzo2018-05-202-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Set minimal postgres version for intervalstyle testfix-707Daniele Varrazzo2018-05-201-0/+1
| * | | Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-202-0/+12
|/ / /
* | | Merge remote-tracking branch 'nested-array-nulls'Daniele Varrazzo2018-05-204-41/+106
|\ \ \
| * | | Hstore test fixed after adapting arrays dropped space after commasnested-array-nullsDaniele Varrazzo2018-05-181-2/+2
| * | | Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-183-39/+104