| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Report ticket 518 fixed | Daniele Varrazzo | 2017-03-11 | 1 | -8/+11 |
| | | | | | | The fix is actually implemented in the openssl1 branch of https://github.com/psycopg/psycopg2-wheels | ||||
| * | Added install section to specify how to skip wheels | Daniele Varrazzo | 2017-03-03 | 1 | -7/+39 |
| | | |||||
| * | Document installation from wheel packages | Daniele Varrazzo | 2017-02-16 | 1 | -145/+77 |
| | | |||||
| * | Dropped support for Python 3.1 | Daniele Varrazzo | 2017-02-06 | 1 | -1/+1 |
| | | |||||
| * | Consider Python 3.6 and Postgres 9.6 supported | Daniele Varrazzo | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Enforce dependency on libpq version >= 9.1 | Daniele Varrazzo | 2016-08-15 | 1 | -1/+2 |
| | | | | | | | | | PGRES_COPY_BOTH was introduced in 9.1: we can ifdef the hell out of pgpath, but we may as well bury the dead horses instead of beating them. They smell funny, too. | ||||
| * | Stop compiling with Python 2.5 | Daniele Varrazzo | 2016-08-15 | 1 | -1/+1 |
| | | |||||
| * | Docs wrapping | Daniele Varrazzo | 2016-07-01 | 1 | -4/+6 |
| | | |||||
| * | Document that the libpq must be available at runtime | Daniele Varrazzo | 2016-07-01 | 1 | -0/+10 |
| | | | | | Fix issue #408. | ||||
| * | Merge pull request #373 from nonZero/patch-1 | Daniele Varrazzo | 2016-03-10 | 1 | -1/+9 |
| |\ | | | | | Suggest installing psycopg2 in windows using pip | ||||
| | * | Suggest installing psycopg2 in windows using pip | Udi Oron | 2015-11-10 | 1 | -1/+9 |
| | | | | | | | | | pip is becoming the standard method for installing python packages, and now binary wheels are a better and easier option for users: https://github.com/psycopg/psycopg2/issues/368 | ||||
| * | | Start advertising Py 3.5 support | Daniele Varrazzo | 2016-03-10 | 1 | -1/+1 |
| |/ | |||||
| * | Added info about running the test suite in the docs | Daniele Varrazzo | 2014-08-24 | 1 | -2/+29 |
| | | | | | | They were in the INSTALL file, which is quite out-of-date now. Also fixed a couple of other things. | ||||
| * | Document PostgreSQL 9.4 as supported | Daniele Varrazzo | 2014-08-13 | 1 | -1/+1 |
| | | | | | | | | Actually there is a test failing in the test suite in PG 9.4beta2, but it's probably because the default logging level is to DEBUG. Will wait for the final release to check if the test is to be fixed. All other tests pass no problem. | ||||
| * | Fix supported Py/PG versions in docs | Daniele Varrazzo | 2014-08-04 | 1 | -2/+5 |
| | | |||||
| * | Dropped support for Python 2.4 | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 |
| | | |||||
| * | Note than Python 3.3 is supported in install docs | Daniele Varrazzo | 2013-03-20 | 1 | -1/+1 |
| | | |||||
| * | Added install section to the manual | Daniele Varrazzo | 2012-10-07 | 1 | -0/+258 |
