Commit Graph

15 Commits

Author SHA1 Message Date
Ben Darnell fc87190c50 Add .mypy_cache to gitignore 2016-04-24 12:17:21 -04:00
Ben Darnell 0ca7fa01d1 Replace cython-based extension module with a hand-written one.
This avoids the complexity of ensuring that cython is installed
at build time.
2013-11-05 17:58:31 -05:00
Ben Darnell 8b5f3f4690 Add generated speedups.c to .gitignore. 2013-11-02 16:46:32 -04:00
Ben Darnell b3520e5ded Remvoe auto2to3 exclusion rules.
auto2to3 is no longer a part of the Tornado development process,
and the MANIFEST exclusion rule just results in scary-looking warnings
when installing.
2013-10-26 22:47:42 -04:00
Ben Darnell 9298756eec Add a simple end-to-end demo of TwitterMixin. 2013-05-31 21:46:53 -04:00
Ben Darnell 577e9a0c81 Run the tests in optimized mode too to ensure that things still work
without assertions.

Fix one assert that should have been a runtime error (there are probably
more, but this is the only one currently covered by the test suite).
2012-06-13 10:58:15 -07:00
Ben Darnell f618c2f6d2 Ignore .class files (create by jython) 2012-05-12 10:12:44 -07:00
Ben Darnell 1014d5683e Check in a requirements file for the tools I use while working on tornado. 2012-01-21 14:35:21 -08:00
Ben Darnell 35139ff82c Add .coveragerc for test coverage reporting.
Closes #439.
2012-01-21 14:10:00 -08:00
Ben Darnell 970b43bddf Add configs for testing on Vagrant-managed VMs. 2011-10-07 01:08:14 -07:00
Ben Darnell f376841b2c Add a config file to run tornado tests under multiple python versions with tox.
Also fix a setup.py problem that was leaving files out of the sdist output.
2011-07-17 16:52:56 -07:00
Ben Darnell 81e7a68487 Add more setup.py debris to .gitignore 2011-06-21 23:00:15 -07:00
Ben Darnell 6d0f40418e Ignore auto2to3 cache files 2011-02-23 22:53:59 -08:00
Fabricio Zuardi 6d070f77c2 updated the gitignore to include files generated on installation 2010-03-14 00:08:26 -03:00
btaylor f524cc6ad5 Add gitignore file 2009-09-14 17:40:45 -07:00