summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Build using OpenSSL 1.0.2nDaniele Varrazzo2018-01-291-1/+1
|
* Avoid installing tests to site-packagesJon Dufresne2017-12-102-4/+4
| | | | | | | | For library end users, there is no need to install tests alongside the package itself. This keeps the tests available for development without adding extra packages to user's site-packages directory. Reduces the size of the installed package. Avoids accidental execution of test code by an installed package.
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-102-4/+6
| | | | Forward compatible with newer Pythons.
* Remove unused scripts maketypes.sh & buildtypes.pyJon Dufresne2017-12-102-158/+0
| | | | Refs #645
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-3/+1
| | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Build and test packages with libpq 10.1 and OpenSSL 1.0.2mDaniele Varrazzo2017-11-281-2/+2
|
* Remove redundant parenthesesHugo2017-11-281-2/+2
|
* Import recipe to build PG 10 libpq on win from wheel reposDaniele Varrazzo2017-10-241-1/+8
| | | | | Also build pg_config so the libpq version is correct at compile time too.
* Test against PG 10.0 on TravisDaniele Varrazzo2017-10-242-4/+6
|
* Parse PG 10 error codes from final versionDaniele Varrazzo2017-10-191-7/+12
|
* Disable uploading docs on pythonhostedDaniele Varrazzo2017-08-231-15/+0
| | | | | | | The service is deprecated in favour of RTD. There is also no more way to upload redirects there, so #581 cannot be fixed. Official docs are on http://initd.org/psycopg/docs/
* Force rebuild of cache for new OpenSSL/PostgreSQLJason Erickson2017-06-081-2/+2
| | | | | OpenSSL updated to 1.0.2l PostgreSQL updated to 9.6.3
* Run tests against PostgreSQL 10 beta1test-postgres-10beta1Daniele Varrazzo2017-06-082-7/+7
| | | | | | Use the new Postgres verisoning schema: 10 is a major version, 10.0 a patch release. See https://wiki.postgresql.org/wiki/New_in_postgres_10#Change_in_Version_Numbering
* Error codes updated to PG 10 beta 1Daniele Varrazzo2017-06-051-5/+9
|
* errcodes updated to PG 9.6Daniele Varrazzo2017-06-051-1/+2
|
* Added docs about making a releaseDaniele Varrazzo2017-03-011-54/+0
| | | | | | Drop previous script which didn't include the CI-generated packages. [skip ci]
* Added AppVeyor configuration to test building on WindowsDaniele Varrazzo2017-02-162-0/+132
|
* Download testing servers from upload instead of tarballsDaniele Varrazzo2017-02-081-1/+1
|
* Merge branch 'test-dinosaurs'Daniele Varrazzo2017-02-072-44/+157
|\
| * Run the test suite with postgres versions not available on travisDaniele Varrazzo2017-02-062-44/+157
| |
* | build-manylinux script moved to build-wheels projectDaniele Varrazzo2017-02-061-50/+0
|/
* Use the server on the host to testDaniele Varrazzo2017-02-011-10/+9
|
* Merge back manylinux build script from the psycopg2-wheels projectDaniele Varrazzo2017-02-011-7/+11
|
* Added script to create manylinux1 wheelsDaniele Varrazzo2017-01-041-0/+47
| | | | See issue #425
* Fixed travis test: unset green modeDaniele Varrazzo2016-12-261-1/+1
|
* Less verbose travis testsDaniele Varrazzo2016-12-261-2/+2
|
* Configure Travis to test replicationDaniele Varrazzo2016-12-252-3/+22
|
* Don't use separate databases for testsDaniele Varrazzo2016-12-242-15/+6
| | | | | I got this wrong: I thought parallel test ran in the same VM; they are isolated instead.
* Run the tests against all the available server versionsDaniele Varrazzo2016-12-242-0/+80
|
* Python source cleanup using flake8Daniele Varrazzo2016-10-113-21/+26
|
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-20/+0
| | | | Just use the b"" strings syntax supported from python 2.6.
* errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-011-1/+1
|
* Don't need to build the env for a sdistDaniele Varrazzo2014-09-011-1/+0
| | | | After 2.5 we are not releasing the html docs in the sdist anymore.
* Added scripts to release and upload docsDaniele Varrazzo2014-09-012-0/+70
|
* Dropped creation of errcodes with missing spec fieldDaniele Varrazzo2014-08-281-8/+3
| | | | | On further inspection these names are just aliases for values already defined: we don't need the duplication.
* Document we known 9.4 errorcodesDaniele Varrazzo2014-08-241-0/+1
|
* Scrape PostgreSQL 9.4 error codes table tooDaniele Varrazzo2014-08-131-1/+1
| | | | No new error code found as of 9.4 beta2.
* Parse errocodes for PG 9.3 tooDaniele Varrazzo2014-07-311-1/+1
| | | | | There is no new errcode defined so no need to release this as a change, only change the docs.
* Parse the error codes from the text file if availableDaniele Varrazzo2014-07-311-3/+54
| | | | | The text file was added in PG 9.1. It contains a few errors not available in the SGML.
* cleanup remaining GPL license textChris Mildebrandt2014-05-203-31/+23
|
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
|
* Script to test ticket #58 moved into sandboxDaniele Varrazzo2013-04-071-75/+0
| | | | We don't need it distributed in the sdist
* errorcodes map updated to PostgreSQL 9.2Daniele Varrazzo2012-09-211-1/+2
|
* make_errorcodes updated to the current page styleDaniele Varrazzo2011-12-161-10/+6
|
* errorcodes map updated to PostgreSQL 9.1Daniele Varrazzo2011-08-221-5/+15
|
* Fixed refcount bug in copy_to() and copy_expert() methods tooDaniele Varrazzo2011-06-071-1/+17
|
* Added script to demonstrate the refcount bug during copyDaniele Varrazzo2011-06-071-0/+59
| | | | from https://bugzilla.redhat.com/show_bug.cgi?id=711095
* Replace b('str') with b'str' in Python 3Daniele Varrazzo2011-01-131-0/+20
| | | | | | This avoids an encode() call for each of these constants. Use a custom 2to3 fixer in setup.py to perform the conversion.
* Added script to look for refcounting bugsDaniele Varrazzo2011-01-031-0/+111
|
* Added PostgreSQL 9.0 error codes.Daniele Varrazzo2010-09-231-1/+1
|