summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | for-else constructs are handled properly, avoiding bogus partial branch ↵Ned Batchelder2011-07-044-14/+19
|/ / / | | | | | | | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too.
* | | A test and a fix for issue #122, maybe?Ned Batchelder2011-07-042-1/+16
| | |
* | | 2.7's unittest is more helpful with long messages.Ned Batchelder2011-07-041-0/+3
| | |
* | | Bump the version numberNed Batchelder2011-07-042-1/+6
| | |
* | | Add some comments.Ned Batchelder2011-07-041-0/+9
| | |
* | | Coverage 3.5Ned Batchelder2011-06-291-0/+1
|/ /
* | Latest sample HTML reportcoverage-3.5Ned Batchelder2011-06-2917-97/+1200
| |
* | Bump version number to 3.5Ned Batchelder2011-06-297-12/+17
| |
* | Write this down for next time.Ned Batchelder2011-06-271-0/+5
| |
* | Update the gold files for HTML since the index file now has keyboard help.Ned Batchelder2011-06-269-0/+150
| |
* | cleanerNed Batchelder2011-06-261-1/+1
| |
* | HTML report hotkeys work differently if the current chunk is off-screen. A ↵Ned Batchelder2011-06-263-12/+167
| | | | | | | | chunk on-screen will be selected next.
* | Scroll-to-top needs the Chrome fix also.Ned Batchelder2011-06-231-1/+1
| |
* | Some jslint cleanupsNed Batchelder2011-06-231-5/+4
| |
* | Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵Ned Batchelder2011-06-231-4/+10
| | | | | | | | doesn't work, but scrolling body does.
* | Un-tabNed Batchelder2011-06-231-9/+9
| |
* | Latest qunit code, seems to fix the crazy scrolling behavior in qunit ↵Ned Batchelder2011-06-232-83/+99
| | | | | | | | results page.
* | Tidy upNed Batchelder2011-06-053-6/+6
| |
* | Created an announcement list.Ned Batchelder2011-06-052-1/+7
| |
* | Coverage 3.5b1Ned Batchelder2011-06-051-0/+1
| |
* | Last fiddles for 3.5b1coverage-3.5b1Ned Batchelder2011-06-054-6/+7
| |
* | Add a keyboard help panel to the index page.Ned Batchelder2011-06-053-0/+27
| |
* | Remove the twistie from the keyboard icon.Ned Batchelder2011-06-052-0/+0
| |
* | Add some beta-specific stuff to the home page.Ned Batchelder2011-06-054-14/+48
| |
* | It's happening today.Ned Batchelder2011-06-051-2/+2
| |
* | Bump version numbers for 3.5b1Ned Batchelder2011-06-046-8/+15
| |
* | Update the docs for 3.5 changes.Ned Batchelder2011-06-046-24/+64
| |
* | Minor tweak to a warning.Ned Batchelder2011-06-042-2/+2
| |
* | Fix a test involving optimized-away constant if statements, and add a test ↵Ned Batchelder2011-06-032-1/+16
| | | | | | | | about them.
* | Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-019-4/+8
| | | | | | | | | | | | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py
* | Remove a bunch of warnings from pylint.Ned Batchelder2011-05-312-3/+7
| |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-3112-65/+400
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-05-312-6/+8
|\ \
| * | Minor cleanupsNed Batchelder2011-05-282-8/+11
| | |
* | | Start getting docs ready for 3.5b1Ned Batchelder2011-05-314-7/+93
|/ /
* | The right way to communicate with a subprocess.Ned Batchelder2011-05-251-2/+2
| |
* | The current directory auto-inserted into sys.path is now absolute, to better ↵Ned Batchelder2011-05-213-1/+12
| | | | | | | | mimic Python execution.
* | WIP for partial branch exclusion. #113Ned Batchelder2011-05-177-23/+103
| |
* | Rearrange lines to put options in alphabetical order.Ned Batchelder2011-05-101-8/+8
| |
* | Refactor the C code to streamline the __call__ path.Ned Batchelder2011-05-021-26/+16
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-274-10/+50
|\ \
| * \ Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-274-10/+50
| |\ \
| | * | This changes whenever I have a different quirk to examine.Ned Batchelder2011-04-271-1/+31
| | | |
| | * | Latest thinking on how to do testing on Windows.Ned Batchelder2011-04-272-4/+18
| | | |
| | * | Luckily, tools are getting better at supporting Py3Ned Batchelder2011-04-271-5/+1
| | | |
* | | | Merge bug_123 work into default.Ned Batchelder2011-04-276-10/+80
|\ \ \ \ | |/ / / |/| | |
| * | | C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-275-8/+37
| | | | | | | | | | | | | | | | | | | | --HG-- branch : bug_123
| * | | Devin Jeanpierre provided the fix for bug #123.Ned Batchelder2011-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | --HG-- branch : bug_123
| * | | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵Ned Batchelder2011-04-252-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to get to the bottom of that. --HG-- branch : bug_123
* | | | Someday, I'll internalize the ReST syntax. Fix broken bug report references.Ned Batchelder2011-04-261-6/+6
| | | |