| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the real implementation of del_environ | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| * | Use the manylinux docker image for testing also | Ned Batchelder | 2017-10-26 | 1 | -0/+1 |
| * | Can control skip_missing_interpreters from outside | Ned Batchelder | 2017-09-20 | 1 | -1/+1 |
| * | Have to wait on gevent on py37 | Ned Batchelder | 2017-09-20 | 1 | -0/+1 |
| * | Update dependencies, except setuptools, which vendors stuff | Ned Batchelder | 2017-09-20 | 1 | -0/+1 |
| * | Python 3.7 is out: still have to fix some failures | Ned Batchelder | 2017-09-20 | 1 | -3/+3 |
| * | Upgrade to latest packages | Ned Batchelder | 2017-07-08 | 1 | -1/+1 |
| * | Jython 2.7.1rc3 needs | Ned Batchelder | 2017-06-23 | 1 | -0/+1 |
| * | Pin setuptools. Latest (36.0.1) causes test failures that we'll fix in a foll... | Ned Batchelder | 2017-06-07 | 1 | -0/+1 |
| * | update requirements, and use tox-battery to recreate tox as needed | Ned Batchelder | 2017-04-30 | 1 | -2/+2 |
| * | Run linkcheck last so missing pages won't stop us getting other good things d... | Ned Batchelder | 2017-04-04 | 1 | -2/+2 |
| * | Use new show_stderr flag so we can see errors printed to stderr during failin... | Ned Batchelder | 2017-03-30 | 1 | -2/+2 |
| * | perf_measure.py is no longer a test | Ned Batchelder | 2017-02-11 | 1 | -1/+1 |
| * | Use unittest-mixins that we just refactored | Ned Batchelder | 2017-02-11 | 1 | -2/+2 |
| * | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 1 | -2/+2 |
| * | No test failures on Jython | Ned Batchelder | 2017-01-18 | 1 | -1/+1 |
| * | Prevent race conditions from failing tests during 'import usepkgs' | Ned Batchelder | 2017-01-17 | 1 | -0/+7 |
| * | Latest versions of dependencies | Ned Batchelder | 2017-01-16 | 1 | -2/+2 |
| * | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -0/+4 |
| * | Run lint automatically | Ned Batchelder | 2017-01-12 | 1 | -1/+1 |
| * | Run lint with tox. I wish it ran faster... | Ned Batchelder | 2017-01-12 | 1 | -0/+11 |
| * | gevent 1.2.0 is OK now, and be quieter when building docs | Ned Batchelder | 2017-01-05 | 1 | -2/+2 |
| * | Stop maintaining two separate change histories | Ned Batchelder | 2017-01-01 | 1 | -1/+1 |
| * | Better ways to install requirements on CI servers | Ned Batchelder | 2016-12-31 | 1 | -3/+1 |
| * | No need for two environment variables that do the same thing | Ned Batchelder | 2016-12-31 | 1 | -1/+1 |
| * | Install pytest where we run igor | Ned Batchelder | 2016-12-31 | 1 | -1/+1 |
| * | gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
| * | Use the latest of everything | Ned Batchelder | 2016-12-24 | 1 | -4/+4 |
| * | Don't lint sphinx output | Ned Batchelder | 2016-12-14 | 1 | -1/+1 |
| * | Remove the filelock experiment | Ned Batchelder | 2016-12-06 | 1 | -1/+0 |
| * | Use pytest>=3.0.5 | Bruno Oliveira | 2016-12-05 | 1 | -1/+1 |
| * | Quick hack to try avoiding stepping on each others' pth files | Ned Batchelder | 2016-12-04 | 1 | -0/+1 |
| * | Latest versions of everything | Ned Batchelder | 2016-11-26 | 1 | -2/+2 |
| * | Enable pytest warnings, and fix/silence a few | Ned Batchelder | 2016-11-26 | 1 | -0/+1 |
| * | Use xdist to run tests faster | Ned Batchelder | 2016-11-23 | 1 | -0/+1 |
| * | No more nose, use pytest as test runner | Ned Batchelder | 2016-11-20 | 1 | -1/+0 |
| * | Test against latest pypy2 and pypy3 only. No more 3.2 | Ned Batchelder | 2016-11-20 | 1 | -16/+6 |
| * | Use my fix for pytest | Ned Batchelder | 2016-11-20 | 1 | -1/+1 |
| * | Move pycodestyle settings to setup.cfg | Ned Batchelder | 2016-11-01 | 1 | -10/+0 |
| * | Optionally use pytest as the test runner | Ned Batchelder | 2016-11-01 | 1 | -0/+1 |
| * | doc8 should really be more quiet. | Ned Batchelder | 2016-10-02 | 1 | -1/+1 |
| * | Use doc8 for some light checking of doc files | Ned Batchelder | 2016-10-02 | 1 | -0/+1 |
| * | Use linkcheck on docs, and fix some broken links | Ned Batchelder | 2016-09-24 | 1 | -2/+2 |
| * | Use PyPy 5.4 instead of 5.1 | Ned Batchelder | 2016-09-12 | 1 | -4/+4 |
| * | Update dependencies | Ned Batchelder | 2016-08-07 | 1 | -1/+1 |
| * | Add support for PyPy3 5.2 alpha 1 | Ned Batchelder | 2016-08-03 | 1 | -9/+6 |
| * | Let setuptools float on most environs, since tox is awkward to divide things ... | Ned Batchelder | 2016-07-29 | 1 | -1/+0 |
| * | Setuptools fixed their egg-ordering problem, no need for this test workaround... | Ned Batchelder | 2016-07-29 | 1 | -0/+1 |
| * | Update requirements | Ned Batchelder | 2016-06-26 | 1 | -1/+1 |
| * | Use latest of unittest-mixins | Ned Batchelder | 2016-06-18 | 1 | -1/+1 |