COMMITS
/ Makefile.pre.in October 30, 2025
V
gh-139353: Add Objects/unicode_writer.c file (#139911)
Victor Stinner committed
S
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych committed
October 10, 2025
V
gh-139353: Add Objects/unicode_format.c file (#139491)
Victor Stinner committed
October 8, 2025
V
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner committed
October 7, 2025
V
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner committed
V
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Victor Stinner committed
V
gh-79315: Add Include/cpython/sliceobject.h header (#139729)
Victor Stinner committed
V
gh-79315: Add Include/cpython/marshal.h header (#139725)
Victor Stinner committed
October 5, 2025
S
GH-137218: Fix unnecessary recompile of `Programs/_freeze_module` (#139241)
Savannah Ostrowski committed
October 4, 2025
October 1, 2025
V
gh-139322: Create test_os package (#139453)
Victor Stinner committed
September 22, 2025
S
GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil changes) (GH-139170)
Savannah Bailey committed
September 19, 2025
L
gh-138310: Adds sys.audit event for import_module (#138311)
Lisa Roach committed
R
gh-138171: Migrate iOS testbed location and add Apple build script (#138176)
Russell Keith-Magee committed
S
GH-137218: Update `make` for JIT stencils (#137265)
Savannah Bailey committed
September 17, 2025
D
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na committed
H
September 9, 2025
L
gh-135953: Add flamegraph reporter to sampling profiler (#138715)
László Kiss Kollár committed
September 5, 2025
J
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
Jacob Walls committed
August 31, 2025
C
gh-138013: Make ``test.test_io`` into a package (#138153)
Cody Maloney committed
August 28, 2025
S
gh-73487: Convert _decimal to use Argument Clinic (part 6) (GH-138015)
Sergey B Kirpichev committed
August 27, 2025
P
gh-138122: Implement PEP 799 (#138142)
Pablo Galindo Salgado committed
August 6, 2025
F
gh-137056: Fix DTrace build support on NetBSD (GH-137057)
Furkan Onder committed
August 1, 2025
July 31, 2025
A
gh-137025: Include ``python.worker.mjs`` in the Emscripten Web Example (#137236)
adam j hartz committed
July 28, 2025
B
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran committed
July 24, 2025
A
gh-136759: rename `lock.h` to `pylock.h` (#137041)
AN Long committed
July 22, 2025
H
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
Hood Chatham committed
July 21, 2025
A
gh-136251: Improvements to WASM demo REPL (GH-136252)
adam j hartz committed
July 10, 2025
L
gh-135953: Implement sampling tool under profile.sample (#135998)
László Kiss Kollár committed
June 11, 2025
E
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow committed
May 25, 2025
P
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado committed
May 14, 2025
E
gh-132983: Style improvements for `compression.zstd` (#133547)
Emma Smith committed
May 10, 2025
A
gh-132983: Reduce the size of ``_zstdmodule.h`` (#133793)
Adam Turner committed
A
gh-117088: Fix AIX build (GH-132595)
Ayappan Perumal committed
May 6, 2025
E
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith committed
May 5, 2025
S
gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)
Sergey B Kirpichev committed
D
gh-133376: build: allow parser.c to be created if missing (#133378)
dura0ok committed
May 4, 2025
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 28, 2025
J
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra committed
E
gh-132983: Install compression package contents (#133063)
Emma Smith committed
April 20, 2025
B
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
Bénédikt Tran committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
K
gh-130587: Invoke regen-token rst with rstfile as an argument (#132304)
Karolina Surma committed
C
Remove a duplicate word in the Makefile (#132301)
Chu committed
April 4, 2025
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 31, 2025
S
gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866)
stratakis committed