]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-02-07  Damian Shawgh-144538: Upgrade bundled pip to 26.0.1 (gh-144556)
2026-02-07  Alpergh-144490: Fix C++ compatibility in pycore_cell.h ...
2026-02-06  Krishna-web-hubgh-84116: Docs: Document help and aliases for argparse...
2026-02-06  Ken Jingh-144549: Fix tail calling interpreter on Windows...
2026-02-06  Hugo van Kemenadegh-143658: Use `str.lower` and `replace` to further...
2026-02-06  Ken Jingh-132132: Upgrade to VS 2026 on Windows tailcall CI...
2026-02-06  Stan Ulbrychgh-140715: Update `datetime.*.str*time` format code...
2026-02-06  Victor Stinnergh-144490: Fix test_cppext: test the internal C API...
2026-02-06  Sam Grossgh-144513: Skip critical section locking during stop...
2026-02-06  Sam Grossgh-144446: Fix some frame object thread-safety issues...
2026-02-06  kangtasticgh-101178: Add Ascii85, Base85, and Z85 support to...
2026-02-06  Sam Grossgh-139103: Improve namedtuple scaling in free-threaded...
2026-02-06  Ned BatchelderDocs: module pages should not link to themselves (...
2026-02-06  Petr Viktoringh-141004: Reorganize and reword the 'Useful macros...
2026-02-06  Stan UlbrychDocs: Pull expat license from `Modules/expat/` in ...
2026-02-06  David Lechnergh-144493: Improve error message in _overlapped.BindLoc...
2026-02-05  Seth Michael... gh-74453: Deprecate os.path.commonprefix (#144436)
2026-02-05  Zackery Spytzgh-77188: Add support for pickling private methods...
2026-02-05  Serhiy Storchakagh-144001: Support ignoring the invalid pad character...
2026-02-05  Serhiy Storchakagh-74955: Document that __all__ must contain strings...
2026-02-05  Raymond HettingerMore realistic lru_cache example (gh-144517)
2026-02-05  NewUserHagh-142407: Clarify copy performance on Windows in shuti...
2026-02-05  Seth Michael... gh-144484: Warn users not to use wsgiref in production 144516/head
2026-02-05  Serhiy Storchakagh-144148: Update the urllib.parse documentation (GH...
2026-02-05  Stan Ulbrychgh-144363: Update bundled libexpat to 2.7.4 (#144365)
2026-02-05  Victor Stinnergh-144330: Initialize classmethod and staticmethod...
2026-02-05  Mark ShannonGH-144179: Use recorded values to make optimizer more...
2026-02-04  Raymond HettingerItertools recipes: Replace the tabulate() example...
2026-02-04  Pieter Eendebakgh-123471: Make concurrent iteration over `itertools...
2026-02-04  Serhiy Storchakagh-143962: Improve name suggestions for not normalized...
2026-02-04  Adorilson Bezerragh-106318: Add examples for `str.startswith()` method...
2026-02-04  Peter Biermagh-141004: Document remaining `pyport.h` utility macros...
2026-02-04  Petr Viktoringh-141984: Reword and reorganize Subscription (and...
2026-02-04  Victor Stinnergh-140824: Fix _Py_DumpExtensionModules() to ignore...
2026-02-04  Lucas Colleygh-142903: add conda-forge license for pixi-packages...
2026-02-04  Serhiy Storchakagh-144386: Add support for descriptors in ExitStack...
2026-02-04  kovangh-141444: Replace dead URL in urllib.robotparser examp...
2026-02-04  Guido Imperialegh-143120: pixi builds for free-threading and TSAN...
2026-02-03  Max BachmannRemove unused PYEXPAT_EXPORTS from PCBuild/pyexpat...
2026-02-03  Sam Grossgh-120321: Add gi_state, cr_state, and ag_state attribu...
2026-02-03  Sam Grossgh-139103: Use borrowed references for positional args...
2026-02-03  AN Longgh-127313: Use getLogger() without argument to get...
2026-02-03  Seth Michael... gh-74453: Add stronger security warning to os.path...
2026-02-03  Adorilson Bezerragh-106318: Add examples for str.rindex() method (#143887)
2026-02-03  Taneli Hukkinengh-142956: Update `tomllib` to parse TOML 1.1.0 (#144243)
2026-02-03  Thomas Kluyvergh-144377: Clean up sqlite3 Connection's list of weakre...
2026-02-03  AN Longgh-132888: Fix Windows API error checking in pyrepl...
2026-02-03  Sam Grossgh-139103: use `METH_FASTCALL` for tp_new_wrapper ...
2026-02-03  Malcolm Smithgh-144415: Android testbed fixes (#142912)
2026-02-02  Serhiy Storchakagh-75572: Speed up test_xpickle (GH-144393)
2026-02-02  Hai Zhugh-139109: Replace `_CHECK_STACK_SPACE` with `_CHECK_ST...
2026-02-02  Mark ShannonGH-144179: Add value recording to JIT tracing front...
2026-02-02  Seth Michael... gh-144376: Only run 'address' fuzzer for python3-librar...
2026-02-02  Stan Ulbrychgh-144242: Note that issues aren't needed for typos...
2026-02-02  AN Longgh-142555: Fix null pointer dereference in array.__seti...
2026-02-02  Petr Viktoringh-134160: "First extension module" tutorial improvemen...
2026-02-02  Hai Zhugh-144145: Revert PR#144122 for performance and potenti...
2026-02-02  Serhiy Storchakagh-144001: Simplify Base64 decoding with altchars and...
2026-02-02  Sergey B Kirpichevgh-115231: Fill __module__ for built-in staticmethods...
2026-02-02  Guilherme Leobasdocs: update dangling reference to `LOAD_METHOD` in...
2026-02-02  Ruiyang Kegh-144380: Fix incorrect type check in `buffered_iterne...
2026-02-02  Peter Biermagh-144277: Fix usage of free-threaded terminology in...
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...
next