]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-22  Saculgh-146261: Fix bug in `_Py_uop_sym_set_func_version...
2026-03-22  Serhiy Storchakagh-145144: Add more tests for UserList, UserDict, etc...
2026-03-22  Serhiy Storchakagh-143959: Fix test_datetime if _datetime is unavailabl...
2026-03-22  AN Longgh-146245: Fix reference and buffer leaks via audit...
2026-03-22  Stan Ulbrychgh-140049: Colorize exception notes in `traceback.py...
2026-03-22  Serhiy StorchakaUpdate docs for gh-146056 (GH-146213)
2026-03-21  Hugo van KemenadeDocs: replace all `datetime` imports with `import datet...
2026-03-21  Jonathan Dunggh-146153: Use `frozendict` in pure python fallback...
2026-03-21  andreuu-tsaigh-138234: clarify returncode behavior for subprocesses...
2026-03-21  Kumar Adityagh-140947: fix contextvars handling for server tasks...
2026-03-21  Sergey MiryanovGH-100108: Add async generators best practices section...
2026-03-21  Mark ShannonGH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER...
2026-03-20  Jason R. Coombsgh-146228: Better fork support in cached FastPath ...
2026-03-20  Sam Grossgh-146227: Fix wrong type in _Py_atomic_load_uint16...
2026-03-20  Victor Stinnergh-145980: Fix copy/paste mistake in binascii.c (#146230)
2026-03-20  Victor Stinnergh-146092: Raise MemoryError on allocation failure...
2026-03-20  Wulian233gh-91279: Note `SOURCE_DATE_EPOCH` support in `ZipFile...
2026-03-20  Shamilgh-146196: Fix Undefined Behavior in _PyUnicodeWriter_W...
2026-03-20  Seth Michael... gh-143930: Reject leading dashes in webbrowser URLs
2026-03-20  Petr Viktoringh-145916: Soft-deprecate ctypes.util.find_library...
2026-03-20  AN Longgh-146205: Check the errno with != 0 in close impls...
2026-03-20  Pablo Galindo... gh-146171: Fix nested AttributeError suggestions (...
2026-03-20  Ken Jingh-146099: Optimize _GUARD_CODE_VERSION+IP via function...
2026-03-20  Serhiy Storchakagh-145980: Add support for alternative alphabets in...
2026-03-20  Matthias Schoettlegh-145754: Update signature retrieval in unittest.mock...
2026-03-19  Hood Chathamgh-145177: Add emscripten run --test, uses test args...
2026-03-19  Mingzhu Yangh-131798: JIT: optimize _LOAD_COMMON_CONSTANT (GH...
2026-03-19  Hood Chathamgh-145177: Add make-dependencies command to emscripten...
2026-03-19  Serhiy StorchakaImprove tests for the PyUnicodeWriter C API (GH-146157)
2026-03-19  Saculgh-145866 : Update JIT contributor list (GH-146170)
2026-03-19  Sergey B Kirpichevgh-145633: Refine notes on non-IEEE platforms (#145845)
2026-03-19  Sergey MiryanovGH-146096: Fix segfault in BaseExceptionGroup repr...
2026-03-19  Carlos Sousagh-137696: Rename 'fort' parameter to 'order' in PyBuff...
2026-03-19  Saculgh-145866: Convert `SET_UPDATE` to leave its inputs...
2026-03-19  Tan Longgh-145394: Remove duplicated `isearch_add_character...
2026-03-19  Lysandros Nikolaough-145254: Fix formatting of thread safety annotations...
2026-03-19  Okiemute Enatogh-146091: Fix NULL check in termios.tcsetwinsize ...
2026-03-19  Hood Chathamgh-145177: Put node version into emscripten/config...
2026-03-19  Serhiy Storchakagh-146143: Fix the PyUnicodeWriter_WriteUCS4() signatur...
2026-03-19  Serhiy Storchakagh-146056: Fix list.__repr__() for lists containing...
2026-03-19  Hood Chathamgh-145805: Add `python Platforms/emscripten run` subcom...
2026-03-18  Victor Stinnergh-145410: Add _sysconfig.get_platform() function ...
2026-03-18  Victor Stinnergh-141510: Document isinstance change for frozendict...
2026-03-18  Stan Ulbrychgh-146121: `pkgutil.get_data()` reject invalid resource...
2026-03-18  Victor Stinnergh-146092: Handle _PyFrame_GetFrameObject() failures...
2026-03-18  Victor Stinnergh-146093: Fix csv _set_str(): check if PyUnicode_Decod...
2026-03-18  Hai Zhugh-144888: JIT executor bloom filter wide-type optimiz...
2026-03-18  Bartosz Grabowskidocs: fix f-string in ExceptionGroup example (#146108)
2026-03-18  Lysandros Nikolaough-142518: Annotate PyList_* C APIs for thread safety...
2026-03-18  Victor Stinnergh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE...
2026-03-18  Serhiy Storchakagh-66419: Make optional arguments with nargs=REMAINDER...
2026-03-18  Lysandros Nikolaough-142518: Add thread safety notes for the buffer proto...
2026-03-18  Stan Ulbrychgh-146076: Fix crash when a `ZoneInfo` subclass is...
2026-03-18  Michiel W.... GH-60729: Add IEEE format wave audio support (GH-145931)
2026-03-18  bkap123gh-146075: Prevent crash in `functools.partial()` from...
2026-03-18  Stan UlbrychFix entry in `fuzz_pycompile.dict` (GH-146069)
2026-03-17  Sam Grossgh-145779: Improve classmethod/staticmethod scaling...
2026-03-17  Ken Jingh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
2026-03-17  Michiel W.... gh-144975: Fix wave.Wave_write.setframerate() validatio...
2026-03-17  Ramin Farajpour... gh-145966: Fix _csv DIALECT_GETATTR macro silently...
2026-03-17  Saculgh-131798: Optimize `_ITER_CHECK_RANGE` and `_ITER_CHEC...
2026-03-17  Stan Ulbrychgh-146054: Limit the growth of `encodings.search_functi...
2026-03-17  Serhiy Storchakagh-144545: Improve handling of default values in Argume...
2026-03-17  Ned BatchelderDocs: a brief note in the sets tutorial about order...
2026-03-17  Hood Chathamgh-145176 Move Emscripten files into Platforms/emscript...
2026-03-16  Hugo van Kemenadegh-142927: Move hotspots up flamegraph sidebar (#145428)
2026-03-16  trag1cDocs: remove unmatched parenthesis for `asyncio.TaskGro...
2026-03-16  wavebyrdgh-145870: Fix Format.SOURCE reference in get_annotatio...
2026-03-16  dependabot... build(deps): bump hypothesis from 6.135.26 to 6.151...
2026-03-16  Ken Jingh-127958: Trace from RESUME in the JIT (GH-145905)
2026-03-16  Hai Zhu gh-144888: Replace bloom filter linked lists with...
2026-03-16  Sam Grossgh-135329: Remove flaky test_repl_eio test (gh-145932)
2026-03-16  Ken Jingh-146018: Disable over-aggressive optimization for...
2026-03-16  Sergey MiryanovGH-145247: Use _PyTuple_FromPair in exceptions.c (GH...
2026-03-16  Stan Ulbrychgh-145599, CVE 2026-3644: Reject control characters...
2026-03-16  Victor Stinnergh-141510: Avoid critical section on frozendict copy...
2026-03-16  Ramin Farajpour... gh-144984: Fix crash in Expat's `ExternalEntityParserCr...
2026-03-16  Saculgh-145866: Convert `CALL_INTRINSIC_1` to leave its...
2026-03-16  Matt Van Horngh-145649: Fix man page text wrapping for -X option...
2026-03-16  Ken Jingh-139038: Link to Savannah's webpage for JIT results...
2026-03-16  Pieter Eendebakgh-123471: make concurrent iteration over itertools...
2026-03-16  AN Longgh-129849: Add tests for `Py_tp_bases` (#143208)
2026-03-16  RayXuDocs: fix a form error and a grammatical error in float...
2026-03-16  Gregory P.... gh-140814: Fix freeze_support() setting start method...
2026-03-15  Stan UlbrychExpand `fuzz_pycompile.dict` for new syntax
2026-03-15  Gregory P.... gh-145990: sort `--help-env` sections by environment...
2026-03-15  Gregory P.... gh-145990: Sort `python --help-xoptions` by option...
2026-03-15  Shahar Navehgh-145998: Remove duplicated "What's New in 3.15" entry...
2026-03-15  Stan Ulbrychgh-145986: Avoid unbound C recursion in `conv_content_m...
2026-03-15  Stan Ulbrychgh-145976: Remove `Misc/indent.pro` (#145992)
2026-03-15  Gregory P.... gh-122575: gh-142349: fix sys.flags tuple size (it...
2026-03-15  Matthieu Darboisgh-145968: Fix base64.b64decode altchars translation...
2026-03-15  Stan Ulbrychgh-145976: Remove `Misc/{Porting,vgrindefs}` (#145973)
2026-03-15  Lysandros Nikolaough-142518: Document thread-safety guarantees of bytearr...
2026-03-15  Brian SchubertBump mypy to 1.19.1 (#145956)
2026-03-15  Peter Biermagh-141004: Document `PyDTrace*` (GH-141856)
2026-03-14  Guido van Rossumgh-123720: When closing an asyncio server, stop the...
2026-03-14  Stan UlbrychFix `fuzz_builtin_int` fuzzer reproducibility (#145890)
2026-03-14  dependabot... build(deps): bump the actions group with 4 updates...
2026-03-14  Stan Ulbrychgh-137650: Group dependabot actions updates (#145947)
next