| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dropped PYTHONPATH propagation in 'make check' | Daniele Varrazzo | 2017-12-11 | 1 | -1/+1 |
| | | | | | | Psycopg doesn't have other dependencies outside the stdlib so what's there is probably just noise. | ||||
| * | Avoid installing tests to site-packages | Jon Dufresne | 2017-12-10 | 1 | -3/+2 |
| | | | | | | | | | 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. | ||||
| * | Fixed 'make sdist' to work with setuptools | Daniele Varrazzo | 2016-03-10 | 1 | -7/+2 |
| | | |||||
| * | Docs build process and docs cleaned up | Daniele Varrazzo | 2015-04-28 | 1 | -2/+2 |
| | | |||||
| * | Use virtualenv as build environment for the docs | Daniele Varrazzo | 2014-08-24 | 1 | -25/+5 |
| | | |||||
| * | Take the PYTHONPATH into account when building the docs | Daniele Varrazzo | 2014-08-24 | 1 | -2/+2 |
| | | |||||
| * | Stop distributing the compiled documentation with the source | Daniele Varrazzo | 2013-04-07 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'python2' into python3 | Daniele Varrazzo | 2011-01-02 | 1 | -3/+9 |
| |\ | | | | | | | | | | | Conflicts: NEWS-2.3 setup.py | ||||
| | * | Fixed Makefile dependencies of the test suite. | Daniele Varrazzo | 2011-01-02 | 1 | -2/+7 |
| | | | |||||
| | * | Fixed "building" of purelib files with make. | Daniele Varrazzo | 2011-01-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | Using build instead of build_py forced build_ext to run too, which may fail to run as the option PG_CONFIG is not passed (or, worse, we may end up building against the wrong pg_config). Also touching the target file as make seems considering the source file newer than the destination when the timestamp is the same (as it is because the file is usually just copied). | ||||
| * | | Merge branch 'python2' into python3 | Daniele Varrazzo | 2011-01-01 | 1 | -0/+5 |
| |\ \ | |/ | | | | | | | | | | | | | | | Conflicts: ChangeLog NEWS-2.3 lib/extensions.py psycopg/microprotocols.c setup.py | ||||
| | * | Added target to package the docs for PyPI documentation. | Daniele Varrazzo | 2010-12-04 | 1 | -0/+5 |
| | | | |||||
| * | | The tests are run from the external of the package. | Daniele Varrazzo | 2010-12-21 | 1 | -3/+3 |
| | | | | | | | | | If __init__ is treated as a script, relative import fail. | ||||
| * | | 'make check' runs the test in the build directory. | Daniele Varrazzo | 2010-12-21 | 1 | -1/+1 |
| | | | | | | | | | This way tests can be run win Py3 too, as the setup 2to3s them. | ||||
| * | | The Makefile can run with both Python 2 and 3. | Daniele Varrazzo | 2010-12-12 | 1 | -1/+1 |
| |/ | |||||
| * | Removed runtests target; checks is the default for Makefiles | Federico Di Gregorio | 2010-12-01 | 1 | -11/+2 |
| | | |||||
| * | Removed default test database from Makefile | Federico Di Gregorio | 2010-12-01 | 1 | -3/+1 |
| | | | | | | The default is already in test/__init__.py and the Makefile was overwriting the PSYCOPG2_TESTDB env variable. | ||||
| * | Test cleanup. | Daniele Varrazzo | 2010-11-19 | 1 | -1/+1 |
| | | | | | | | Tests pass or fail gracefully on older PostgreSQL versions. If unittest2 is available, skip tests instead of printing warnings. | ||||
| * | Fixed dependencies of the sdist target | Daniele Varrazzo | 2010-11-15 | 1 | -2/+3 |
| | | |||||
| * | The Makefile can receive the pg_config location. | Daniele Varrazzo | 2010-11-14 | 1 | -3/+11 |
| | | |||||
| * | Fixed dependencies to build the docs. | Daniele Varrazzo | 2010-11-13 | 1 | -3/+3 |
| | | |||||
| * | Fixed setuptools installation from scratch. | Daniele Varrazzo | 2010-11-13 | 1 | -12/+14 |
| | | |||||
| * | Added flesh to the Makefile. | Daniele Varrazzo | 2010-11-13 | 1 | -5/+110 |
| | | | | | | Now it can be used to build, make the docs (including installing dependencies), run the tests, build the sdist. | ||||
| * | Try to install the hstore type in the test database. | Daniele Varrazzo | 2010-11-05 | 1 | -0/+5 |
| | | |||||
| * | * runtests.py: add a harness to run all the psycopg tests against | James Henstridge | 2008-02-27 | 1 | -1/+1 |
| | | | | | the version built by distutils. | ||||
| * | Added 'make check' target, running all the available tests. | Daniele Varrazzo | 2007-11-11 | 1 | -0/+15 |
| Most of the updates have been provided by James Henstridge. Closes ticket #195. | |||||
