1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Aug 12, 2025 — Aug 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #191 from Quinntyx/fix/load-common-constant More... 22 days ago
Limit common constant resolver to Python 3.15 More... 23 days ago
Fix LOAD_COMMON_CONSTANT argument values More... 23 days ago
Welcome new 3.13.14 and 3.14.6 versions More... about 1 month ago
Merge pull request #190 from Joel-Flores123/master More... about 1 month ago
add missing call intrinsic 2 function More... about 1 month ago
Merge pull request #189 from Quinntyx/master More... 2 months ago
fix: closes #188 More... 2 months ago
Merge pull request #187 from Quinntyx/python-3.15-support More... 2 months ago
chore: added attribution More... 2 months ago
Keep tolerance for < 3.15 pythons More... 2 months ago
Remove fragile step numbers make_01_frozendict.py More... 2 months ago
Merge pull request #186 from Quinntyx/python-3.15-support More... 2 months ago
chore: add Python 3.15 to cross-version tox environments More... 3 months ago
fix: register Python 3.14.5 as canonical version in magics and op_imports More... 3 months ago
chore: added verified 3.15 .right test data files More... 3 months ago
fix: updated get_opcode_module() to use sys.version_info and PythonImplementation.CPython More... 3 months ago
feat: added 3.15 frozendict marshalling test. More... 3 months ago
chore: added 3.15 tests to test infrastructure More... 3 months ago
feat: updated opcodes to match new dis hastable behavior More... 3 months ago
chore: generated pyc test cases for CPython 3.15.0b1 More... 3 months ago
fix: t_unicode now unmarshalls with surrogatepass enabled, as Python 3 supports surrogate code points More... 3 months ago
fix: t_dict can no longer terminate on null values, only null keys More... 3 months ago
fix: t_long now uses read_int32 instead of read_uint32 More... 3 months ago
feat: created frozendict unmarshalling test More... 3 months ago
chore: added 3.15 to version list More... 3 months ago
fix: configurable lib_prefix via env variable More... 3 months ago
fix: updated test to skip 1: None requirement on 3.15+ due to movement of None out of co_consts and into LOAD_COMMON_CONSTS More... 3 months ago
feat: implemented 3.15 lazy/eager import instruction decoding and offset More... 3 months ago
feat: added frozendict polyfill type to allow unmarshalling CPython 3.15+ bytecode on pre-3.15 versions More... 3 months ago