summaryrefslogtreecommitdiff
path: root/lab/show_pyc.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: isolate user code from coverage.py internal code flags. #1524Ned Batchelder2023-01-091-1/+1
|
* test: show hash-based pyc fields in show_pycNed Batchelder2021-07-221-2/+4
| | | | https://www.python.org/dev/peps/pep-0552/
* refactor: remove redundant Python 2 code (#1155)Hugo van Kemenade2021-05-021-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 Batchelder2021-01-101-0/+36
|
* show_pyc: Use 4-space indentsNed Batchelder2021-01-101-3/+3
|
* show_pyc: Flags changed in 3.9Ned Batchelder2021-01-101-7/+31
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Python 3.7 tweaked the layout of .pyc filesNed Batchelder2018-01-101-7/+18
|
* Python 3.3 added a long to the .pyc format.Ned Batchelder2016-11-091-0/+4
|
* A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21Ned Batchelder2016-10-221-0/+1
|
* Oops, hex in py3.5 wasn't quite rightNed Batchelder2015-11-011-2/+2
|
* Number the constants, and interpret the flagsNed Batchelder2015-11-011-7/+37
|
* Make show_pyc runnable on Python 3Ned Batchelder2015-11-011-22/+29
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-1/+1
|
* Fix some line endings and whitespace.Ned Batchelder2013-09-111-70/+70
|
* Improvements to bytecode tools.Ned Batchelder2013-01-121-4/+10
|
* A lab directory for experiments in progress.Ned Batchelder2009-04-021-0/+64