summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some prep work for finding completely uncovered files.Ned Batchelder2010-08-308-1/+55
* More files not to searchNed Batchelder2010-08-291-1/+2
* Refactor the --omit and --include support during reporting, and add a test fo...Ned Batchelder2010-08-283-35/+47
* Don't complain about multiple statements on a line.Ned Batchelder2010-08-281-1/+2
* There aren't many places I like putting a function body on the def line, but ...Ned Batchelder2010-08-281-17/+6
* Correct case.Ned Batchelder2010-08-281-1/+1
* Clean up lint.Ned Batchelder2010-08-264-677/+677
* The thread-startup dance caused Thread.run() to not be measured. This fixes ...Ned Batchelder2010-08-264-12/+90
* New config setting: [report]precision lets you specify the number of digits a...Ned Batchelder2010-08-248-13/+83
* Add a comment about the wacky object attributes for modules.Ned Batchelder2010-08-231-0/+4
* A file to control my search tool.Ned Batchelder2010-08-221-0/+7
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-2210-15/+49
* Bump version number, and don't use version-specific URLs for released versions.Ned Batchelder2010-08-221-2/+5
* Coverage 3.4b1Ned Batchelder2010-08-211-0/+1
* Include the version number in the beta warning box.coverage-3.4b1Ned Batchelder2010-08-212-3/+3
* Beta docs will require tweaking the .htaccess on nedbatchelder.comNed Batchelder2010-08-211-0/+1
* Change how the beta docs are made, and make them more beta-yNed Batchelder2010-08-213-9/+15
* Trim up some linesNed Batchelder2010-08-202-3/+4
* Don't trace code if the reported filename is *.html. Fixes issue #82.Ned Batchelder2010-08-202-0/+13
* Make it possible to have beta docs in a different place than the real docsNed Batchelder2010-08-204-19/+25
* Doc tweaks for 3.4b1Ned Batchelder2010-08-203-6/+9
* Get ready to have version-specific doc URLs.Ned Batchelder2010-08-207-3/+12
* Bump the version number to 3.4b1Ned Batchelder2010-08-204-6/+8
* Working on getting coverage to measure itself again.Ned Batchelder2010-08-072-2/+9
* Use some strange self.os stuff to hold references to modules so we'll have th...Ned Batchelder2010-08-072-7/+17
* Clean up whitespace.Ned Batchelder2010-08-011-1/+1
* Python 3.2 now puts .pyc in __pycache__ directories.Ned Batchelder2010-08-011-0/+1
* Updates for 3.2Ned Batchelder2010-08-014-14/+10
* Python 3.2 doesn't make .pyc files in the local dir any more, so be more flex...Ned Batchelder2010-08-011-13/+29
* Python 3.2 doctest expects stdout to have an encoding.Ned Batchelder2010-08-011-2/+4
* Virtualenv3 moves random.py into the virtualenv, so we can't use it as the co...Ned Batchelder2010-08-011-10/+10
* Windows kits need setuptools. Fixes #18.Ned Batchelder2010-07-262-7/+35
* Start of a standalone installation page.Ned Batchelder2010-07-253-33/+78
* Reduce the noise about bugs in the doc changes page.Ned Batchelder2010-07-251-20/+0
* Update the history timestamps.Ned Batchelder2010-07-258-0/+20
* Update the doc changes page.Ned Batchelder2010-07-251-0/+74
* Finish doc'ing the new source code options.Ned Batchelder2010-07-255-37/+51
* Lots of doc updates, more to come.Ned Batchelder2010-07-258-38/+169
* Wrap a long line.Ned Batchelder2010-07-251-2/+3
* This should have been hidden from the public API.Ned Batchelder2010-07-251-4/+4
* Update changesNed Batchelder2010-07-121-6/+2
* Fix this test: can't guarantee the order of stdout and stderr in the output.Ned Batchelder2010-07-121-6/+3
* Distribute can leave junk lying around.Ned Batchelder2010-07-121-1/+1
* Fix this test to run on 3.1 and non-Windows platforms.Ned Batchelder2010-07-121-8/+9
* Tell distribute not to run 2to3.Ned Batchelder2010-07-121-0/+5
* Remove the test runner plugins for now.Ned Batchelder2010-07-126-302/+0
* Some notes about how the nose plugin works.Ned Batchelder2010-07-121-0/+54
* I guess this is the first opcode I've used that isn't available in all Pythons.Ned Batchelder2010-07-011-1/+7
* Newest pythons will execute __main__.py to execute a package.Ned Batchelder2010-07-011-0/+2
* Python 3.2 has a new opcode: SETUP_WITHNed Batchelder2010-07-011-1/+3