Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Typo | Ned Batchelder | 2012-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Remove obsolete code paths. | Ned Batchelder | 2012-03-25 | 1 | -20/+13 | |
| | | ||||||
* | | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -1/+4 | |
| | | ||||||
* | | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 3 | -49/+146 | |
| | | | | | | | | HTML. Fixes issue #157. | |||||
* | | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵ | Ned Batchelder | 2012-03-20 | 1 | -1/+7 | |
| | | | | | | | | and pypy inserts an extra stack frame into tracebacks. | |||||
* | | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 1 | -1/+5 | |
| | | ||||||
* | | Use exit status properly with 'python -m coverage' | Ned Batchelder | 2012-02-15 | 1 | -1/+2 | |
| | | ||||||
* | | Bump version to 3.5.2 | Ned Batchelder | 2011-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Make stuff work in other Python versions. Some stuff isn't *quite* right ↵ | Ned Batchelder | 2011-10-30 | 1 | -1/+2 | |
| | | | | | | | | <2.6. #155 | |||||
* | | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 1 | -1/+5 | |
| | | ||||||
* | | Should have updated this year 10 months ago... | Ned Batchelder | 2011-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Update to 3.5.1 | Ned Batchelder | 2011-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Show the Python implementation in 'debug sys' | Ned Batchelder | 2011-09-08 | 1 | -0/+6 | |
| | | ||||||
* | | Change the name of the C tracer from Tracer to CTracer, as it always should ↵ | Ned Batchelder | 2011-09-03 | 2 | -46/+46 | |
| | | | | | | | | have been. | |||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-09-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Bump to 3.5.1b2 | Ned Batchelder | 2011-09-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove debugging effluvia | Ned Batchelder | 2011-09-03 | 1 | -1/+0 | |
|/ / | ||||||
* | | Fix the [paths] feature to actually work for reporting. | Ned Batchelder | 2011-09-03 | 2 | -2/+8 | |
| | | ||||||
* | | Appease the pylint gods | Ned Batchelder | 2011-08-28 | 1 | -2/+2 | |
| | | ||||||
* | | Add another way to open source files, that works on 3.1 | Ned Batchelder | 2011-08-28 | 1 | -4/+20 | |
| | | ||||||
* | | Bump version to 3.5.1b1 | Ned Batchelder | 2011-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -0/+4 | |
| | | ||||||
* | | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 3 | -3/+18 | |
| | | ||||||
* | | Move a method to be a function. | Ned Batchelder | 2011-08-22 | 1 | -11/+12 | |
| | | ||||||
* | | PathAliases munges the fnmatch pattern, and could have accidentally borked ↵ | Ned Batchelder | 2011-08-22 | 1 | -1/+1 | |
| | | | | | | | | the match. | |||||
* | | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 2 | -4/+5 | |
| | | ||||||
* | | The machinery to map paths through aliases for merging coverage data from ↵ | Ned Batchelder | 2011-08-21 | 2 | -3/+87 | |
| | | | | | | | | disparate machines. Part of fixing #17. | |||||
* | | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -1/+1 | |
| | | ||||||
* | | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 2 | -11/+32 | |
| | | | | | | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144. | |||||
* | | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 3 | -6/+6 | |
| | | ||||||
* | | A fullcoverage tracer that works. Events are stashed, then replayed when ↵ | Ned Batchelder | 2011-08-08 | 3 | -12/+43 | |
| | | | | | | | | coverage is started. | |||||
* | | An enormous hack to try to get stdlib measurement from the very beginning of ↵ | Ned Batchelder | 2011-08-07 | 2 | -1/+59 | |
| | | | | | | | | the process. | |||||
* | | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 1 | -6/+8 | |
| | | ||||||
* | | Fix whitespace | Ned Batchelder | 2011-08-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in bignose/coveragepy-debian (pull request #2) | Ned Batchelder | 2011-08-03 | 1 | -1/+4 | |
|\ \ | ||||||
| * \ | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | |
| |\ \ | ||||||
| | * | | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Split out and improve the ad-hoc parsing and disassembly tool | Ned Batchelder | 2011-08-02 | 1 | -155/+5 | |
| | | | | ||||||
* | | | | The number of missed branches reported on the HTML summary page didn't match ↵ | Ned Batchelder | 2011-08-02 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | the number on the file page. | |||||
* | | | A test and a fix for issue #122, maybe? | Ned Batchelder | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bump the version number | Ned Batchelder | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add some comments. | Ned Batchelder | 2011-07-04 | 1 | -0/+9 | |
|/ / | ||||||
* | | Bump version number to 3.5 | Ned Batchelder | 2011-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | cleaner | Ned Batchelder | 2011-06-26 | 1 | -1/+1 | |
| | | ||||||
* | | HTML report hotkeys work differently if the current chunk is off-screen. A ↵ | Ned Batchelder | 2011-06-26 | 1 | -10/+116 | |
| | | | | | | | | chunk on-screen will be selected next. | |||||
* | | Scroll-to-top needs the Chrome fix also. | Ned Batchelder | 2011-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | Some jslint cleanups | Ned Batchelder | 2011-06-23 | 1 | -5/+4 | |
| | | ||||||
* | | Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵ | Ned Batchelder | 2011-06-23 | 1 | -4/+10 | |
| | | | | | | | | doesn't work, but scrolling body does. | |||||
* | | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| | | ||||||
* | | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 | |
| | |