summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dropped psycopg1 modulegoodbye-psycopg1Daniele Varrazzo2017-12-043-97/+1
* Merge branch 'master' into wsDaniele Varrazzo2017-12-0229-144/+69
|\
| * Merge remote-tracking branch 'jdufresne/egg-info'Daniele Varrazzo2017-12-021-0/+1
| |\
| | * Add *.egg-info directories to .gitignoreJon Dufresne2017-12-011-0/+1
| * | Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-0222-22/+40
| |\ \
| | * | Always import the system unittestJon Dufresne2017-12-0122-22/+40
| | |/
| * | Merge remote-tracking branch 'jdufresne/leading0'Daniele Varrazzo2017-12-021-1/+1
| |\ \
| | * | Drop leading 0's from numeric literalsJon Dufresne2017-12-011-1/+1
| | |/
| * | Merge remote-tracking branch 'jdufresne/next-func'Daniele Varrazzo2017-12-026-20/+17
| |\ \
| | * | Use builtin function next() throughout projectJon Dufresne2017-12-016-20/+17
| | |/
| * | Merge remote-tracking branch 'jdufresne/more-json'Daniele Varrazzo2017-12-021-56/+0
| |\ \
| | * | Remove test decorators for json moduleJon Dufresne2017-12-011-56/+0
| | |/
| * | Merge remote-tracking branch 'jdufresne/sorted'Daniele Varrazzo2017-12-021-7/+0
| |\ \
| | * | Remove sorted() workaround; available on all supported PythonsJon Dufresne2017-12-011-7/+0
| | |/
| * | Merge remote-tracking branch 'jdufresne/script-to-py3'Daniele Varrazzo2017-12-025-38/+10
| |\ \ | | |/ | |/|
| | * Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-015-38/+10
| |/
* | Dropped .sln fileDaniele Varrazzo2017-12-021-43/+0
* | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-0152-324/+286
|/
* Fixed NEWS file entriesDaniele Varrazzo2017-12-011-8/+4
* Merge branch 'bug-633'Daniele Varrazzo2017-11-293-2/+19
|\
| * Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-293-2/+19
|/
* Build and test packages with libpq 10.1 and OpenSSL 1.0.2mDaniele Varrazzo2017-11-283-12/+13
* Merge branch 'fix-libpq-version'Daniele Varrazzo2017-11-282-4/+8
|\
| * Fixed __libpq_version__ for Postgres >= 10.1Daniele Varrazzo2017-11-282-4/+8
|/
* Merge branch 'rm-eol'Daniele Varrazzo2017-11-2829-156/+89
|\
| * Use dict comprehensionsDaniele Varrazzo2017-11-282-6/+3
| * Dropped unused test functionsDaniele Varrazzo2017-11-281-3/+0
| * Documentation tweaked to omit Python 2.6 distinctionsDaniele Varrazzo2017-11-282-14/+12
| * Add news and update version checkHugo2017-11-282-2/+12
| * Drop support for EOL Python 3.0-3.3Hugo2017-11-284-17/+4
| * Remove trailing semicolonsHugo2017-11-281-3/+3
| * Remove redundant parenthesesHugo2017-11-285-7/+7
| * __slots__ should be a tupleHugo2017-11-281-1/+1
| * Rewrite list creation as list literalHugo2017-11-281-3/+1
| * Replace comparison with None with equality operatorHugo2017-11-281-1/+1
| * Update to Exception as e, print()Hugo2017-11-284-37/+37
| * Simplify BooleanHugo2017-11-281-1/+1
| * Remove redundant hasattr checksHugo2017-11-282-33/+3
| * Drop support for EOL Python 2.6Hugo2017-11-289-34/+10
|/
* Merge remote-tracking branch 'jdufresne/json-docs'Daniele Varrazzo2017-11-282-10/+4
|\
| * Update documentation to reflect JSON import behaviorJon Dufresne2017-11-282-10/+4
* | Merge remote-tracking branch 'jdufresne/with-statement'Daniele Varrazzo2017-11-282-4/+0
|\ \ | |/ |/|
| * Remove "from __future__ import with_statement"Jon Dufresne2017-11-282-4/+0
|/
* Merge branch 'python3_mintimeloggingconnection'Daniele Varrazzo2017-11-282-0/+3
|\
| * Mention MinTimeLoggingCursor fix in NEWS fileDaniele Varrazzo2017-11-281-0/+6
| * Patch for issue #609 for MinTimeLoggingConnectionKevin Campbell2017-11-031-0/+2
* | Merge branch 'solaris-support'Daniele Varrazzo2017-11-285-1/+97
|\ \
| * | Mention solaris support in NEWSDaniele Varrazzo2017-11-281-0/+6
| * | Emulate timeradd and timersub on SolarisMy Karlsson2017-10-264-1/+96
* | | Merge remote-tracking branch 'jdufresne/decimal'Daniele Varrazzo2017-11-282-19/+7
|\ \ \