| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix doc building so that directories are created | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
* | A better way to ignore the output of rst2html | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
* | No need to specify a Python for docs, works in more places | Ned Batchelder | 2015-11-01 | 1 | -1/+0 |
* | PyPy 4.0 works | Ned Batchelder | 2015-11-01 | 1 | -3/+6 |
* | Update to latest dependencies | Ned Batchelder | 2015-11-01 | 1 | -1/+1 |
* | Check the .rst files also. | Ned Batchelder | 2015-10-16 | 1 | -0/+2 |
* | Make doc checking better, and fix two doc errors. | Ned Batchelder | 2015-10-14 | 1 | -1/+6 |
* | Build docs regularly so we find out when things are busted. | Ned Batchelder | 2015-10-13 | 1 | -1/+5 |
* | Latest version of gevent and twine | Ned Batchelder | 2015-09-18 | 1 | -1/+1 |
* | gevent and eventlet are available on py3, so test them there | Ned Batchelder | 2015-09-12 | 1 | -2/+2 |
* | show_py.py was in use... oops. | Ned Batchelder | 2015-09-12 | 1 | -1/+0 |
* | More diagnostics | Ned Batchelder | 2015-09-10 | 1 | -0/+1 |
* | ci/run_with_env.cmd requires PYTHON_VERSON to have two dots. | Ned Batchelder | 2015-09-10 | 1 | -2/+0 |
* | tox.ini makes more sense in this order | Ned Batchelder | 2015-09-10 | 1 | -16/+16 |
* | Some diagnostics to figure out what's up with Appveyor 64-bit builds. | Ned Batchelder | 2015-09-10 | 1 | -0/+2 |
* | Update requirements | Ned Batchelder | 2015-09-09 | 1 | -1/+1 |
* | Shorten up tox.ini | Ned Batchelder | 2015-09-06 | 1 | -5/+5 |
* | Greenlet released 0.4.9 | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
* | Fix the C extension exclusion for generic pypy | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
* | Try generic pypy on travis. | Ned Batchelder | 2015-08-30 | 1 | -3/+3 |
* | Use tox on travis. There's probably a better way to do this. | Ned Batchelder | 2015-08-30 | 1 | -1/+4 |
* | Pin all the versions | Ned Batchelder | 2015-08-29 | 1 | -0/+1 |
* | Pin dependencies for the next time I have to dig into the past | Ned Batchelder | 2015-08-26 | 1 | -7/+7 |
* | Simplify the tox.ini | Ned Batchelder | 2015-08-22 | 1 | -5/+5 |
* | Fix the pep8 settings. | Ned Batchelder | 2015-08-10 | 1 | -1/+3 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -4/+2 |
* | Fix and test add_to_hash: test_data.py now 100% covers data.py | Ned Batchelder | 2015-07-20 | 1 | -1/+1 |
* | Mock broke 2.6 compatibility, so pin it for now. | Ned Batchelder | 2015-07-16 | 1 | -2/+3 |
* | PEP8 fixes, but too many to really fix | Ned Batchelder | 2015-07-16 | 1 | -0/+1 |
* | Also test on PyPy 2.6.0 | Ned Batchelder | 2015-06-09 | 1 | -2/+5 |
* | Make tests run on tox-2.0. | Ionel Cristian Maries | 2015-06-07 | 1 | -1/+1 |
* | Use PyContracts so we can declare/enforce parameter and return types. | Ned Batchelder | 2015-05-17 | 1 | -0/+1 |
* | Make tox useful when interpreters are missing. | Ned Batchelder | 2015-04-14 | 1 | -0/+1 |
* | Tox 1.9 knows about Python 3.5 | Ned Batchelder | 2015-02-28 | 1 | -4/+0 |
* | Don't need this any more | Ned Batchelder | 2015-02-08 | 1 | -1/+1 |
* | CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py suppo... | Ned Batchelder | 2015-02-08 | 1 | -2/+6 |
* | More pep8 compliance | Ned Batchelder | 2015-01-19 | 1 | -0/+7 |
* | Use tox factors to clean up tox.ini | Ned Batchelder | 2015-01-03 | 1 | -53/+6 |
* | Keep support for only the latest PyPy's. | Ned Batchelder | 2014-12-13 | 1 | -1/+1 |
* | Drop support for CPython 3.2. Now I can use u'' unicode literals freely. | Ned Batchelder | 2014-12-13 | 1 | -1/+1 |
* | Nicer messages when skipping tracer types during testing. | Ned Batchelder | 2014-11-27 | 1 | -5/+5 |
* | Test on PyPy3 | Ned Batchelder | 2014-10-26 | 1 | -1/+13 |
* | Test on specific versions of PyPy: 2.2, 2.3, 2.4 | Ned Batchelder | 2014-10-11 | 1 | -2/+15 |
* | Run the tests from the working tree, simplifying combining later | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
* | More metacov, tox, and make cleanup | Ned Batchelder | 2014-09-20 | 1 | -13/+8 |
* | Add greenlet tests | Ned Batchelder | 2014-09-20 | 1 | -4/+24 |
* | Try to get tox and Travis to be the same | Ned Batchelder | 2014-05-04 | 1 | -1/+0 |
* | Update the versions we support | Ned Batchelder | 2014-05-03 | 1 | -1/+1 |
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -0/+4 |
* | Use unittest2 to get rid of a bunch of our own test assertion implementations. | Ned Batchelder | 2013-12-16 | 1 | -0/+12 |