summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * docs: fix a few simple typosTim Gates2021-05-202-2/+2
* | Merge branch 'master' into rm-2.7Hugo van Kemenade2020-11-182-17/+4
|\ \ | |/
| * Merge branch 'pg13-win'Daniele Varrazzo2020-11-172-17/+4
| |\
| | * Build against PostgreSQL 13.0 and removed Py27/34Jason Erickson2020-11-131-1/+1
| | * Remove old patch for Postgres 9.6 and OpenSSL 1.1Jason Erickson2020-11-131-14/+0
| | * Build more OpenSSL binaries and add to pathJason Erickson2020-11-131-1/+2
| | * Combine included libraries into one parameterJason Erickson2020-11-131-1/+1
* | | Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-181-9/+9
* | | Upgrade f-strings with flyntHugo van Kemenade2020-11-174-20/+13
* | | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-3/+1
* | | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-174-8/+5
|/ /
* | Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-3/+2
* | Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-132-2/+6
|\ \ | |/
| * add postgresql 13 to the build matrixmartinfrancois2020-11-132-2/+6
* | Drop support for EOL Python 3.4Hugo2020-11-101-4/+1
|/
* Settings for Py39/VS2019 builds + OpenSSL updateJason Erickson2020-11-041-2/+2
* Add Strawberry Perl to the pathJason Erickson2020-11-041-0/+1
* Add VC 2019 path locationJason Erickson2020-11-041-4/+10
* First batch of changes to build on appveyor with Python 3.9Daniele Varrazzo2020-11-041-4/+6
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-052-2/+2
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-051-0/+19
* Errors fetch scripts ported to Python 3Daniele Varrazzo2020-09-052-8/+8
* Add ARM64 jobs in Travis-CIodidev2020-08-252-18/+36
* Upload on https nowDaniele Varrazzo2020-01-271-1/+1
* Trigger docs rebuild on pushgoodbye-initdDaniele Varrazzo2020-01-251-0/+30
* Copyright bumped to 2020Daniele Varrazzo2020-01-173-0/+3
* Use an ssh config file to configure package uploadingDaniele Varrazzo2020-01-041-9/+4
* CI resources moved to upload.psycopg.orgDaniele Varrazzo2019-12-312-5/+6
* Test on appveyior with libpq 11.5 and openssl 1.1.1dDaniele Varrazzo2019-10-191-2/+2
* Merge branch 'pg12'Daniele Varrazzo2019-10-194-19/+29
|\
| * Test PG 11 and 12 on travisDaniele Varrazzo2019-10-192-2/+6
| * Added Postgres 12 errorsDaniele Varrazzo2019-10-192-8/+2
| * Use travis test config variable 0/1 instead of blank stringsDaniele Varrazzo2019-10-192-7/+7
| * Install postgres from pgdg on travis if available thereDaniele Varrazzo2019-10-191-2/+14
* | Added Py 3.8 support to appveyor buildDaniele Varrazzo2019-10-191-2/+4
|/
* Appveyor: added package_name to optionsappveyor-pyDaniele Varrazzo2019-04-221-6/+9
* Dropped command line config from appveyor scripsDaniele Varrazzo2019-04-221-212/+237
* Run tests more quiet/faster building wheelsDaniele Varrazzo2019-04-221-5/+12
* Better dir names in appveyor buildDaniele Varrazzo2019-04-221-20/+29
* Added support for wheel building and uploadingDaniele Varrazzo2019-04-221-22/+225
* Configure postgres to run appveyor tests on sslDaniele Varrazzo2019-04-221-5/+54
* Setup build environment only before buildingDaniele Varrazzo2019-04-221-1/+1
* appveyor: added logging level configurationDaniele Varrazzo2019-04-221-3/+24
* Using pathlib to manipulate pathsDaniele Varrazzo2019-04-221-66/+72
* Dropped problematic init stepDaniele Varrazzo2019-04-221-18/+11
* All together now, let's make this realDaniele Varrazzo2019-04-221-6/+0
* Test packages from PythonDaniele Varrazzo2019-04-221-10/+43
* Build psycopg from PythonDaniele Varrazzo2019-04-221-5/+33
* Build libpq from PythonDaniele Varrazzo2019-04-222-53/+186
* Build openssl from PythonDaniele Varrazzo2019-04-221-4/+93