summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Thanks, Juliancoverage3Ned Batchelder2012-11-160-0/+0
|
* Create coverage3 symlink when installed using Python 3Julian Berman2012-10-281-5/+5
|
* MergedNed Batchelder2012-10-273-21/+17
|\
| * Pass command-line args to the testing tasksNed Batchelder2012-10-221-2/+2
| |
| * A more convenient asserterNed Batchelder2012-10-211-17/+13
| |
| * Minor style tweaksNed Batchelder2012-10-212-3/+3
| |
* | Make a mixin for a test: super is hard, let's go shopping.Ned Batchelder2012-10-272-4/+12
| |
* | #205: provide more helpful docstrings for the legacy singleton methods.Ned Batchelder2012-10-262-0/+22
| |
* | Ignore another tox directory.Ned Batchelder2012-10-261-1/+1
| |
* | Don't search in the doc/_build directory.Ned Batchelder2012-10-171-0/+1
|/
* Fix #201: wrong default for traces0 being missing.Ned Batchelder2012-10-132-1/+5
|
* Bump the version number to 3.5.4Ned Batchelder2012-10-032-1/+11
|
* Fix #193: The status.dat file written by py2 can't be read by py3Ned Batchelder2012-10-031-1/+1
|
* Fix #200: that option reference has been wrong for a very long time...Ned Batchelder2012-10-031-1/+2
|
* Don't ever search any .tox directory.Ned Batchelder2012-10-031-1/+1
|
* Coverage 3.5.3Ned Batchelder2012-09-290-0/+0
|
* Need a new tox-based way to upload kits to pypicoverage-3.5.3Ned Batchelder2012-09-293-3/+9
|
* Build py33 kits, and put them in a new place so tox doesn't have to rebuild ↵Ned Batchelder2012-09-292-1/+3
| | | | everything each time.
* Latest sample HTML report for the docsNed Batchelder2012-09-2912-13/+13
|
* Fix this test on windows.Ned Batchelder2012-09-291-1/+5
|
* Update version number to 3.5.3Ned Batchelder2012-09-297-9/+50
|
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵Ned Batchelder2012-09-262-2/+6
| | | | in the HTML line numbers.
* It's 2012 already.Ned Batchelder2012-09-101-1/+1
|
* Tox doesn't support 2.4, even though it understands py24.Ned Batchelder2012-09-081-1/+1
|
* Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-083-1/+12
|
* Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-062-1/+6
|
* Forgot to thank Marc for toxNed Batchelder2012-09-021-1/+1
|
* Don't attempt the C extension under PyPy.Ned Batchelder2012-09-022-1/+12
|
* The zipped modules won't be readable if created under PyPy without an ↵Ned Batchelder2012-09-021-0/+1
| | | | explicit close.
* Don't search in .zip files.Ned Batchelder2012-09-021-0/+1
|
* Thank Brett for the py3 memory leak fixes.Ned Batchelder2012-09-021-0/+2
|
* A compile error fixed, only shows with TRACE_LOG set.Ned Batchelder2012-09-021-1/+1
|
* Fix the py2 case of this macro.Ned Batchelder2012-09-011-1/+1
|
* Merged in brettsky/coverage.py (pull request #11)Ned Batchelder2012-09-011-5/+19
|\
| * Plug several memory leaks by no longer forgetting to DECREF calls toBrett Cannon2012-08-311-5/+19
| | | | | | | | PyUnicode_AsASCIIString() under Python 3.
* | Actually, 0.6.27 works with py3.3 and with tox, so let's go with that.Ned Batchelder2012-08-311-1/+1
|/
* Update the default version for distribute.Brett Cannon2012-08-311-1/+1
|
* If fullcoverage is run with the wrong tracer, make it apparent.Ned Batchelder2012-08-301-1/+6
|
* Undo Brett's change to the fullcoverage feature: it should only be used with ↵Ned Batchelder2012-08-302-4/+6
| | | | the C tracer.
* Make fullcoverage at least run (doesn't work though).Brett Cannon2012-08-172-11/+8
|
* Missing a word.Ned Batchelder2012-08-071-4/+4
|
* MergedNed Batchelder2012-08-074-1/+36
|\
| * Add a positive assertion to the recent cant-parse-html testNed Batchelder2012-08-011-0/+1
| |
| * Make the new test also run in Py3Ned Batchelder2012-07-311-1/+4
| |
| * Finish the paperwork on Julian's patch.Ned Batchelder2012-07-314-2/+6
| |
| * Don't report coverage for non-Python source files even if __file__ says they ↵Julian Berman2012-07-312-1/+28
| | | | | | | | | | | | were executed. Closes #82
* | Clarify the rules for naming data files so they can be combined.Ned Batchelder2012-08-071-0/+11
|/
* Don't search .tox directories.Ned Batchelder2012-07-301-0/+1
|
* UghNed Batchelder2012-07-211-1/+1
|
* Link toxNed Batchelder2012-07-211-1/+2
|