| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upload on https now | Daniele Varrazzo | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | Trigger docs rebuild on pushgoodbye-initd | Daniele Varrazzo | 2020-01-25 | 1 | -0/+30 |
| | | |||||
| * | Copyright bumped to 2020 | Daniele Varrazzo | 2020-01-17 | 3 | -0/+3 |
| | | |||||
| * | Use an ssh config file to configure package uploading | Daniele Varrazzo | 2020-01-04 | 1 | -9/+4 |
| | | | | | [skip ci] | ||||
| * | CI resources moved to upload.psycopg.org | Daniele Varrazzo | 2019-12-31 | 2 | -5/+6 |
| | | |||||
| * | Test on appveyior with libpq 11.5 and openssl 1.1.1d | Daniele Varrazzo | 2019-10-19 | 1 | -2/+2 |
| | | | | | Will mention the new libraries' support after testing with wheels | ||||
| * | Merge branch 'pg12' | Daniele Varrazzo | 2019-10-19 | 4 | -19/+29 |
| |\ | |||||
| | * | Test PG 11 and 12 on travis | Daniele Varrazzo | 2019-10-19 | 2 | -2/+6 |
| | | | |||||
| | * | Added Postgres 12 errors | Daniele Varrazzo | 2019-10-19 | 2 | -8/+2 |
| | | | |||||
| | * | Use travis test config variable 0/1 instead of blank strings | Daniele Varrazzo | 2019-10-19 | 2 | -7/+7 |
| | | | | | | | | | | | Travis web interface doesn't allow anymore to set an empty string as variable value. | ||||
| | * | Install postgres from pgdg on travis if available there | Daniele Varrazzo | 2019-10-19 | 1 | -2/+14 |
| | | | |||||
| * | | Added Py 3.8 support to appveyor build | Daniele Varrazzo | 2019-10-19 | 1 | -2/+4 |
| |/ | | | | | | VS 14 is the one to use: https://wiki.python.org/moin/WindowsCompilers Note that appveyor doesn't have Py 3.8 yet though. | ||||
| * | Appveyor: added package_name to optionsappveyor-py | Daniele Varrazzo | 2019-04-22 | 1 | -6/+9 |
| | | |||||
| * | Dropped command line config from appveyor scrips | Daniele Varrazzo | 2019-04-22 | 1 | -212/+237 |
| | | | | | | | | | | | Only use env vars, they were unused. Use consistently a config object with properties instead of functions (the one returning a binary are especially dangerous if parens are forgotten). Also add helpers to call the target python more succinctly. | ||||
| * | Run tests more quiet/faster building wheels | Daniele Varrazzo | 2019-04-22 | 1 | -5/+12 |
| | | | | | We are mostly interested it installed alright. | ||||
| * | Better dir names in appveyor build | Daniele Varrazzo | 2019-04-22 | 1 | -20/+29 |
| | | |||||
| * | Added support for wheel building and uploading | Daniele Varrazzo | 2019-04-22 | 1 | -22/+225 |
| | | | | | To be used by the psycopg/psycopg2-wheels project. | ||||
| * | Configure postgres to run appveyor tests on ssl | Daniele Varrazzo | 2019-04-22 | 1 | -5/+54 |
| | | |||||
| * | Setup build environment only before building | Daniele Varrazzo | 2019-04-22 | 1 | -1/+1 |
| | | |||||
| * | appveyor: added logging level configuration | Daniele Varrazzo | 2019-04-22 | 1 | -3/+24 |
| | | |||||
| * | Using pathlib to manipulate paths | Daniele Varrazzo | 2019-04-22 | 1 | -66/+72 |
| | | |||||
| * | Dropped problematic init step | Daniele Varrazzo | 2019-04-22 | 1 | -18/+11 |
| | | | | | | It was performed before repos cloned so no resource available (including the script!) | ||||
| * | All together now, let's make this real | Daniele Varrazzo | 2019-04-22 | 1 | -6/+0 |
| | | |||||
| * | Test packages from Python | Daniele Varrazzo | 2019-04-22 | 1 | -10/+43 |
| | | |||||
| * | Build psycopg from Python | Daniele Varrazzo | 2019-04-22 | 1 | -5/+33 |
| | | |||||
| * | Build libpq from Python | Daniele Varrazzo | 2019-04-22 | 2 | -53/+186 |
| | | |||||
| * | Build openssl from Python | Daniele Varrazzo | 2019-04-22 | 1 | -4/+93 |
| | | |||||
| * | Added setenv to log env vars changes | Daniele Varrazzo | 2019-04-22 | 1 | -15/+16 |
| | | |||||
| * | Added script to implement appveyor functionality in Python | Daniele Varrazzo | 2019-04-22 | 1 | -0/+277 |
| | | | | | Only the init step for the moment. | ||||
| * | Build and test with openssl 1.1 on windows | Daniele Varrazzo | 2019-04-11 | 2 | -1/+21 |
| | | | | | Porting to openssl 1.1 by Matthew Brett, from the psycopg2-wheel repos. | ||||
| * | Run tests on windows using the same library versions of the packages | Daniele Varrazzo | 2019-03-18 | 1 | -2/+2 |
| | | |||||
| * | Copyright year updated | Daniele Varrazzo | 2019-02-17 | 3 | -3/+3 |
| | | | | | | ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I" | ||||
| * | SQLSTATE error classes implemented in C | Daniele Varrazzo | 2019-02-10 | 1 | -97/+6 |
| | | | | | The module is only used to export them to Python. | ||||
| * | Dropped duplicate classes in errors module | Daniele Varrazzo | 2018-10-23 | 1 | -4/+24 |
| | | | | | Also using a more compact class registration using a decorator | ||||
| * | Merge branch 'master' into errors-moduleerrors-module | Daniele Varrazzo | 2018-10-15 | 4 | -15/+13 |
| |\ | |||||
| | * | errorcodes map update to PostgreSQL 11 | Daniele Varrazzo | 2018-10-14 | 1 | -2/+2 |
| | | | |||||
| | * | Merge branch 'master' into https | Daniele Varrazzo | 2018-10-10 | 1 | -9/+7 |
| | |\ | |||||
| | | * | Replace deprecated optparse usage with argparse | Jon Dufresne | 2018-10-10 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Per https://docs.python.org/3/library/optparse.html > Deprecated since version 3.2: The optparse module is deprecated and > will not be developed further; development will continue with the > argparse module. | ||||
| | * | | Prefer https:// URLs when available | Jon Dufresne | 2018-09-22 | 1 | -1/+1 |
| | |/ | |||||
| | * | Consider PG 9.3 a thing of the past. | Daniele Varrazzo | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Wow, it seems yesterday... Previosly archived as a "past" version only in the prepare script. Test script consistent now. [skip ci] | ||||
| | * | Fetch the correct testing postgres packages on xenial | Daniele Varrazzo | 2018-07-13 | 1 | -1/+1 |
| | | | |||||
| | * | Add testing and document support for Python 3.7 | Jon Dufresne | 2018-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html | ||||
| * | | Errors module content updated to Postgres 11 | Daniele Varrazzo | 2018-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Generating the whole errors file from script | Daniele Varrazzo | 2018-08-17 | 1 | -0/+210 |
| | | | |||||
| * | | Dropped parsing sgml files for error codes | Daniele Varrazzo | 2018-08-17 | 1 | -53/+9 |
| |/ | | | | | | | The errcodes.txt file contains all the errors for the currently maintained server versions. There is only one error code missing, probably unused, but adding it back anyway to keep the errcode module unchanged. | ||||
| * | Note the upgrade in wheel dependencies in NEWS file | Daniele Varrazzo | 2018-05-23 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into drop-2to3 | Daniele Varrazzo | 2018-05-20 | 2 | -9/+9 |
| |\ | |||||
| | * | Test databases from newest to oldest | Daniele Varrazzo | 2018-05-18 | 1 | -8/+8 |
| | | | | | | | | | | | This way we can spot when a feature was not supported yet by the first test failing. | ||||
| | * | Build using OpenSSL 1.0.2n | Daniele Varrazzo | 2018-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Drop 2to3 build step; make all code compatible with all Pythons | Jon Dufresne | 2017-12-11 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | Make all library code compatible with both Python 2 and Python 3. Helps move to modern Python idioms. Can now write for Python 3 (with workarounds for Python 2) instead of the other way around. In the future, when it is eventually time to drop Python 2, the library will be in a better position to remove workarounds Added a very small comparability module compat.py where required. It includes definitions for: - text_type -- A type. str on Python 3. unicode on Python 2. - string_types -- A tuple. Contains only str on Python 3. Contains str & unicode on Python 2. | ||||
