Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: isolate user code from coverage.py internal code flags. #1524 | Ned Batchelder | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | test: show hash-based pyc fields in show_pyc | Ned Batchelder | 2021-07-22 | 1 | -2/+4 |
| | | | | https://www.python.org/dev/peps/pep-0552/ | ||||
* | refactor: remove redundant Python 2 code (#1155) | Hugo van Kemenade | 2021-05-02 | 1 | -29/+20 |
| | | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports | ||||
* | show_pyc: Interpret co_lnotab, and show co_lines() | Ned Batchelder | 2021-01-10 | 1 | -0/+36 |
| | |||||
* | show_pyc: Use 4-space indents | Ned Batchelder | 2021-01-10 | 1 | -3/+3 |
| | |||||
* | show_pyc: Flags changed in 3.9 | Ned Batchelder | 2021-01-10 | 1 | -7/+31 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Python 3.7 tweaked the layout of .pyc files | Ned Batchelder | 2018-01-10 | 1 | -7/+18 |
| | |||||
* | Python 3.3 added a long to the .pyc format. | Ned Batchelder | 2016-11-09 | 1 | -0/+4 |
| | |||||
* | A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21 | Ned Batchelder | 2016-10-22 | 1 | -0/+1 |
| | |||||
* | Oops, hex in py3.5 wasn't quite right | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | Number the constants, and interpret the flags | Ned Batchelder | 2015-11-01 | 1 | -7/+37 |
| | |||||
* | Make show_pyc runnable on Python 3 | Ned Batchelder | 2015-11-01 | 1 | -22/+29 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Fix some line endings and whitespace. | Ned Batchelder | 2013-09-11 | 1 | -70/+70 |
| | |||||
* | Improvements to bytecode tools. | Ned Batchelder | 2013-01-12 | 1 | -4/+10 |
| | |||||
* | A lab directory for experiments in progress. | Ned Batchelder | 2009-04-02 | 1 | -0/+64 |