summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in the HTML code.Ned Batchelder2009-09-241-14/+10
* Get the test working properly, including adding a usable diff comparison when...Ned Batchelder2009-09-236-12/+19
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-235-6/+40
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-239-41/+117
* Simple cleanupNed Batchelder2009-09-221-2/+1
* Forgot to update the CHANGES file for Py3kNed Batchelder2009-09-221-0/+2
* Update TODO for the py3k work.Ned Batchelder2009-09-221-3/+3
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-2226-117/+171
* Clean up setup.py from the other py3k experiments.Ned Batchelder2009-09-201-9/+1
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-207-22/+18
* More progress on multi-head kits, though I'm not sure it will work.Ned Batchelder2009-09-186-7/+18
* Command-line notesNed Batchelder2009-09-181-0/+51
* Py3k kitting.Ned Batchelder2009-09-187-6/+35
* Disable the long recursion test under 3.x for now: it crashes the interpreter...Ned Batchelder2009-09-171-13/+14
* Better 3.x testing, etc.Ned Batchelder2009-09-173-4/+20
* Tracer extension with non-functioning PEP 3121 stuff trimmed out.Ned Batchelder2009-09-171-24/+3
* Tracer extension with Py3k support. This is part of what PEP 3121 told me to...Ned Batchelder2009-09-171-10/+97
* Change how run_timid checks the name of the Tracer class, so that 2.x and 3.x...Ned Batchelder2009-09-172-5/+5
* Annotate CHANGES with some issues fixed.Ned Batchelder2009-09-151-7/+17
* Try to use modern terminology..Ned Batchelder2009-09-141-1/+1
* Capture the full path to the data file when execution starts. Fixes issue 24.Ned Batchelder2009-09-145-17/+30
* Have to run 2to3 on mock.py nowNed Batchelder2009-09-141-2/+2
* Bump version number to 3.1b1.Ned Batchelder2009-09-133-3/+7
* Tweak xml helpNed Batchelder2009-09-131-1/+1
* XML reporting hooked up, but not everything is right: a test_farm test fails ...Ned Batchelder2009-09-133-28/+24
* Save .coverage when running our own coverage tests.Ned Batchelder2009-09-131-0/+1
* First part of wiring up xml reports.Ned Batchelder2009-09-133-33/+40
* Minor help tweaksNed Batchelder2009-09-131-2/+4
* Bill Hart's original cobertura.py renamed to xml.py.Ned Batchelder2009-09-131-0/+139
* Docs updated for the new command-line syntax.Ned Batchelder2009-09-135-61/+74
* A nicer way to write help text.Ned Batchelder2009-09-132-10/+15
* assertTrue isn't available in earlier Pythons?Ned Batchelder2009-09-131-9/+9
* Run just specific testsNed Batchelder2009-09-131-8/+8
* More tests: really use the help function that writes to stdout.Ned Batchelder2009-09-131-5/+38
* Forgot to add html to the list of commandsNed Batchelder2009-09-131-0/+1
* All commands are now available as new-style commands.Ned Batchelder2009-09-132-9/+107
* Proper help handling for the new command-line syntax.Ned Batchelder2009-09-122-25/+94
* First new-style command: runNed Batchelder2009-09-122-151/+147
* Major changes to introduce new command line syntax.Ned Batchelder2009-09-122-92/+218
* More command line cleanup.Ned Batchelder2009-09-122-40/+49
* Clean up the optparse support.Ned Batchelder2009-09-111-63/+29
* Switch from getopt to optparse. Thanks, Ben Finney!Ned Batchelder2009-09-102-64/+132
* Fix some lint warnings.Ned Batchelder2009-09-091-1/+6
* Complete the mock tests for the command line parser. Maybe too complete...Ned Batchelder2009-09-092-11/+205
* Minor tweaks to the command-line help.Ned Batchelder2009-09-091-1/+1
* Re-work some existing command_line tests to include the return status also.Ned Batchelder2009-09-091-39/+59
* Start using Mock to test the command-line code.Ned Batchelder2009-09-093-8/+330
* Explicitly request pickle protocol 2 so that Py3-written pickles can be read ...Ned Batchelder2009-09-061-1/+1
* Minor templite tweaks.Ned Batchelder2009-09-061-1/+2
* Force a group id of 100 when building the source tar.gz. Fixes issue #7.Ned Batchelder2009-08-301-1/+3