Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -48/+0 |
| | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
* | fix py2/py3 compat for 'iter.next()/next(iter)' and ↵ | Takayuki Shimizukawa | 2014-05-01 | 1 | -1/+1 |
| | | | | 'dict.values()/list(dict.values())'. refs #1350. | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Add an option for the coverage builder if source-undocumented items are matched. | Georg Brandl | 2011-01-04 | 1 | -0/+2 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | |||||
* | | Fixed the coverage extension test as well as the coverage extension itself ↵ | Daniel Neuhäuser | 2010-06-19 | 1 | -1/+1 |
|/ | | | | for python3 | ||||
* | Fix some XXXes. | Georg Brandl | 2010-01-17 | 1 | -2/+1 |
| | |||||
* | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -0/+1 |
|\ | |||||
| * | Add some XXX comments to places where work is needed. | Georg Brandl | 2009-09-08 | 1 | -0/+1 |
| | | |||||
* | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
|/ | |||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | ||||
* | Add test for coverage builder and fix an AttributeError in it. | Georg Brandl | 2008-09-13 | 1 | -0/+46 |