| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Hack to support, on top of CPython, older versions of pycparser | Armin Rigo | 2013-04-05 | 1 | -0/+6 |
| | | |||||
| * | Check that pycparser was correctly installed, by checking that | Armin Rigo | 2013-04-03 | 1 | -0/+4 |
| | | | | | lextab.py and yacctab.py are not regenerated at run-time. | ||||
| * | Backed out changeset 982940f8c484 | Armin Rigo | 2013-04-03 | 1 | -12/+0 |
| | | | | | Should not be needed any more after PyPy's revert to "lib-python/2.7". | ||||
| * | an attempt to not run it on older virtualenvs | Maciej Fijalkowski | 2013-04-03 | 1 | -0/+12 |
| | | |||||
| * | use abspath in tests | Maciej Fijalkowski | 2013-04-03 | 1 | -1/+1 |
| | | |||||
| * | some more fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+6 |
| | | |||||
| * | fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+1 |
| | | |||||
| * | Python 3 compat | Armin Rigo | 2013-02-07 | 1 | -1/+1 |
| | | |||||
| * | integration test: always pass --distribute to virtualenv, addresses #49 | Ronny Pfannschmidt | 2013-01-02 | 1 | -1/+2 |
| | | |||||
| * | Try harder to clean up the __pycache__. | Armin Rigo | 2013-01-01 | 1 | -4/+7 |
| | | |||||
| * | Try harder to run the tests even if PYTHONPATH was not set and cffi not | Armin Rigo | 2013-01-01 | 1 | -4/+4 |
| | | | | | | installed. Tested with a "python setup.py build_ext -i" as well as with a fresh "python setup.py install". | ||||
| * | Skip test_zintegration if we can't find 'virtualenv'. | Armin Rigo | 2013-01-01 | 1 | -1/+5 |
| | | |||||
| * | Fix these tests for Python 3. | Armin Rigo | 2012-11-25 | 1 | -6/+6 |
| | | |||||
| * | Symlink the packages our tests require into the test virtualenv | Stefano Rivera | 2012-10-21 | 1 | -0/+12 |
| | | |||||
| * | subprocess.check_call is prettier | Stefano Rivera | 2012-10-21 | 1 | -9/+5 |
| | | |||||
| * | Write systematic tests for the 12 possible cases of installation. | Armin Rigo | 2012-09-29 | 1 | -0/+90 |
| Minor clean-ups. | |||||
