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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused internal macros (#102415)
Mark Dickinson
2023-03-04
1
-15/+0
*
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel
2023-03-02
2
-6/+7
*
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow
2023-02-28
1
-3/+4
*
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow
2023-02-28
4
-10/+11
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
4
-11/+58
*
gh-101476: Add _PyType_GetModuleState (GH-101477)
Erlend E. Aasland
2023-02-23
1
-0/+16
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
2
-4/+3
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-7/+21
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
1
-0/+6
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
1
-2/+2
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
3
-0/+11
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
1
-0/+3
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
6
-57/+109
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
4
-0/+10
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
3
-19/+32
*
GH-100987: Refactor `_PyInterpreterFrame` a bit, to assist generator improvem...
Mark Shannon
2023-02-13
1
-4/+2
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
3
-2/+11
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+4
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
4
-4/+18
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
2
-12/+14
*
Post 3.12.0a5
Thomas Wouters
2023-02-07
1
-1/+1
*
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
1
-2/+2
*
gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)
Ayappan Perumal
2023-02-02
1
-0/+6
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
2
-16/+28
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
2
-5/+12
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
4
-0/+5
*
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...
Steve Dower
2023-01-27
2
-2/+8
*
gh-101152: Implement PEP 699 (GH-101193)
ram vikram singh
2023-01-24
1
-0/+4
*
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
3
-3/+10
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
1
-0/+3
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
5
-18/+27
*
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
1
-0/+2
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
3
-21/+23
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-0/+6
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
2
-2/+22
*
Post 3.12.0a4
Thomas Wouters
2023-01-10
1
-1/+1
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
1
-2/+2
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-0/+15
*
gh-100758: Refactor initialisation of frame headers into a single function (_...
Irit Katriel
2023-01-06
1
-4/+8
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
4
-90/+90
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
3
-55/+63
*
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon
2023-01-05
2
-27/+26
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
1
-1/+5
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-1/+10
*
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira
2023-01-03
1
-0/+2
*
Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)
Mark Hansen
2022-12-31
1
-1/+1
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
4
-0/+10
*
Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-1...
Ken Jin
2022-12-23
2
-29/+28
*
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
Ken Jin
2022-12-23
2
-28/+29
*
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Pieter Eendebak
2022-12-23
1
-0/+4
[next]