summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* | try/except/finally is ok now.Ned Batchelder2013-10-203-45/+42
| |
* | with statements: no more finally closeNed Batchelder2013-10-204-41/+11
| |
* | My own decorators can be decoratorsNed Batchelder2013-10-201-2/+2
| |
* | Now I can use collections.defaultdictNed Batchelder2013-10-202-7/+4
| |
* | Generator expressons are ok now.Ned Batchelder2013-10-199-23/+23
| |
* | Now I can use decorators.Ned Batchelder2013-10-192-12/+12
| |
* | Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-193-3/+3
| |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-198-50/+6
| |
* | We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-7/+2
| |
* | Start on 4.0Ned Batchelder2013-10-191-1/+1
|/
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-101-11/+19
|
* In case we need a 3.7.1Ned Batchelder2013-10-091-1/+1
|
* Forgot to change the reference to jquery to match the new filenameNed Batchelder2013-10-062-2/+2
|
* We don't need no stinkin' beta.Ned Batchelder2013-10-061-1/+1
|
* Go to 3.7Ned Batchelder2013-10-051-1/+1
|
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+3
|
* Pretty soon I'll be able to use generator expressions...Ned Batchelder2013-10-052-2/+2
|
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-301-1/+6
|
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-8/+40
|
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-282-6/+25
|
* Line too long.Ned Batchelder2013-09-281-2/+2
|
* Thanks, Windows, for reminding me to close my files!Ned Batchelder2013-09-281-14/+18
|
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-282-19/+57
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-283-21/+34
| | | | real code.
* Make iteritems detection more like the rest of backward.py, and add a test ↵Ned Batchelder2013-09-281-3/+5
| | | | of it.
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-2/+15
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-09-161-2/+2
|\
| * Find .pyw files when searching for source files.Ned Batchelder2013-09-161-2/+2
| |
* | The PyTracer can't always be stopped, so give it a flag to stop tracing when ↵Ned Batchelder2013-09-161-1/+8
|/ | | | that happens. This silences a noisome exception during the test suite.
* Improve and more fully test the first-blank-line decoding fix. Thanks, ↵Ned Batchelder2013-09-161-2/+2
| | | | Roger Hu.
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-1611-66/+184
|\ | | | | | | Make UTF-8 detection more robust.
| * Get rid of locals(). Thanks for the prod, Brett Cannon.Ned Batchelder2013-09-151-14/+15
| |
| * More --debug options, split code into separate objects.Ned Batchelder2013-09-085-34/+105
| |
| * Oops, it's 2013 already.Ned Batchelder2013-09-071-1/+1
| |
| * Better to leave the space out.Ned Batchelder2013-09-062-2/+2
| |
| * Give the matchers a way to get info out of them.Ned Batchelder2013-09-061-0/+8
| |
| * Move the info formatting into its own function.Ned Batchelder2013-09-062-10/+23
| |
| * Make debug=trace trace all the yes/no tracing decisions.Ned Batchelder2013-09-061-4/+7
| |
| * PyTracer's cache broke when I changed False to None from should_trace. Fixed.Ned Batchelder2013-09-041-2/+3
| |
| * Call this 3.6.1a1Ned Batchelder2013-09-041-1/+1
| |
| * New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-044-25/+43
| |
| * Keep things working on PyPy 2.1Ned Batchelder2013-08-161-2/+10
| | | | | | | | | | | | | | | | | | _structseq is in the lib_pypy directory on sys.path, but for some reason when imported, it claims to be from /opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py I don't know why that is, but importing _structseq and treating its directory as part of the stdlib makes the tests pass.
| * Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-5/+0
| |
* | Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+1
|/ | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* Turns out opcode isn't a documented module...Ned Batchelder2013-05-011-4/+4
|
* Add some debugging for branch issues.Ned Batchelder2013-05-011-0/+8
|
* I like it better like this.Ned Batchelder2013-04-211-29/+31
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-211-2/+1
|
* Merged in desmaj/coverage.py (pull request #17)Ned Batchelder2013-04-213-9/+19
|\ | | | | | | Removed redundant code; Changed a setup.py test to ensure that the proper setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental)
| * Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-0/+6
| |