COMMITS
/ Include/internal/pycore_runtime_init_generated.h April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 28, 2025
J
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra committed
April 11, 2025
J
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 28, 2025
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 26, 2025
S
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross committed
J
gh-130881: Handle conditionally defined annotations (#130935)
Jelle Zijlstra committed
March 24, 2025
P
gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
Petr Viktorin committed
December 13, 2024
M
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon committed
November 21, 2024
V
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner committed
November 4, 2024
S
gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)
sobolevn committed
October 10, 2024
S
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross committed
October 8, 2024
C
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney committed
September 25, 2024
N
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120752)
Nice Zombies committed
R
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
Raymond Hettinger committed
September 5, 2024
P
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin committed
July 16, 2024
K
gh-121621: Move asyncio running loop to thread state (GH-121695)
Ken Jin committed
June 22, 2024
K
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 12, 2024
June 11, 2024
J
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra committed
June 3, 2024
E
gh-117398: Add datetime Module State (gh-119810)
Eric Snow committed
June 2, 2024
M
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson committed
May 29, 2024
M
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens committed
May 22, 2024
E
J
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
April 23, 2024
April 17, 2024
I
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel committed
April 16, 2024
V
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner committed
April 12, 2024
S
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka committed
March 26, 2024
I
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel committed
March 12, 2024
V
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner committed
February 28, 2024
J
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra committed
February 15, 2024
M
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192 committed
February 13, 2024
S
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
Steve Dower committed
February 6, 2024
M
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak committed
January 30, 2024
E
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder committed
January 29, 2024
M
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
mpage committed
January 24, 2024
M
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon committed
January 16, 2024
S
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka committed
January 11, 2024
N
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev committed
January 8, 2024
P
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
Pablo Galindo Salgado committed
November 27, 2023
G
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay committed
October 17, 2023
V
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
August 31, 2023
V
Run make regen-global-objects (#108714)
Victor Stinner committed
August 29, 2023
S
gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636)
Serhiy Storchaka committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed