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
/
Programs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more remnants of deepfreeze (#118159)
Guido van Rossum
2024-04-22
2
-22/+0
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-2/+0
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
1
-25/+25
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-0/+12
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
1
-11/+11
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-11/+11
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+1
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-1/+58
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-3/+3
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-11/+11
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
2
-4/+0
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
1
-11/+11
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-0/+7
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-1/+1
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
1
-11/+11
*
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Victor Stinner
2023-08-16
1
-0/+5
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-11/+11
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
1
-2/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-26/+26
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-32/+30
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-2/+1
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-4/+4
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
1
-2/+1
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-33/+33
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
1
-29/+28
*
gh-102650: Remove duplicate include directives from multiple source files (#1...
chgnrdv
2023-03-13
1
-1/+0
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-25/+25
*
GH-99554: Pack location tables more effectively (GH-99556)
Brandt Bucher
2022-12-22
1
-11/+8
*
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Kai Zhang
2022-12-10
1
-0/+2
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
2
-0/+5
*
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
SQLPATCH
2022-11-24
1
-0/+1
*
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
Kumar Aditya
2022-11-09
1
-2/+8
*
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan
2022-10-30
1
-19/+43
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-28/+28
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-2/+13
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
2
-2/+2
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+4
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-0/+68
*
gh-96678: Avoid undefined behaviour in test (#96672)
Matthias Görgens
2022-09-13
1
-1/+1
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
1
-8/+10
*
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
neonene
2022-07-13
1
-0/+2
*
gh-94485: Set line number of module's RESUME instruction to 0, as specified b...
Irit Katriel
2022-07-05
1
-11/+11
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
1
-30/+31
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
neonene
2022-06-16
1
-0/+41
*
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Ken Jin
2022-06-14
1
-34/+35
*
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin
2022-06-03
1
-4/+4
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-21/+19
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
2
-1/+10
*
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Inada Naoki
2022-05-04
1
-8/+8
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-15/+11
[next]