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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-87092: Make jump target label equal to the offset of the target in the ins...
Irit Katriel
2023-02-28
1
-51/+64
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-1/+1
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
1
-4/+111
*
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney
2023-02-27
2
-6/+2
*
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
Kumar Aditya
2023-02-25
1
-3/+10
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
2
-39/+38
*
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...
Mark Shannon
2023-02-22
3
-30/+20
*
gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecur...
Owain Davies
2023-02-21
1
-4/+0
*
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel
2023-02-20
1
-7/+16
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
6
-145/+145
*
gh-97786: Fix compiler warnings in pytime.c (#101826)
Mark Dickinson
2023-02-20
1
-6/+29
*
gh-101967: add a missing error check (#101968)
Eclips4
2023-02-18
1
-1/+3
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
1
-0/+20
*
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
2023-02-16
2
-0/+4
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
1
-2/+91
*
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
penguin_wwy
2023-02-16
1
-2/+2
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
1
-2/+1
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
4
-10/+120
*
gh-101758: Fix the wasm Buildbots (gh-101943)
Eric Snow
2023-02-16
1
-0/+4
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
1
-2/+74
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
9
-987/+1363
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
1
-5/+9
*
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Mark Shannon
2023-02-15
2
-0/+2
*
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow
2023-02-14
1
-10/+95
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
6
-41/+55
*
gh-101810: Remove duplicated st_ino calculation (GH-101811)
James Lee
2023-02-13
1
-2/+0
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
6
-78/+139
*
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)
Sergey B Kirpichev
2023-02-09
1
-1/+1
*
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum
2023-02-09
2
-227/+56
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
5
-583/+630
*
gh-101670: typo fix in PyImport_AppendInittab() (GH-101672)
Sergey B Kirpichev
2023-02-08
1
-1/+1
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
David Hewitt
2023-02-08
1
-4/+5
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
10
-120/+171
*
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum
2023-02-08
3
-32/+22
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-08
3
-30/+12
*
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum
2023-02-07
3
-45/+46
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
5
-11/+53
*
gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in th...
Irit Katriel
2023-02-07
3
-54/+40
*
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum
2023-02-07
3
-75/+104
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-3/+0
*
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel
2023-02-06
3
-22/+21
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
1
-21/+4
*
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...
Irit Katriel
2023-02-03
3
-54/+53
*
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...
Irit Katriel
2023-02-03
3
-42/+40
*
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...
Irit Katriel
2023-02-02
3
-34/+34
*
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum
2023-02-01
3
-77/+66
*
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...
Irit Katriel
2023-02-01
4
-98/+97
*
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum
2023-02-01
3
-230/+205
*
GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)
Brandt Bucher
2023-01-31
1
-60/+24
*
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi...
Irit Katriel
2023-01-31
3
-38/+40
[prev]
[next]