summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Expand)AuthorAgeFilesLines
* Make stuff work in other Python versions. Some stuff isn't *quite* right <2....Ned Batchelder2011-10-301-1/+2
* Make execution with -m match Python more closely.Ned Batchelder2011-10-301-1/+5
* Should have updated this year 10 months ago...Ned Batchelder2011-10-081-1/+1
* Update to 3.5.1Ned Batchelder2011-09-231-1/+1
* 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-032-46/+46
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-09-031-1/+1
|\
| * Bump to 3.5.1b2Ned Batchelder2011-09-031-1/+1
* | Remove debugging effluviaNed Batchelder2011-09-031-1/+0
|/
* Fix the [paths] feature to actually work for reporting.Ned Batchelder2011-09-032-2/+8
* 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-281-1/+1
* More windows tweaking.Ned Batchelder2011-08-231-0/+4
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-233-3/+18
* 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-221-1/+1
* Cleanups for lint and older PythonsNed Batchelder2011-08-212-4/+5
* The machinery to map paths through aliases for merging coverage data from dis...Ned Batchelder2011-08-212-3/+87
* CleanupNed Batchelder2011-08-171-1/+1
* Properly handle Unicode characters in Python source when creating the HTML re...Ned Batchelder2011-08-172-11/+32
* Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-083-6/+6
* A fullcoverage tracer that works. Events are stashed, then replayed when cov...Ned Batchelder2011-08-083-12/+43
* 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-031-6/+8
* Fix whitespaceNed Batchelder2011-08-031-1/+1
* Merged in bignose/coveragepy-debian (pull request #2)Ned Batchelder2011-08-031-1/+4
|\
| * Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
| |\
| | * Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
* | | Split out and improve the ad-hoc parsing and disassembly toolNed Batchelder2011-08-021-155/+5
* | | The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-1/+3
|/ /
* | A test and a fix for issue #122, maybe?Ned Batchelder2011-07-041-1/+1
* | Bump the version numberNed Batchelder2011-07-041-1/+1
* | Add some comments.Ned Batchelder2011-07-041-0/+9
|/
* Bump version number to 3.5Ned Batchelder2011-06-291-1/+1
* cleanerNed Batchelder2011-06-261-1/+1
* HTML report hotkeys work differently if the current chunk is off-screen. A c...Ned Batchelder2011-06-261-10/+116
* Scroll-to-top needs the Chrome fix also.Ned Batchelder2011-06-231-1/+1
* Some jslint cleanupsNed Batchelder2011-06-231-5/+4
* Chrome fixes: transparent colors are not 'transparent', and scrolling html do...Ned Batchelder2011-06-231-4/+10
* Tidy upNed Batchelder2011-06-051-2/+2
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-053-0/+27
* Remove the twistie from the keyboard icon.Ned Batchelder2011-06-052-0/+0
* Bump version numbers for 3.5b1Ned Batchelder2011-06-041-1/+1
* Minor tweak to a warning.Ned Batchelder2011-06-041-1/+1
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-011-3/+6
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-314-28/+50
* Minor cleanupsNed Batchelder2011-05-281-2/+2
* The current directory auto-inserted into sys.path is now absolute, to better ...Ned Batchelder2011-05-211-1/+1
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-175-18/+86