index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_code.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-1...
Eric Snow
2025-06-13
1
-0/+5
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-2/+46
*
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow
2025-05-08
1
-0/+27
*
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow
2025-05-08
1
-20/+34
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
1
-34/+20
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+26
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
1
-20/+75
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-0/+230
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
1
-230/+0
*
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow
2025-04-30
1
-0/+230
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
2025-04-29
1
-0/+123
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
1
-0/+59
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
1
-0/+9
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-5/+5
*
gh-130851: Don't crash when deduping unusual code constants (#130853)
Sam Gross
2025-03-05
1
-0/+17
*
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel
2025-01-16
1
-5/+5
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
1
-0/+40
*
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang
2024-11-08
1
-0/+41
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-2/+57
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-2/+3
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-7/+1
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
1
-1/+1
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
1
-1/+22
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-1/+5
*
gh-117683: Fix test_free_different_thread failures with GIL disabled (#117685)
Sam Gross
2024-04-16
1
-2/+6
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
1
-0/+2
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-4/+3
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
1
-0/+1
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
1
-4/+4
*
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao
2023-09-09
1
-0/+19
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+7
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-1/+1
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-1/+1
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-5/+5
*
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev
2023-04-03
1
-0/+7
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-3/+3
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+1
*
GH-100117: Make `co_lines` more efficient (GH-100447)
Brandt Bucher
2023-01-10
1
-1/+2
*
gh-94155: Reduce hash collisions for code objects (#100183)
Dennis Sweeney
2022-12-23
1
-0/+26
*
gh-100077: make test_code.test_invalid_bytecode more robust and maintainable ...
Irit Katriel
2022-12-07
1
-8/+12
*
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...
Brandt Bucher
2022-10-05
1
-0/+33
*
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille
2022-09-20
1
-0/+11
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
1
-0/+21
*
Revert "gh-94816: Improve coverage of decode_linetable (GH-94853)" (GH-94982)
Michael Droettboom
2022-07-18
1
-23/+0
*
gh-94816: Improve coverage of decode_linetable (GH-94853)
Michael Droettboom
2022-07-14
1
-0/+23
*
gh-94485: Set line number of module's RESUME instruction to 0, as specified b...
Irit Katriel
2022-07-05
1
-1/+0
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes
2022-06-24
1
-0/+2
*
GH-93662: Make sure that column offsets are correct in multi-line method call...
Mark Shannon
2022-06-14
1
-1/+30
*
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...
Mark Shannon
2022-04-21
1
-0/+3
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-39/+130
[next]