| Commit message (Expand) | Author | Age | Files | Lines |
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
* | Make version checking more uniform | Ned Batchelder | 2018-06-13 | 1 | -4/+5 |
* | Adapt to the 3.7.0b3 change in -m sys.path[0] behavior | Ned Batchelder | 2018-03-31 | 1 | -1/+9 |
* | Fine tune some more | Ned Batchelder | 2018-01-13 | 1 | -1/+1 |
* | Fine-tune the 3.7 decisions | Ned Batchelder | 2018-01-13 | 1 | -1/+1 |
* | Python 3.7 tweaked the layout of .pyc files | Ned Batchelder | 2018-01-10 | 1 | -5/+14 |
* | 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 | 1 | -4/+12 |
* | Merged in andrewhoos/coverage.py (pull request #93) | Ned Batchelder | 2016-12-26 | 1 | -1/+11 |
|\ |
|
| * | Update change with tests and fixes for tests | Andrew Hoos | 2016-11-30 | 1 | -8/+9 |
| * | Remove the unused import | Andrew Hoos | 2016-11-29 | 1 | -1/+0 |
| * | Limit changes to only execfile.py | Andrew Hoos | 2016-11-29 | 1 | -1/+0 |
| * | Update code to better handle calling sys.excepthook when it throws | Andrew Hoos | 2016-11-29 | 1 | -1/+8 |
| * | Update handling of sys.excepthook to only call custom excepthooks and re-rais... | Andrew Hoos | 2016-11-29 | 1 | -1/+6 |
| * | Explicitely call sys.excepthook | Andrew Hoos | 2016-11-29 | 1 | -2/+1 |
* | | Provide a more useful error message if failing to run a non-Python file. #514 | Ned Batchelder | 2016-12-17 | 1 | -6/+12 |
|/ |
|
* | Fix explicit imports of __init__. #410 | Ned Batchelder | 2015-10-13 | 1 | -1/+1 |
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -1/+3 |
* | Support directories on the 'coverage run' command line. #252 | Ned Batchelder | 2015-08-01 | 1 | -6/+17 |
* | Merged in traff/coverage.py (pull request #50) | Ned Batchelder | 2015-08-01 | 1 | -0/+10 |
|\ |
|
| * | Look for __main__ module if coverage is being run for directory #252 | Dmitry Trofimov | 2015-04-14 | 1 | -0/+10 |
* | | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
* | | All Python source is Unicode internally. | Ned Batchelder | 2015-05-17 | 1 | -1/+2 |
|/ |
|
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -1/+1 |
* | A few more filenames as %s instead of %r | Ned Batchelder | 2014-12-28 | 1 | -1/+1 |
* | Don't use %r for filenames, on windows, the backslashes go nuts. | Ned Batchelder | 2014-12-28 | 1 | -1/+1 |
* | Further consolidation of code reading Python source. | Ned Batchelder | 2014-12-28 | 1 | -8/+3 |
* | Unify and clarify reading Python source. Probably broke .pyw files | Ned Batchelder | 2014-12-26 | 1 | -5/+2 |
* | Move some code, and fix pep8 things | Ned Batchelder | 2014-12-14 | 1 | -3/+6 |
* | For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t... | Ned Batchelder | 2014-12-12 | 1 | -2/+2 |
* | Cleanups from pull request 42 | Ned Batchelder | 2014-11-24 | 1 | -8/+8 |
* | Merged pull request 42, fixing issue #328. | Ned Batchelder | 2014-11-24 | 1 | -2/+20 |
|\ |
|
| * | they changed the way __loader__ looks in 3.3 | Buck Golemon | 2014-11-14 | 1 | -1/+7 |
| * | shim for pep302 __loader__ | Buck Golemon | 2014-11-14 | 1 | -2/+14 |
* | | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -1/+0 |
|/ |
|
* | Fix a weird PyPy3 problem with a weird PyPy3 fix. | Ned Batchelder | 2014-10-28 | 1 | -0/+7 |
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -4/+4 |
* | Remove an unneeded backward function, and move BUILTINS into backward | Ned Batchelder | 2014-05-17 | 1 | -16/+2 |
* | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 1 | -37/+79 |
* | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 1 | -2/+2 |
* | No need for paren-less exec any more. | Ned Batchelder | 2013-12-14 | 1 | -4/+4 |
* | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -2/+1 |
* | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 1 | -28/+27 |
* | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -6/+2 |
* | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | Line too long. | Ned Batchelder | 2013-09-28 | 1 | -2/+2 |
* | Thanks, Windows, for reminding me to close my files! | Ned Batchelder | 2013-09-28 | 1 | -14/+18 |
* | Now we can run .pyc files directly. Closes #264. | Ned Batchelder | 2013-09-28 | 1 | -19/+53 |
* | Get sys.path right when running modules with -m, fixes #207 and #242. | Ned Batchelder | 2013-04-20 | 1 | -7/+2 |
* | A work-in-progress for #207, a minor improvement, and a commented-out test th... | Ned Batchelder | 2012-11-08 | 1 | -1/+1 |