summaryrefslogtreecommitdiff
path: root/coverage/backward.py
Commit message (Expand)AuthorAgeFilesLines
* SpacingNed Batchelder2010-01-021-7/+0
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
* Test the config file support.Ned Batchelder2009-11-281-0/+7
* Use xrange on py2k and range on py3kNed Batchelder2009-10-051-0/+7
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-1/+2
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-38/+39
* Remove stray commentNed Batchelder2009-08-091-1/+0
* Py3k: some output is bytes instead of string, so convert since it doesn't mat...Ned Batchelder2009-07-091-2/+9
* Have the tests use the script explicitly until I can figure out how to instal...Ned Batchelder2009-07-091-1/+7
* Py3k: unify subprocess and popen4.Ned Batchelder2009-07-081-0/+27
* Move the backward-compatibility definitions to a common file. There seems to ...Ned Batchelder2009-07-031-0/+24