Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix installation in ascii-default environments. #540 | Ned Batchelder | 2016-12-27 | 3 | -3/+12 | |
| | ||||||
* | Push version to 4.3.1a0 | Ned Batchelder | 2016-12-27 | 2 | -1/+7 | |
| | ||||||
* | Kitting changes: no more register, and only one sdist | Ned Batchelder | 2016-12-27 | 2 | -2/+1 | |
| | ||||||
* | Coverage 4.3 | Ned Batchelder | 2016-12-27 | 1 | -0/+1 | |
| | ||||||
* | A better way to get good random numberscoverage-4.3 | Ned Batchelder | 2016-12-27 | 1 | -4/+1 | |
| | ||||||
* | Windows Python 3.6 doesn't seed well. Hack around it. | Ned Batchelder | 2016-12-27 | 1 | -0/+3 | |
| | ||||||
* | Try doing windows py3 meta on 3.5 | Ned Batchelder | 2016-12-27 | 1 | -4/+4 | |
| | ||||||
* | Get a Windows 3.6 build | Ned Batchelder | 2016-12-27 | 1 | -0/+12 | |
| | ||||||
* | Cog is still using nose | Ned Batchelder | 2016-12-27 | 1 | -0/+1 | |
| | ||||||
* | This file changed name | Ned Batchelder | 2016-12-26 | 1 | -0/+0 | |
| | ||||||
* | New sample HTML | Ned Batchelder | 2016-12-26 | 12 | -23/+26 | |
| | ||||||
* | Doc updates for 4.3 | Ned Batchelder | 2016-12-26 | 7 | -12/+71 | |
| | ||||||
* | Make sure the excepthook is measured. | Ned Batchelder | 2016-12-26 | 1 | -0/+9 | |
| | ||||||
* | sys.excepthook credit | Ned Batchelder | 2016-12-26 | 2 | -0/+7 | |
| | ||||||
* | Don't stress over PyPy differences, and fix file names | Ned Batchelder | 2016-12-26 | 1 | -9/+13 | |
| | ||||||
* | Suppress the coverage.py frame when reporting exceptions | Ned Batchelder | 2016-12-26 | 1 | -0/+2 | |
| | ||||||
* | Make excepthook execution more accurate. Pypy tests failing | Ned Batchelder | 2016-12-26 | 2 | -6/+17 | |
| | ||||||
* | Put the excepthook tests in their own class for convenience | Ned Batchelder | 2016-12-26 | 1 | -1/+4 | |
| | ||||||
* | Merged in andrewhoos/coverage.py (pull request #93) | Ned Batchelder | 2016-12-26 | 2 | -1/+71 | |
|\ | | | | | | | Explicitely call sys.excepthook | |||||
| * | Update change with tests and fixes for tests | Andrew Hoos | 2016-11-30 | 2 | -8/+69 | |
| | | ||||||
| * | Remove the unused import | Andrew Hoos | 2016-11-29 | 1 | -1/+0 | |
| | | ||||||
| * | Limit changes to only execfile.py | Andrew Hoos | 2016-11-29 | 2 | -2/+4 | |
| | | ||||||
| * | Update code to better handle calling sys.excepthook when it throws | Andrew Hoos | 2016-11-29 | 2 | -5/+9 | |
| | | ||||||
| * | Update handling of sys.excepthook to only call custom excepthooks and ↵ | Andrew Hoos | 2016-11-29 | 1 | -1/+6 | |
| | | | | | | | | re-raise exceptions | |||||
| * | Explicitely call sys.excepthook | Andrew Hoos | 2016-11-29 | 1 | -2/+1 | |
| | | | | | | | | https://bitbucket.org/ned/coveragepy/issues/535/sysexcepthook-is-not-called | |||||
* | | Thanks to Cosimo Lupo for the fix | Ned Batchelder | 2016-12-26 | 2 | -0/+4 | |
| | | ||||||
* | | Merged in anthrotype/coverage.py/check-source-isdir (pull request #118) | Ned Batchelder | 2016-12-26 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | check "source" isdir, not just exists; there could be a file with same name | |||||
| * | | control.Coverage._init: check "source" is a directory, not just it exists; ↵ | Cosimo Lupo | 2016-12-25 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | there could be a file with that name --HG-- branch : check-source-isdir | |||||
* | | gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now | Ned Batchelder | 2016-12-24 | 1 | -1/+1 | |
| | | ||||||
* | | Use the latest of everything | Ned Batchelder | 2016-12-24 | 4 | -10/+10 | |
| | | ||||||
* | | The name of the section is 'Specifying source files' | Ned Batchelder | 2016-12-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in dachary/coverage.py/issue-425 (pull request #113) | Ned Batchelder | 2016-12-24 | 2 | -3/+4 | |
|\ \ | | | | | | | | | | sources that do not end with .py\w? are ignored #425 | |||||
| * | | sources that do not end with .py\w? are ignored #425 | loic@dachary.org | 2016-12-18 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | close #425 --HG-- branch : issue-425 | |||||
* | | | No need for subprocesses to test HTML reporting | Ned Batchelder | 2016-12-24 | 1 | -8/+6 | |
| | | | ||||||
* | | | Add html --skip-covered to the changes | Ned Batchelder | 2016-12-24 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merged in dachary/coverage.py/issue-433-2 (pull request #112) | Ned Batchelder | 2016-12-24 | 6 | -6/+53 | |
|\ \ \ | | | | | | | | | | | | | implement --skip-covered for html report #433 | |||||
| * | | | html report --skip-covered with branches #433 | loic@dachary.org | 2016-12-19 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test because the code path is significantly different. Also document --skip-covered with the coverage html command. close #433 --HG-- branch : issue-433-2 | |||||
| * | | | implement --skip-covered for html report #433 | loic@dachary.org | 2016-12-18 | 5 | -6/+33 | |
| |/ / | | | | | | | | | | | | | | | | | | | close #433 --HG-- branch : issue-433-2 | |||||
* | | | Update changes and contributors for #502 | Ned Batchelder | 2016-12-24 | 2 | -1/+7 | |
| | | | ||||||
* | | | 2.6 and 2.7 are not different wrt constants in while loops | Ned Batchelder | 2016-12-24 | 2 | -13/+6 | |
| | | | ||||||
* | | | Provide some help in interpreting test failures | Ned Batchelder | 2016-12-24 | 1 | -3/+3 | |
| | | | ||||||
* | | | Move the test program into the test | Ned Batchelder | 2016-12-24 | 6 | -17/+16 | |
| | | | ||||||
* | | | Merged in dachary/coverage.py/issue-502-7 (pull request #117) | Ned Batchelder | 2016-12-24 | 6 | -10/+35 | |
|\ \ \ | | | | | | | | | | | | | also use AST for while constants in python-2.7 #502 | |||||
| * | | | also use AST for while constants in python-2.7 #502 | loic@dachary.org | 2016-12-15 | 6 | -10/+35 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The node.id is set to False, True or None is python-2.7: there is no reason to only check for it with python-3. It is more reliable than using the DEFAULT_PARTIAL_ALWAYS regexps on source lines. close #502 --HG-- branch : issue-502-7 | |||||
* | | | Bug #496 wasn't about the single-line continue, just the constant while. | Ned Batchelder | 2016-12-18 | 1 | -3/+4 | |
| | | | ||||||
* | | | Fix #496, while-true loop with a continue. | Ned Batchelder | 2016-12-18 | 3 | -5/+28 | |
| | | | ||||||
* | | | More parser code clean-up | Ned Batchelder | 2016-12-18 | 1 | -14/+25 | |
| | | | ||||||
* | | | Clean up #493 fix | Ned Batchelder | 2016-12-18 | 4 | -25/+20 | |
| | | | ||||||
* | | | Merged in dachary/coverage.py/issue-493-2 (pull request #108) | Ned Batchelder | 2016-12-18 | 2 | -5/+25 | |
|\ \ \ | | | | | | | | | | | | | finally happens before return in a try #493 | |||||
| * | | | finally happens before return in a try #493 | loic@dachary.org | 2016-12-18 | 2 | -5/+25 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a try block such as: if expr: try: return finally print pass the print happens before the return and cannot be followed by pass. The general case is that when the body/else/handlers in a try block all have return, break etc., the code behind finally: has no arc to the statement following the try block. close #493 --HG-- branch : issue-493-2 |