summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump to a new dev version number to try to release new packagesDaniele Varrazzo2021-06-151-4/+5
* Copyright year updated to 2021Daniele Varrazzo2021-06-15118-118/+118
* Merge branch 'timezone-seconds'Daniele Varrazzo2021-06-1523-1091/+250
|\
| * Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-155-18/+21
| * Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-156-15/+47
| * Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-1415-967/+7
| * Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-145-81/+154
| * Use a stdlib timezone in TimestampFromTicksDaniele Varrazzo2021-06-141-12/+23
|/
* Clean up the packaging procedureDaniele Varrazzo2021-05-293-6/+54
* Merge branch 'packages'Daniele Varrazzo2021-05-2613-54/+528
|\
| * Document the new way of building packagesDaniele Varrazzo2021-05-261-34/+19
| * One line about the new packages in the news fileDaniele Varrazzo2021-05-261-1/+6
| * Add include and lib dirs from libpq --cppflags, --ldflagsDaniele Varrazzo2021-05-263-4/+12
| * Add script to download packages from appveyorDaniele Varrazzo2021-05-261-0/+77
| * Use Appveyor to build Windows packagesDaniele Varrazzo2021-05-263-18/+93
| * Build MacOS packages on GitHub ActionsDaniele Varrazzo2021-05-262-0/+112
| * Add script to download packages from GitHubDaniele Varrazzo2021-05-262-0/+78
| * Enable qemu to build arm/ppc packages on githubDaniele Varrazzo2021-05-261-0/+3
| * Build packages for Python >= 3.6Daniele Varrazzo2021-05-262-0/+128
| * Allow libpq tests to failDaniele Varrazzo2021-05-261-1/+4
|/
* Create sdist packagesDaniele Varrazzo2021-05-252-0/+78
* Escape table and column names in cursor.copy_from() and .copy_to()Daniele Varrazzo2021-05-253-11/+63
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-246-12/+127
* Fix formatting of last entries in the NEWS fileDaniele Varrazzo2021-05-241-4/+4
* Remove configuration for unused VS versions in appveyor buildDaniele Varrazzo2021-05-241-20/+2
* Drop use of obsolete alias PyMem_DelDaniele Varrazzo2021-05-241-1/+1
* Merge branch 'github-actions'Daniele Varrazzo2021-05-228-291/+88
|\
| * Use GitHub Actions badge in the readmeDaniele Varrazzo2021-05-221-3/+3
| * Update GitHub Actions as on branch main_2_8Daniele Varrazzo2021-05-227-319/+62
| * ci: first stab at running CI as github actionsRiccardo Magliocchetti2021-05-222-0/+54
|/
* Fix typoYusuke Hayashi2021-05-221-1/+1
* Merge branch 'rm-2.7'Daniele Varrazzo2021-05-2062-1307/+372
|\
| * Unbreak f-string wrong replacementsDaniele Varrazzo2021-05-202-30/+34
| * Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-2016-24/+76
| |\
| * \ Merge branch 'master' into rm-2.7Hugo van Kemenade2020-11-186-18/+18
| |\ \
| * | | Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-186-17/+17
| * | | Upgrade f-strings with flyntHugo van Kemenade2020-11-1725-157/+129
| * | | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-175-335/+4
| * | | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-1739-191/+179
| * | | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-1734-674/+100
* | | | Add Python 3.9 to travis test grid, drop 2.7Daniele Varrazzo2021-05-201-4/+1
| |_|/ |/| |
* | | Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
* | | cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
* | | Merge branch 'sqlstate_errors'Daniele Varrazzo2021-05-202-3/+7
|\ \ \
| * | | Mention sqlstate reinit in NEWS fileDaniele Varrazzo2021-05-201-0/+1
| * | | Don't re-initialize psycoEncodings if already initializedSandro Mani2021-05-201-0/+4
| * | | Don't abort if sqlstate_errors already initializedSandro Mani2021-05-201-3/+2
|/ / /
* | | Fix NEWS typoDaniele Varrazzo2021-05-201-1/+1
* | | Fix segfault initialising Column object manuallyDaniele Varrazzo2021-05-203-4/+34
* | | Accept no param in connect()Daniele Varrazzo2021-05-203-8/+21