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-112519: Make it possible to specify instruction flags for pseudo instructi...
Irit Katriel
2023-11-30
2
-4/+4
*
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Kirill Podoprigora
2023-11-30
1
-9/+3
*
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum
2023-11-29
4
-22/+22
*
gh-112217: Add check to call result for `do_raise()` where cause is a type. (...
apaz
2023-11-27
1
-0/+7
*
gh-111789: Use PyDict_GetItemRef() in Python/_warnings.c (gh-112080)
Serhiy Storchaka
2023-11-27
1
-4/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/symtable.c (gh-112084)
Serhiy Storchaka
2023-11-27
1
-8/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/codecs.c (gh-112082)
Serhiy Storchaka
2023-11-27
1
-5/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081)
Serhiy Storchaka
2023-11-27
1
-6/+3
*
gh-112438: Fix support of format units with the "e" prefix in nested tuples i...
Serhiy Storchaka
2023-11-27
1
-1/+1
*
gh-99606: Make code generated for an empty f-string identical to that of a no...
Irit Katriel
2023-11-26
1
-2/+6
*
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow
2023-11-23
1
-125/+323
*
GH-111485: Sort cases in the case generator output (GH-112315)
Mark Shannon
2023-11-22
1
-4196/+4196
*
gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289)
Michael Droettboom
2023-11-20
1
-12/+11
*
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum
2023-11-20
3
-31/+124
*
gh-111848: Clean up RESERVE() macro (#112274)
Guido van Rossum
2023-11-20
1
-14/+9
*
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum
2023-11-20
5
-4/+60
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
3
-5/+5
*
gh-112234: Remove the toplevel parameter in converttuple() (GH-112235)
Serhiy Storchaka
2023-11-18
1
-16/+6
*
gh-110319: Assert type_version != 0 before using it (#112226)
Guido van Rossum
2023-11-18
2
-4/+4
*
Various small improvements to uop debug output (#112218)
Guido van Rossum
2023-11-17
2
-13/+20
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
3
-1/+22
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
4
-901/+941
*
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon
2023-11-15
3
-38/+34
*
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon
2023-11-14
5
-69/+92
*
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)
Serhiy Storchaka
2023-11-14
3
-140/+51
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
2
-5/+3
*
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
Serhiy Storchaka
2023-11-14
1
-18/+14
*
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
Serhiy Storchaka
2023-11-14
1
-18/+17
*
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher
2023-11-14
2
-27/+23
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
2
-10/+11
*
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
AN Long
2023-11-13
1
-3/+8
*
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Markus Mohrhard
2023-11-13
1
-0/+14
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
1
-9/+13
*
gh-111933: fix broken link to A.Neumaier article (gh-111937)
Sergey B Kirpichev
2023-11-12
1
-1/+4
*
Remove dead code left after gh-110721 (#111905)
Serhiy Storchaka
2023-11-10
1
-37/+0
*
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault
2023-11-09
1
-0/+5
*
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#...
Michael Droettboom
2023-11-09
1
-0/+10
*
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon
2023-11-09
3
-14/+41
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
6
-5/+34
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
2
-0/+110
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
4
-113/+33
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
4
-8/+27
*
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw
2023-11-07
1
-0/+98
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+3
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
3
-35/+18
*
GH-111485: Make BEFORE_WITH a uop (GH-111812)
Brandt Bucher
2023-11-07
4
-7/+55
*
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow
2023-11-06
2
-175/+123
*
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
Mark Shannon
2023-11-06
1
-3/+3
*
GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-1...
Mark Shannon
2023-11-06
2
-117/+119
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
3
-22/+116
[next]