| Commit message (Expand) | Author | Age | Files | Lines |
| * | First part of wiring up xml reports. | Ned Batchelder | 2009-09-13 | 3 | -33/+40 |
| * | Minor help tweaks | Ned Batchelder | 2009-09-13 | 1 | -2/+4 |
| * | Bill Hart's original cobertura.py renamed to xml.py. | Ned Batchelder | 2009-09-13 | 1 | -0/+139 |
| * | A nicer way to write help text. | Ned Batchelder | 2009-09-13 | 1 | -9/+9 |
| * | Forgot to add html to the list of commands | Ned Batchelder | 2009-09-13 | 1 | -0/+1 |
| * | All commands are now available as new-style commands. | Ned Batchelder | 2009-09-13 | 1 | -9/+74 |
| * | Proper help handling for the new command-line syntax. | Ned Batchelder | 2009-09-12 | 1 | -19/+82 |
| * | First new-style command: run | Ned Batchelder | 2009-09-12 | 1 | -35/+44 |
| * | Major changes to introduce new command line syntax. | Ned Batchelder | 2009-09-12 | 1 | -78/+174 |
| * | More command line cleanup. | Ned Batchelder | 2009-09-12 | 1 | -39/+48 |
| * | Clean up the optparse support. | Ned Batchelder | 2009-09-11 | 1 | -63/+29 |
| * | Switch from getopt to optparse. Thanks, Ben Finney! | Ned Batchelder | 2009-09-10 | 1 | -60/+129 |
| * | Minor tweaks to the command-line help. | Ned Batchelder | 2009-09-09 | 1 | -1/+1 |
| * | Start using Mock to test the command-line code. | Ned Batchelder | 2009-09-09 | 1 | -4/+12 |
| * | Explicitly request pickle protocol 2 so that Py3-written pickles can be read ... | Ned Batchelder | 2009-09-06 | 1 | -1/+1 |
| * | Minor templite tweaks. | Ned Batchelder | 2009-09-06 | 1 | -1/+2 |
| * | Fix a problem with DecoratorTools fiddling with the trace function and screwi... | Ned Batchelder | 2009-08-09 | 3 | -72/+103 |
| * | Remove stray comment | Ned Batchelder | 2009-08-09 | 1 | -1/+0 |
| * | Clean up some new lint warnings. | Ned Batchelder | 2009-07-12 | 1 | -1/+2 |
| * | Narrow the amount of code in a coverage start/stop window in a test so that t... | Ned Batchelder | 2009-07-12 | 2 | -0/+10 |
| * | Py3k: some output is bytes instead of string, so convert since it doesn't mat... | Ned Batchelder | 2009-07-09 | 1 | -2/+9 |
| * | Have the tests use the script explicitly until I can figure out how to instal... | Ned Batchelder | 2009-07-09 | 1 | -1/+7 |
| * | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -0/+27 |
| * | Various Py3k fixes: remove gratuitous print, don't test the print statement, ... | Ned Batchelder | 2009-07-08 | 2 | -4/+22 |
| * | Builtins moved in Py 3.x | Ned Batchelder | 2009-07-08 | 1 | -1/+9 |
| * | Remove a redundant import. | Ned Batchelder | 2009-07-07 | 1 | -2/+0 |
| * | Make reading the lnotab structure work in both 2.x and 3.x | Ned Batchelder | 2009-07-07 | 1 | -4/+15 |
| * | Fix the name of CHANGES.txt | Ned Batchelder | 2009-07-06 | 1 | -1/+1 |
| * | A better way to fix the missing-return-after-exception problem in the trace f... | Ned Batchelder | 2009-07-06 | 2 | -70/+71 |
| * | Fix Python 2.3's exception tracing by always using a dumbed-down Python trace... | Ned Batchelder | 2009-07-04 | 1 | -18/+52 |
| * | Move the backward-compatibility definitions to a common file. There seems to ... | Ned Batchelder | 2009-07-03 | 3 | -18/+26 |
| * | Clean up the `set` definitions for 2.3 (these should go someplace common). | Ned Batchelder | 2009-07-03 | 1 | -3/+4 |
| * | I meant for the list of lines to be sorted. | Ned Batchelder | 2009-07-03 | 1 | -2/+14 |
| * | Refactor a little bit so the tests can get at the data more easily. | Ned Batchelder | 2009-07-03 | 1 | -6/+9 |
| * | Expat bug reported and noted. | Ned Batchelder | 2009-06-28 | 1 | -3/+6 |
| * | Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ... | Ned Batchelder | 2009-06-28 | 1 | -0/+19 |
| * | Add a bunch of logging to tracer.c to help find tracing problems. | Ned Batchelder | 2009-06-28 | 1 | -9/+66 |
| * | When executing files, open them in Universal Newline mode, just as Python its... | Ned Batchelder | 2009-06-27 | 1 | -1/+1 |
| * | A seemingly minor change makes all the difference. The nose plugin cover.py ... | Ned Batchelder | 2009-06-24 | 1 | -1/+1 |
| * | Don't measure the coverage package itself. Inspired by, but does not fix, is... | Ned Batchelder | 2009-06-24 | 1 | -2/+11 |
| * | Bump the version number so it isn't 3.0 anymore, and keep CHANGES up to date. | Ned Batchelder | 2009-06-23 | 1 | -1/+1 |
| * | Remove the fixed limit on recursion depth. Fixes issue #9. | Ned Batchelder | 2009-06-23 | 1 | -6/+21 |
| * | Point to new docs; more doc tweaks. | Ned Batchelder | 2009-06-13 | 2 | -2/+2 |
| * | Bump version number to 3.0 | Ned Batchelder | 2009-06-13 | 1 | -2/+1 |
| * | Make the C code conform to PEP 7. | Ned Batchelder | 2009-06-13 | 1 | -21/+32 |
| * | Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes. | Ned Batchelder | 2009-06-12 | 1 | -3/+8 |
| * | Minor cleanup: don't use the types module so much. | Ned Batchelder | 2009-06-10 | 2 | -4/+4 |
| * | Remove an unused import | Ned Batchelder | 2009-06-10 | 1 | -1/+1 |
| * | Expand tabs to spaces before creating HTML output. Fixes bug #6. | Ned Batchelder | 2009-06-10 | 1 | -0/+2 |
| * | Add a comment about the proper way to import the coverage() class, and remove... | Ned Batchelder | 2009-06-10 | 1 | -1/+10 |