| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 2 | -5/+19 |
* | Of course I got that logic change wrong... | Ned Batchelder | 2012-03-18 | 1 | -1/+1 |
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-03-18 | 2 | -2/+21 |
|\ |
|
| * | Test on PyPy | Ned Batchelder | 2012-03-18 | 2 | -2/+21 |
* | | Don't try to compile the C extension under pypy. #166. | Ned Batchelder | 2012-03-17 | 2 | -1/+16 |
|/ |
|
* | Use exit status properly with 'python -m coverage' | Ned Batchelder | 2012-02-15 | 3 | -1/+6 |
* | Some doc clarification from George Paci | Ned Batchelder | 2012-01-19 | 3 | -3/+12 |
* | Guido pointed out that these docs were wrong. | Ned Batchelder | 2011-12-14 | 2 | -3/+4 |
* | Bump version to 3.5.2 | Ned Batchelder | 2011-10-31 | 1 | -1/+1 |
* | #155 is fixed. | Ned Batchelder | 2011-10-31 | 1 | -0/+11 |
* | Make stuff work in other Python versions. Some stuff isn't *quite* right <2.... | Ned Batchelder | 2011-10-30 | 3 | -7/+14 |
* | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 3 | -3/+14 |
* | Should have updated this year 10 months ago... | Ned Batchelder | 2011-10-08 | 1 | -1/+1 |
* | Coverage 3.5.1 | Ned Batchelder | 2011-09-23 | 1 | -0/+1 |
* | Latest sample output.coverage-3.5.1 | Ned Batchelder | 2011-09-23 | 9 | -6784/+6784 |
* | Update to 3.5.1 | Ned Batchelder | 2011-09-23 | 6 | -4/+49 |
* | Make this helper a little easier to use | Ned Batchelder | 2011-09-08 | 1 | -6/+8 |
* | 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 h... | Ned Batchelder | 2011-09-03 | 3 | -47/+47 |
* | Update to the latest distribute_setup.py, now it works on Python 3.3 | Ned Batchelder | 2011-09-03 | 1 | -1/+1 |
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-09-03 | 2 | -2/+2 |
|\ |
|
| * | Bump to 3.5.1b2 | Ned Batchelder | 2011-09-03 | 2 | -2/+2 |
* | | 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 | 4 | -3/+17 |
* | Forgot to include the closed ticket. | Ned Batchelder | 2011-08-30 | 1 | -1/+2 |
* | Coverage 3.5.1b1 | Ned Batchelder | 2011-08-30 | 1 | -0/+1 |
* | Include the fullcoverage directory in the kitscoverage-3.5.1b1 | Ned Batchelder | 2011-08-30 | 1 | -0/+1 |
* | Making the directories first is convenient. | Ned Batchelder | 2011-08-30 | 1 | -0/+2 |
* | History descriptions can have commas in them. | Ned Batchelder | 2011-08-30 | 1 | -1/+1 |
* | 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 | 5 | -7/+17 |
* | Document the [paths] section in the config file. | Ned Batchelder | 2011-08-27 | 3 | -0/+39 |
* | And also keep Py3.x happy... | Ned Batchelder | 2011-08-23 | 1 | -2/+2 |
* | More windows tweaking. | Ned Batchelder | 2011-08-23 | 2 | -1/+8 |
* | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 5 | -3/+77 |
* | 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 th... | Ned Batchelder | 2011-08-22 | 2 | -1/+8 |
* | Cleanups for lint and older Pythons | Ned Batchelder | 2011-08-21 | 4 | -19/+26 |
* | The machinery to map paths through aliases for merging coverage data from dis... | Ned Batchelder | 2011-08-21 | 4 | -6/+173 |
* | Cleanup | Ned Batchelder | 2011-08-17 | 2 | -5/+5 |
* | Properly handle Unicode characters in Python source when creating the HTML re... | Ned Batchelder | 2011-08-17 | 17 | -15/+1281 |
* | Oh, can't test 'with' in Pythons that don't have it. | Ned Batchelder | 2011-08-11 | 1 | -13/+14 |
* | Merge | Ned Batchelder | 2011-08-11 | 2 | -0/+19 |
|\ |
|
| * | The for-else fix also fixed 'with' statements, and therefore, issue #128. | Ned Batchelder | 2011-08-10 | 2 | -0/+19 |
* | | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 5 | -27/+32 |
|/ |
|
* | A fullcoverage tracer that works. Events are stashed, then replayed when cov... | Ned Batchelder | 2011-08-08 | 6 | -13/+69 |
* | An enormous hack to try to get stdlib measurement from the very beginning of ... | Ned Batchelder | 2011-08-07 | 2 | -1/+59 |
* | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 3 | -11/+36 |
* | Fix whitespace | Ned Batchelder | 2011-08-03 | 2 | -2/+2 |