summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No end to the doc stuff.Ned Batchelder2009-11-281-2/+1
|
* Too much detail on the front page.Ned Batchelder2009-11-281-1/+1
|
* Doc tweaking, part 47Ned Batchelder2009-11-287-32/+44
|
* Doc tweaking.Ned Batchelder2009-11-285-46/+111
|
* More doc tweaks, and a css file to make the drafts look more like the site.Ned Batchelder2009-11-284-13/+37
|
* Doc tweaks.Ned Batchelder2009-11-274-40/+41
|
* This is long enough to deserve its own file.Ned Batchelder2009-11-272-41/+39
|
* The docs have said '3.0' for a while now..Ned Batchelder2009-11-272-2/+3
|
* Add a little bit of branch information to 'debug data'Ned Batchelder2009-11-272-1/+4
|
* Line lengthsNed Batchelder2009-11-261-3/+5
|
* XML report now includes branch information.Ned Batchelder2009-11-266-14/+78
|
* Tired of these TODO's that I'm not going to do anything about.Ned Batchelder2009-11-261-8/+0
|
* Rename our future-happy unittest methods to match their future versions, and ↵Ned Batchelder2009-11-267-85/+142
| | | | let the future versions win if they exist.
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-263-66/+77
|
* When reporting, don't fall over if there's no data to report on. Fixes issue ↵Ned Batchelder2009-11-266-20/+68
| | | | #37.
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-2524-890/+182
| | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.
* Although issue #19 was a doctest flaw, it's good to have a test to be sure ↵Ned Batchelder2009-11-251-0/+44
| | | | we're still working well with doctests.
* Split the oddball tests into their own file.Ned Batchelder2009-11-253-236/+248
|
* Make the first column look sorted by default, and a little clean-up.Ned Batchelder2009-11-252-7/+9
|
* Merged Chris Adams' further improvements to click-to-sort HTML report columns.Ned Batchelder2009-11-251-9/+59
|\
| * Persistent Index SortingChris Adams2009-11-241-9/+59
| | | | | | | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order
* | When partial lines are hidden and run lines are shown, then partial lines ↵Ned Batchelder2009-11-244-15/+23
| | | | | | | | are shown as run.
* | Docstrings for lintNed Batchelder2009-11-242-0/+2
| |
* | Don't annotate partial branches with -1, use 'exit' instead.Ned Batchelder2009-11-249-3/+457
|/
* Bump the version number.Ned Batchelder2009-11-243-2/+8
|
* Coverage 3.2b3Ned Batchelder2009-11-231-0/+1
|
* More precise steps.coverage-3.2b3Ned Batchelder2009-11-231-3/+4
|
* Update CHANGES for 3.2b3Ned Batchelder2009-11-232-4/+9
|
* ByteParser now recognizes synthetic 'return None' blocks and treats them ↵Ned Batchelder2009-11-233-5/+32
| | | | correctly.
* One more fine point of error handling in the C extension.Ned Batchelder2009-11-231-0/+2
|
* Comment thingsNed Batchelder2009-11-231-2/+4
|
* A Linux implementation of process_ramNed Batchelder2009-11-231-0/+27
|
* Add a test for leaking memory in the C extension. Windows only for now, ↵Ned Batchelder2009-11-223-1/+72
| | | | kind of experimental.
* Pass along all the nosetests arguments.Ned Batchelder2009-11-221-10/+10
|
* Missed some error handling in the C code.Ned Batchelder2009-11-222-3/+20
|
* Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it.Ned Batchelder2009-11-222-1/+5
|
* Add statistics gathering to help find a problem in the C tracer.Ned Batchelder2009-11-222-7/+94
|
* I don't like accidental pragmas in the code.Ned Batchelder2009-11-211-1/+1
|
* Broke a test when I renamed the debug output line.Ned Batchelder2009-11-211-1/+1
|
* Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to ↵Ned Batchelder2009-11-211-1/+1
| | | | do about it right now.
* Merged rozza's fixNed Batchelder2009-11-211-2/+4
|\
| * Ensuring that Class definitions exit counts are correct when you use ↵rozza@x103086.gcapmedia.com2009-11-201-2/+4
| | | | | | | | #pragma: no cover for the class
* | Add a failing test that rozza's change will fixNed Batchelder2009-11-211-0/+14
| |
* | In 'debug sys' data, don't call it 'data_file', since it doesn't find out ↵Ned Batchelder2009-11-212-1/+2
| | | | | | | | anything about the file, it's just the path to the file.
* | Disable the two tests that don't work yet.Ned Batchelder2009-11-213-3/+3
| |
* | Don't count branches to excluded code. Tests don't pass yet.Ned Batchelder2009-11-213-3/+58
| |
* | One more condition to test for phystokensNed Batchelder2009-11-211-0/+5
| |
* | track release detailsNed Batchelder2009-11-211-0/+1
| |
* | Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵Ned Batchelder2009-11-213-5/+19
| | | | | | | | my own phystokens.py file properly!
* | Add a multiline test assert, lifted from Py3.1Ned Batchelder2009-11-212-1/+23
| |