]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-02-01  Serhiy Storchakagh-143904: Raise OverflowError instead of IndexError... 144349/head
2026-02-01  Jelle Zijlstragh-144348: annotationlib: fix test that relies on set...
2026-02-01  AN LongFix unused variable 'COLORS' warning in optimizer.c...
2026-01-31  adam j hartzgh-143055: Implementation of PEP 798 (#143056)
2026-01-30  Pablo Galindo... gh-144319: Fix huge page safety in pymalloc arenas... 128880/head
2026-01-30  Sam Grossgh-120321: Make gi_yieldfrom thread-safe in free-thread...
2026-01-30  reidengh-144280: Add missing predicate symbol to case-switch...
2026-01-30  Sam Grossgh-144295: Fix data race in dict method lookup and...
2026-01-30  Hai Zhugh-144145: Track nullness of properties in the Tier...
2026-01-30  Maurycy Pawłowski... gh-144342: Use `time.sleep` in `profiling.sampling...
2026-01-30  Divyanshu Choudhurygh-143423: Fix free-threaded build detection in samplin...
2026-01-29  Pieter Eendebakgh-143192 Avoid incref/decref pair in long_bitwise...
2026-01-29  Yongtao Huanggh-144307: Fix a reference leak during module teardown...
2026-01-29  Yongtao HuangTest: fix stale uops usage in `test_capi/test_opt.py...
2026-01-29  Hai Zhugh-143946: Add more debug info in `optimize_uops` ...
2026-01-29  Serhiy Storchakagh-144264: Speed up Base64 decoding of data containing...
2026-01-29  cuigh-144322: typo This errors to These errors (#144323)
2026-01-29  Serhiy Storchakagh-144206: Improve error messages for buffer overflow...
2026-01-29  Victor Stinnergh-144309: Build Python with POSIX 2024 (#144310)
2026-01-29  Pablo Galindo... gh-144319: Add huge pages support for pymalloc (#144320)
2026-01-28  Malcolm Smithgh-142387: Reduce Android testbed API level to 33 ...
2026-01-28  Giampaolo Rodolagh-83069: Use efficient event-driven `subprocess.Popen...
2026-01-28  stratakisgh-144194: Fix mmap failure check in perf_jit_trampolin...
2026-01-28  Pieter Eendebakgh-140232: Do not track frozenset objects with immutabl...
2026-01-28  Romuald Brunetgh-144249: Report filename in SSLContext.load_cert_chai...
2026-01-27  Sam Grossgh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
2026-01-27  Sam Grossgh-120321: Add missing "return false" in gen_try_set_ex...
2026-01-27  Diego RussoGH-126910: add test for manual frame unwinding (#144137)
2026-01-27  Stefano RiveraAvoid TestNullDlsym hanging on HP-PA (#141011)
2026-01-27  Nathan Goldbaumgh-143883: Use named parameters in PyModExport-related...
2026-01-27  Stefano Riveragh-126014: test_makefile_test_folders: Ignore basically...
2026-01-27  Bartosz Sławeckigh-142119: Clarify that one `contextvars.Token` can...
2026-01-27  Nathan Goldbaumgh-144257: document return values of PyModule_SetDocStr...
2026-01-26  Serhiy Storchakagh-142037: Fix a refleak introduced in GH-142081 (GH...
2026-01-26  Serhiy Storchakagh-144001: Support ignorechars in binascii.a2b_base64...
2026-01-26  Jeong, YunWongh-142966: Make ctypes.POINTER.set_type also reset...
2026-01-26  Victor Stinnergh-101888: Add function.__builtins__ to ref documentati...
2026-01-26  Bartosz Sławeckigh-142119: Clarify context manager protocol documentati...
2026-01-26  Jake Lishmangh-140557: Force alignment of empty `bytearray` and...
2026-01-26  FooIbargh-144212: Add `image/jxl` to `mimetypes` (GH-144213)
2026-01-26  Yashrajgh-143928: Remove outdated comparison between pickle...
2026-01-26  VanshAgarwal24036gh-144100: Fix crash for POINTER(str) used in ctypes...
2026-01-26  Priyanshu Singhgh-144128: Fix crash in array.fromlist with reentrant...
2026-01-26  Solomon Ritzowgh-144233: Fix typo in os.eventfd documentation (#144234)
2026-01-26  Jelle Zijlstragh-144169: Fix three crashes in AST objects with non...
2026-01-25  benediktjohannesgh-144217: Add dicom support (medical imaging) to mimet...
2026-01-25  AN Longgh-143995: Eliminate redundant refcounting in the JIT...
2026-01-25  Yashrajgh-143504: Expose CELL status of a symbol in symtable...
2026-01-24  Yi Yanggh-144140: Optimize len for string constants in optimiz...
2026-01-24  mdehoonRemove stray typedef in _tkinter.c (GH-142924)
2026-01-24  Serhiy Storchakagh-142037: Improve error messages for printf-style...
2026-01-24  Marc Muellergh-142913: Add generated test files to gitattributes...
2026-01-24  reidengh-130415: Narrow types to constants in branches involv...
2026-01-24  Hai Zhugh-144068: fix JIT tracer memory leak when daemon threa...
2026-01-24  Yongtao HuangMisc: remove duplicate `instr_frame` assignment in...
2026-01-24  Ken Jingh-144016: Fix bad stack assert in the JIT optimizer...
2026-01-24  AN Longgh-144007: Eliminate redundant refcounting in the JIT...
2026-01-24  Terry Jan Reedygh-135142: Initial 3.15 IDLE News3.txt entries (#144200)
2026-01-23  Zachary Waregh-74902: Avoid hitting unicode.org for test data ...
2026-01-23  Serhiy Storchakagh-144027: Fix documentation for ignorechars in base64...
2026-01-23  AN Longgh-144005: Eliminate redundant refcounting in the JIT...
2026-01-23  Petr Viktoringh-141376: smelly.py: Print only smelly symbols, or...
2026-01-23  Bartosz SławeckiProgramming FAQ: fix some punctuaction typos (GH-144058)
2026-01-23  Seth Michael... gh-144125: email: verify headers are sound in BytesGene...
2026-01-23  Yongtao HuangDoc: fix incorrect reference in `isasyncgenfunction...
2026-01-22  Alex Willmergh-143513: Remove importlib.abc documentation for remov...
2026-01-22  Dimma Don'tAdd source links to documentation for Windows-specific...
2026-01-22  Sam Grossgh-143756: Avoid borrowed reference in SSL code (gh...
2026-01-22  Sam Grossgh-143756: Fix potential data race in SSLContext.load_c...
2026-01-22  Gregory P.... gh-144157: Optimize bytes.translate() by deferring...
2026-01-22  stratakisgh-142779: Initialize reserved field for proper padding...
2026-01-22  Serhiy Storchakagh-67041: Allow to distinguish between empty and not...
2026-01-22  Jeong, YunWongh-143001: Add @cpython_only to test_sys.test_current_f...
2026-01-22  Mark ShannonGH-139109: Partial reworking of JIT data structures...
2026-01-22  Petr Viktoringh-141004: Mark up constants for `PyOS_double_to_string...
2026-01-22  Jeong, YunWongh-143959: Make _datetime optional for test_sys (GH...
2026-01-22  Rafael Weingartner... gh-143993: Document ways to disable remote debugging...
2026-01-22  Petr Viktoringh-142913: Revert adding test_replaced_interpreter...
2026-01-22  reidengh-130415: Narrowing to constants in branches involving...
2026-01-21  Brett CannonGH-143941: Move WASI-related files to Platforms/WASI...
2026-01-21  Serhiy Storchakagh-77188: Add pickle tests for objects with slots ...
2026-01-21  Mark ShannonGH-138245: Perform boolean guards by testing a single...
2026-01-21  Steve DowerUpdate install manager docs (python/pymanager#227)...
2026-01-21  CF Bolz-Tereickgh-144030: Add check that argument is callable to Pytho...
2026-01-21  Sergey B Kirpichevgh-143869: Add PEP 757 functions to the limited API...
2026-01-21  Yongtao Huanggh-144085: Add `{gi,cr}_suspended` to `inspect` comment...
2026-01-21  Serhiy Storchakagh-125346: Deprecate accepting standard Base64 alphabet...
2026-01-21  Tim PetersGH-143948: Explain graphlib's cycle-finding code (...
2026-01-20  Seth Michael... gh-143919: Reject control characters in http cookies
2026-01-20  Seth Michael... gh-143923: Reject control characters in POP3 commands
2026-01-20  Seth Michael... gh-143925: Reject control characters in data: URL media...
2026-01-20  Seth Michael... gh-143921: Reject control characters in IMAP commands
2026-01-20  Donghee Nagh-141504: Move PYTHON_UOPS_OPTIMIZE to policy object...
2026-01-20  Neil Schemenauergh-144054: no deferred refcount for untracked (gh-144081)
2026-01-20  Sam Grossgh-143939: Fix assignment to `_PyThreadStateImpl.genera...
2026-01-20  Hugo van Kemenadegh-143960: Add support for OpenSSL 3.6, drop EOL 3...
2026-01-20  Neil Schemenauergh-144054: shutdown fix for deferred ref counting ...
2026-01-20  Sergey B KirpichevUpdate struct.__doc__: _Bool available unconditionally...
2026-01-20  VanshAgarwal24036gh-144050: Fix stat.filemode pure Python file type...
2026-01-20  Yongtao Huanggh-143999: Fix: handle suspended state on types.corouti...
next