Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last fiddles for 3.5b1coverage-3.5b1 | Ned Batchelder | 2011-06-05 | 4 | -6/+7 |
| | |||||
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 |
| | |||||
* | Remove the twistie from the keyboard icon. | Ned Batchelder | 2011-06-05 | 2 | -0/+0 |
| | |||||
* | Add some beta-specific stuff to the home page. | Ned Batchelder | 2011-06-05 | 4 | -14/+48 |
| | |||||
* | It's happening today. | Ned Batchelder | 2011-06-05 | 1 | -2/+2 |
| | |||||
* | Bump version numbers for 3.5b1 | Ned Batchelder | 2011-06-04 | 6 | -8/+15 |
| | |||||
* | Update the docs for 3.5 changes. | Ned Batchelder | 2011-06-04 | 6 | -24/+64 |
| | |||||
* | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 2 | -2/+2 |
| | |||||
* | Fix a test involving optimized-away constant if statements, and add a test ↵ | Ned Batchelder | 2011-06-03 | 2 | -1/+16 |
| | | | | about them. | ||||
* | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 9 | -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 Batchelder | 2011-05-31 | 2 | -3/+7 |
| | |||||
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 12 | -65/+400 |
| | |||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-05-31 | 2 | -6/+8 |
|\ | |||||
| * | Minor cleanups | Ned Batchelder | 2011-05-28 | 2 | -8/+11 |
| | | |||||
* | | Start getting docs ready for 3.5b1 | Ned Batchelder | 2011-05-31 | 4 | -7/+93 |
|/ | |||||
* | The right way to communicate with a subprocess. | Ned Batchelder | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | The current directory auto-inserted into sys.path is now absolute, to better ↵ | Ned Batchelder | 2011-05-21 | 3 | -1/+12 |
| | | | | mimic Python execution. | ||||
* | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 7 | -23/+103 |
| | |||||
* | Rearrange lines to put options in alphabetical order. | Ned Batchelder | 2011-05-10 | 1 | -8/+8 |
| | |||||
* | Refactor the C code to streamline the __call__ path. | Ned Batchelder | 2011-05-02 | 1 | -26/+16 |
| | |||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-04-27 | 4 | -10/+50 |
|\ | |||||
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-04-27 | 4 | -10/+50 |
| |\ | |||||
| | * | This changes whenever I have a different quirk to examine. | Ned Batchelder | 2011-04-27 | 1 | -1/+31 |
| | | | |||||
| | * | Latest thinking on how to do testing on Windows. | Ned Batchelder | 2011-04-27 | 2 | -4/+18 |
| | | | |||||
| | * | Luckily, tools are getting better at supporting Py3 | Ned Batchelder | 2011-04-27 | 1 | -5/+1 |
| | | | |||||
* | | | Merge bug_123 work into default. | Ned Batchelder | 2011-04-27 | 6 | -10/+80 |
|\ \ \ | |/ / |/| | | |||||
| * | | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 5 | -8/+37 |
| | | | | | | | | | | | | | | | --HG-- branch : bug_123 | ||||
| * | | Devin Jeanpierre provided the fix for bug #123. | Ned Batchelder | 2011-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | --HG-- branch : bug_123 | ||||
| * | | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵ | Ned Batchelder | 2011-04-25 | 2 | -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 Batchelder | 2011-04-26 | 1 | -6/+6 |
| | | | |||||
* | | | Since people make this mistake, and it's mysterious: accept a single string ↵ | Ned Batchelder | 2011-04-25 | 3 | -1/+27 |
|/ / | | | | | | | for omit and include. | ||||
* | | Py3.x doesn't need a separate virtualenv any more. | Ned Batchelder | 2011-04-25 | 1 | -1/+1 |
| | | |||||
* | | Changing the HTML report means updating gold files. | Ned Batchelder | 2011-04-21 | 26 | -1897/+2373 |
| | | |||||
* | | Thanks, Sandra | Ned Batchelder | 2011-04-20 | 1 | -0/+1 |
| | | |||||
* | | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 6 | -0/+84 |
| | | |||||
* | | 'prune' is for directories, and it turns out we don't need to 'exclude' this ↵ | Ned Batchelder | 2011-04-18 | 1 | -1/+0 |
|/ | | | | file either, it was never included in the first place. | ||||
* | Style | Ned Batchelder | 2011-04-17 | 2 | -5/+7 |
| | |||||
* | Style | Ned Batchelder | 2011-04-17 | 2 | -38/+38 |
| | |||||
* | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 2 | -33/+100 |
| | |||||
* | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 5 | -67/+76 |
| | | | | monkeypatching the code under test. | ||||
* | Convert from DOS line-endings | Ned Batchelder | 2011-04-17 | 1 | -53/+53 |
| | |||||
* | Javascript tests | Ned Batchelder | 2011-04-16 | 5 | -22/+1852 |
| | |||||
* | Push some characters around. | Ned Batchelder | 2011-04-16 | 1 | -6/+5 |
| | |||||
* | Update the docs for running coverage as a module. | Ned Batchelder | 2011-04-15 | 2 | -0/+6 |
| | |||||
* | Update CHANGES. | Ned Batchelder | 2011-04-10 | 1 | -0/+4 |
| | |||||
* | Merge Brett's __main__.py file for the tree. | Ned Batchelder | 2011-04-10 | 2 | -0/+17 |
|\ | |||||
| * | Allow coverage.py to be executed by pointing Python at a repository's | Brett Cannon | 2011-02-26 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory. Since Python 2.6 one can specify a __main__.py in a directory to tell Python what to do if it is pointed at simply a directory. For instance, assuming one has a clone of coverage.py sitting at ../coveragepy, this patch allows for:: python ../coveragepy run ... This is extremely handy if you want to use coverage.py straight from a clone without adding the clone's directory to sys.path (which can be an issue at least in the stdlib as that will pick up 'test' as a package, masking the stdlib's own 'test' package). | ||||
* | | Record a bug fix. | Ned Batchelder | 2011-04-10 | 1 | -0/+4 |
| | | |||||
* | | Deal more gracefully with unexpectedly-not-python source during reporting. | Ned Batchelder | 2011-04-08 | 3 | -5/+10 |
| | | |||||
* | | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵ | Ned Batchelder | 2011-04-08 | 1 | -12/+16 |
| | | | | | | | | testing. |