FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for coverage/bytecode.py - coveragepy/coveragepy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coveragepy
/
coveragepy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
520
Star
3.4k
Code
Issues
261
Pull requests
46
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
coveragepy
coverage
bytecode.py
on
main
User selector
Datepicker
Commit history
Commits on Jul 12, 2026
perf: resolve sysmon branch events lazily, one pair at a time (#2221)
Show description for 182b010
authored
182b010
View commit details
Copy full SHA for 182b010
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
refactor: code_objects should be part of ByteParser
nedbat
committed
8c8421f
View commit details
Copy full SHA for 8c8421f
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
refactor: pyupgrade --py310-plus *.py coverage/*.py tests/*.py ci/*.py
nedbat
committed
c4ec6e1
View commit details
Copy full SHA for c4ec6e1
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
docs: change license notices to point to coveragepy org
nedbat
committed
b33a5e8
View commit details
Copy full SHA for b33a5e8
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
fix: multiline statement branches with sysmon #2070
Show description for 31f91f8
nedbat
committed
31f91f8
View commit details
Copy full SHA for 31f91f8
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
refactor: generators are Iterable unless they are contextmanagers
nedbat
committed
5a69e05
View commit details
Copy full SHA for 5a69e05
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
chore: `ruff format .`
nedbat
committed
82467f7
View commit details
Copy full SHA for 82467f7
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
style: ruff check --fix --fixable=I001,Q000 coverage/*.py
nedbat
committed
a32cd74
View commit details
Copy full SHA for a32cd74
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
refactor: nicer branch_trails code
nedbat
committed
a2baa66
View commit details
Copy full SHA for a2baa66
View code at this point
Browse repository at this point
refactor: clean up old lines
nedbat
committed
0b15dae
View commit details
Copy full SHA for 0b15dae
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
refactor: less redundancy in branch_trails
Show description for e2039d0
nedbat
committed
e2039d0
View commit details
Copy full SHA for e2039d0
View code at this point
Browse repository at this point
fix: see through nop bytecodes to get the right arcs. #1999
nedbat
committed
c177731
View commit details
Copy full SHA for c177731
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
perf: sets are better than lists
nedbat
committed
82cff3e
View commit details
Copy full SHA for 82cff3e
View code at this point
Browse repository at this point
refactor: move bytecode code into bytecode.py
nedbat
committed
a66bd61
View commit details
Copy full SHA for a66bd61
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
refactor: pyupgrade --py39-plus coverage/*.py tests/*.py
nedbat
committed
84b7f3d
View commit details
Copy full SHA for 84b7f3d
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
mypy: Iterator is better than Generator
nedbat
committed
8ff3c6d
View commit details
Copy full SHA for 8ff3c6d
View code at this point
Browse repository at this point
mypy: use __future__ uniformly in checked files
nedbat
committed
4ea850a
View commit details
Copy full SHA for 4ea850a
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, report.py, and version.py
nedbat
committed
e3c523c
View commit details
Copy full SHA for e3c523c
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
This class was simpler as a function
nedbat
committed
ee23605
View commit details
Copy full SHA for ee23605
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
Update NOTICE link to GitHub.
nedbat
committed
11998ee
View commit details
Copy full SHA for 11998ee
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
Remove the old bytecode-based branch analyzer
Show description for 8b7c4c1
nedbat
committed
8b7c4c1
View commit details
Copy full SHA for 8b7c4c1
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Add license mention to the top of all files. #313.
nedbat
committed
b99fbf1
View commit details
Copy full SHA for b99fbf1
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Properly handle crazy-long code objects. #359
nedbat
committed
ec82227
View commit details
Copy full SHA for ec82227
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Pylint upgrade and cleanup.
nedbat
committed
f491f4f
View commit details
Copy full SHA for f491f4f
View code at this point
Browse repository at this point
Commits on Sep 28, 2013
More abstractions for bytes objects. Cleans up some version checks in the real code.
nedbat
committed
5e5cf2d
View commit details
Copy full SHA for 5e5cf2d
View code at this point
Browse repository at this point
Commits on Jan 8, 2013
Use generators in the byte code parsing. __next__? yikes!
nedbat
committed
11829e9
View commit details
Copy full SHA for 11829e9
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Upgrading pylint means fixing more nits.
nedbat
committed
f52b433
View commit details
Copy full SHA for f52b433
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Add some comments.
nedbat
committed
94c2e8d
View commit details
Copy full SHA for 94c2e8d
View code at this point
Browse repository at this point
Commits on Dec 13, 2009
version_info is a nicer way to check Python versions than hexversion is.
nedbat
committed
5e5c269
View commit details
Copy full SHA for 5e5c269
View code at this point
Browse repository at this point
Commits on Dec 2, 2009
Massive eol whitespace clean-up.
nedbat
committed
968fc00
View commit details
Copy full SHA for 968fc00
View code at this point
Browse repository at this point
Commits on Oct 16, 2009
Correct handling of breaks and continues.
nedbat
committed
6560c2e
View commit details
Copy full SHA for 6560c2e
View code at this point
Browse repository at this point
Commits on Oct 15, 2009
Tidying up
nedbat
committed
b81351e
View commit details
Copy full SHA for b81351e
View code at this point
Browse repository at this point
Commits on Oct 10, 2009
Need this too
nedbat
committed
733b74c
View commit details
Copy full SHA for 733b74c
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL