summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numbers for 3.5b1Ned Batchelder2011-06-046-8/+15
|
* Update the docs for 3.5 changes.Ned Batchelder2011-06-046-24/+64
|
* Minor tweak to a warning.Ned Batchelder2011-06-042-2/+2
|
* Fix a test involving optimized-away constant if statements, and add a test ↵Ned Batchelder2011-06-032-1/+16
| | | | about them.
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-019-4/+8
|
* Remove a bunch of warnings from pylint.Ned Batchelder2011-05-312-3/+7
|
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-3112-65/+400
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-05-314-5/+90
|\
| * Start getting docs ready for 3.5b1Ned Batchelder2011-05-314-7/+93
| |
* | Minor cleanupsNed Batchelder2011-05-282-8/+11
|/
* The right way to communicate with a subprocess.Ned Batchelder2011-05-251-2/+2
|
* The current directory auto-inserted into sys.path is now absolute, to better ↵Ned Batchelder2011-05-213-1/+12
| | | | mimic Python execution.
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-177-23/+103
|
* Rearrange lines to put options in alphabetical order.Ned Batchelder2011-05-101-8/+8
|
* Refactor the C code to streamline the __call__ path.Ned Batchelder2011-05-021-26/+16
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-276-10/+80
|\
| * Merge bug_123 work into default.Ned Batchelder2011-04-273-7/+33
| |\
| * | C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-275-8/+37
| | |
| * | Devin Jeanpierre provided the fix for bug #123.Ned Batchelder2011-04-251-0/+1
| | |
| * | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵Ned Batchelder2011-04-252-4/+44
| | | | | | | | | | | | to get to the bottom of that.
* | | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-274-10/+50
|\ \ \ | |_|/ |/| |
| * | This changes whenever I have a different quirk to examine.Ned Batchelder2011-04-271-1/+31
| | |
| * | Latest thinking on how to do testing on Windows.Ned Batchelder2011-04-272-4/+18
| | |
| * | Luckily, tools are getting better at supporting Py3Ned Batchelder2011-04-271-5/+1
| | |
* | | Someday, I'll internalize the ReST syntax. Fix broken bug report references.Ned Batchelder2011-04-261-6/+6
| | |
* | | Since people make this mistake, and it's mysterious: accept a single string ↵Ned Batchelder2011-04-253-1/+27
| |/ |/| | | | | for omit and include.
* | Py3.x doesn't need a separate virtualenv any more.Ned Batchelder2011-04-251-1/+1
| |
* | Changing the HTML report means updating gold files.Ned Batchelder2011-04-2126-1897/+2373
| |
* | Thanks, SandraNed Batchelder2011-04-201-0/+1
| |
* | Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-206-0/+84
| |
* | 'prune' is for directories, and it turns out we don't need to 'exclude' this ↵Ned Batchelder2011-04-181-1/+0
|/ | | | file either, it was never included in the first place.
* StyleNed Batchelder2011-04-172-5/+7
|
* StyleNed Batchelder2011-04-172-38/+38
|
* More tests, some refactoring of the code.Ned Batchelder2011-04-172-33/+100
|
* Even better way to test js: build fixtures programmatically, no need for ↵Ned Batchelder2011-04-175-67/+76
| | | | monkeypatching the code under test.
* Convert from DOS line-endingsNed Batchelder2011-04-171-53/+53
|
* Javascript testsNed Batchelder2011-04-165-22/+1852
|
* Push some characters around.Ned Batchelder2011-04-161-6/+5
|
* Update the docs for running coverage as a module.Ned Batchelder2011-04-152-0/+6
|
* Update CHANGES.Ned Batchelder2011-04-101-0/+4
|
* Merge Brett's __main__.py file for the tree.Ned Batchelder2011-04-1034-109/+804
|\
| * Record a bug fix.Ned Batchelder2011-04-101-0/+4
| |
| * Deal more gracefully with unexpectedly-not-python source during reporting.Ned Batchelder2011-04-083-5/+10
| |
| * Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵Ned Batchelder2011-04-081-12/+16
| | | | | | | | testing.
| * HTML incremental generation should also take the coverage.py version into ↵Ned Batchelder2011-03-272-15/+68
| | | | | | | | account: a new version means scrap everything and do it all.
| * HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-276-5/+164
| |
| * Make the new code a little nicer.Ned Batchelder2011-03-251-13/+23
| |
| * Got 2.3 to build, so now this is tested and works against 2.3Ned Batchelder2011-03-253-3/+10
| |
| * Remove trailing spacesNed Batchelder2011-03-242-3/+3
| |
| * Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-2410-9/+332
| |