summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add morphbaserock/morphRichard Maw2012-03-061-0/+10
* Use exit status properly with 'python -m coverage'Ned Batchelder2012-02-153-1/+6
* Some doc clarification from George PaciNed Batchelder2012-01-193-3/+12
* Guido pointed out that these docs were wrong.Ned Batchelder2011-12-142-3/+4
* Bump version to 3.5.2Ned Batchelder2011-10-311-1/+1
* #155 is fixed.Ned Batchelder2011-10-311-0/+11
* Make stuff work in other Python versions. Some stuff isn't *quite* right <2....Ned Batchelder2011-10-303-7/+14
* Make execution with -m match Python more closely.Ned Batchelder2011-10-303-3/+14
* Should have updated this year 10 months ago...Ned Batchelder2011-10-081-1/+1
* Coverage 3.5.1Ned Batchelder2011-09-230-0/+0
* Latest sample output.coverage-3.5.1Ned Batchelder2011-09-239-6784/+6784
* Update to 3.5.1Ned Batchelder2011-09-236-4/+49
* Make this helper a little easier to useNed Batchelder2011-09-081-6/+8
* Show the Python implementation in 'debug sys'Ned Batchelder2011-09-081-0/+6
* Change the name of the C tracer from Tracer to CTracer, as it always should h...Ned Batchelder2011-09-033-47/+47
* Update to the latest distribute_setup.py, now it works on Python 3.3Ned Batchelder2011-09-031-1/+1
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-09-032-2/+2
|\
| * Bump to 3.5.1b2Ned Batchelder2011-09-032-2/+2
* | Remove debugging effluviaNed Batchelder2011-09-031-1/+0
|/
* Fix the [paths] feature to actually work for reporting.Ned Batchelder2011-09-034-3/+17
* Forgot to include the closed ticket.Ned Batchelder2011-08-301-1/+2
* Coverage 3.5.1b1Ned Batchelder2011-08-300-0/+0
* Include the fullcoverage directory in the kitscoverage-3.5.1b1Ned Batchelder2011-08-301-0/+1
* Making the directories first is convenient.Ned Batchelder2011-08-301-0/+2
* History descriptions can have commas in them.Ned Batchelder2011-08-301-1/+1
* Appease the pylint godsNed Batchelder2011-08-281-2/+2
* Add another way to open source files, that works on 3.1Ned Batchelder2011-08-281-4/+20
* Bump version to 3.5.1b1Ned Batchelder2011-08-285-7/+17
* Document the [paths] section in the config file.Ned Batchelder2011-08-273-0/+39
* And also keep Py3.x happy...Ned Batchelder2011-08-231-2/+2
* More windows tweaking.Ned Batchelder2011-08-232-1/+8
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-235-3/+77
* Move a method to be a function.Ned Batchelder2011-08-221-11/+12
* PathAliases munges the fnmatch pattern, and could have accidentally borked th...Ned Batchelder2011-08-222-1/+8
* Cleanups for lint and older PythonsNed Batchelder2011-08-214-19/+26
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-214-6/+173
* CleanupNed Batchelder2011-08-172-5/+5
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-1717-15/+1281
* Oh, can't test 'with' in Pythons that don't have it.Ned Batchelder2011-08-111-13/+14
* MergeNed Batchelder2011-08-115-27/+32
|\
| * Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-085-27/+32
* | The for-else fix also fixed 'with' statements, and therefore, issue #128.Ned Batchelder2011-08-102-0/+19
|/
* A fullcoverage tracer that works. Events are stashed, then replayed when cov...Ned Batchelder2011-08-086-13/+69
* An enormous hack to try to get stdlib measurement from the very beginning of ...Ned Batchelder2011-08-072-1/+59
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-033-11/+36
* Fix whitespaceNed Batchelder2011-08-032-2/+2
* Merged in bignose/coveragepy-debian (pull request #2)Ned Batchelder2011-08-037-158/+485
|\
| * Fix the CHANGES mergeNed Batchelder2011-08-021-2/+3
| * Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-08-024-14/+19
| |\
| * | Split out and improve the ad-hoc parsing and disassembly toolNed Batchelder2011-08-023-155/+442