]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2024-02-28  Pierre Ossman... gh-114914: Avoid keeping dead StreamWriter alive (...
2024-02-27  Miguel Britobpo-43952: Fix multiprocessing Listener authkey bug...
2024-02-27  Tahoma Softwaregh-115315: Update time.rst to include microseconds...
2024-02-27  Mark ShannonGH-115816: Assorted naming and formatting changes to...
2024-02-27  Mark ShannonGH-115816: Make tier2 optimizer symbols testable, and...
2024-02-27  Petr Viktoringh-115720: Show number of leaks in huntrleaks progress...
2024-02-26  Jérémie Detreybpo-44865: Fix yet one missing translations in argparse...
2024-02-26  Kien Dangbpo-45101: Add consistency in usage message IO between...
2024-02-26  Emmanuel Ariasgh-77956: Add the words 'default' and 'version' help...
2024-02-26  Steve Dowergh-115582: Make default PC/pyconfig.h work for free...
2024-02-26  Serhiy Storchakagh-113942: Show functions implemented as builtin method...
2024-02-26  Serhiy Storchakagh-112006: Fix inspect.unwrap() for types where __wrapp...
2024-02-26  Michael Droettboomgh-115168: Add pystats counter for invalidated executor...
2024-02-26  Yuriy Chernyshovgh-115882: Reference Unknwn.h for ctypes on Windows...
2024-02-26  Guido van RossumRename tier 2 redundancy eliminator to optimizer (...
2024-02-26  Brandt BucherGH-115802: JIT "small" code for macOS and Linux (GH...
2024-02-26  Jason R. CoombsAdd Jason as an owner of configparser to coordinate...
2024-02-26  Michael Droettboomgh-113706: Update comment about long int representation...
2024-02-26  Pablo Galindo... gh-115823: Calculate correctly error locations when...
2024-02-26  Nikita Sobolevgh-115931: Fix `SyntaxWarning`s in `test_unparse` ...
2024-02-26  Phil ElsonDoc: Clarify the return type of Event.wait when timeout...
2024-02-26  Antti Haapalagh-115091: Remove a left-over sentence that refers...
2024-02-26  Alex Waygoodgh-115881: Ensure `ast.parse()` parses conditional...
2024-02-26  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst...
2024-02-26  Terry Jan Reedygh-115921: Change 'equation' to 'expression' in random...
2024-02-26  Russell Keith... gh-114099: Add configure and Makefile targets to suppor...
2024-02-26  Barney GaleGH-101112: Add "pattern language" section to pathlib...
2024-02-26  Gregory P.... gh-71052: fix test_concurrent_futures wasi regression...
2024-02-25  Raymond Hettingergh-115532: Add kernel density estimation to the statist...
2024-02-25  bssyousefigh-115799: Add missing double-quote in docs (#115884)
2024-02-25  Furkan Ondergh-72249: Include the module name in the repr of partia...
2024-02-25  Sergii K gh-115914: minor cleanup: simplify filename_obj assign...
2024-02-25  Skip Montanarogh-101100: Fix broken xrefs in fcntl module doc (#115691)
2024-02-25  Malcolm Smithgh-71052: Enable test_concurrent_futures on platforms...
2024-02-25  Matan Perelmanbpo-31116: Add Z85 variant to base64 (GH-30598)
2024-02-25  Laurie Ogh-96471: Correct docs for queue shutdown (#115838)
2024-02-25  Raymond Hettingergh-113479: Link to workaround for subtle issue with...
2024-02-25  mauricelambertgh-103417: Fix the scheduler example (GH-111497)
2024-02-25  Arjunbpo-14322: added test case for invalid update to hmac...
2024-02-25  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst...
2024-02-25  Serhiy Storchakagh-115886: Handle embedded null characters in shared...
2024-02-25  Oh seungminAdd an example of of custom `__repr__` (#112761)
2024-02-25  Adorilson BezerraErase some unnecessary quotes on data model doc (#113521)
2024-02-24  Jay Tinggh-115323: Add meaningful error message for using bytea...
2024-02-24  Barney GaleGH-114610: Fix `pathlib.PurePath.with_stem('')` handlin...
2024-02-24  Raymond Hettingergh-113202: Add whatsnew entry for the batched() strict...
2024-02-24  partevgh-115872: Doc: remove obsolete reference to MSI packag...
2024-02-24  Chris Markiewiczgh-114763: Protect lazy loading modules from attribute...
2024-02-23  jmcbInsert missing apostrophes in ctypes documentation...
2024-02-23  Serhiy Storchakagh-67044: Always quote or escape \r and \n in csv.write...
2024-02-23  Stanleygh-54358: Clarify data chunking in pyexpat (GH-31629)
2024-02-23  Ken Jingh-115859: Disable the tier 2 redundancy eliminator...
2024-02-23  Kirill Podoprigoragh-115778: Add `tierN` annotation for instruction defin...
2024-02-23  Pablo Galindo... gh-89480: Document the gdb helpers (GH-115657)
2024-02-23  Ken Jingh-114058: Improve method information in redundancy...
2024-02-23  Serhiy Storchakagh-111789: Use PyDict_GetItemRef() in Python/compile...
2024-02-23  Erlend E. Aaslandgh-115806: Make configure output more readable (#115807)
2024-02-23  Serhiy Storchakagh-90300: Reformat the Python CLI help output (GH-93415)
2024-02-23  Nikita SobolevRemove `ConverterKeywordDict` alias in `clinic.py`...
2024-02-23  Ken Jingh-114058: More robust method handling in redundancy...
2024-02-23  Brett Simmersgh-115836: Don't use hardcoded line numbers in test_mon...
2024-02-23  Ronald Oussorengh-88516: show file proxy icon in IDLE editor windows...
2024-02-22  Guido van Rossumgh-115727: Reduce confidence even on 100% predicted...
2024-02-22  Dino Viehlandgh-112075: Iterating a dict shouldn't require locks...
2024-02-22  NewUserHaUpdate http.cookiejar document for cookie object attrib...
2024-02-22  Brandt BucherGH-113464: Clean up JIT stencil generation (GH-115800)
2024-02-22  Nikita Sobolevgh-115827: Fix compile warning in `longobject.c` (...
2024-02-22  Mark ShannonGH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE...
2024-02-22  Seth Michael... gh-115663: Remove 'regen-sbom' from the 'regen-all...
2024-02-22  Irit Katrielgh-115796: fix exception table construction in _testint...
2024-02-22  Petr Viktoringh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times...
2024-02-22  Erlend E. Aaslandgh-115765: Don't use deprecated AC_CHECK_TYPE macro...
2024-02-22  partevgh-115795: Doc: fix obsolete URL (#115749)
2024-02-22  Gregory P.... gh-111140: Improve PyLong_AsNativeBytes API doc example...
2024-02-21  Malcolm Smithgh-111225: Link extension modules against libpython...
2024-02-21  Gabriele Cataniagh-93205: When rotating logs with no namer specified...
2024-02-21  Sam Grossgh-115491: Keep some fields valid across allocations...
2024-02-21  AN Longgh-115304: Add doc for initializing PyMutex as a global...
2024-02-21  Daniel Machgh-96310: Fix a traceback in argparse when all options...
2024-02-21  Petr Viktoringh-104090: Add exit code to multiprocessing ResourceTra...
2024-02-21  Frank Danaargparse: remove incoherent and redundant docstring...
2024-02-21  Sebastian Pippinggh-115399: Document CVE-2023-52425 under "XML vulnerabi...
2024-02-21  Victor Stinnergh-110850: Cleanup PyTime API: PyTime_t are nanoseconds...
2024-02-21  Frank Hoffmanngh-112364: Correct unparsing of backslashes and quotes...
2024-02-21  Russell Keith... gh-115737: Correct libpython install name for macOS...
2024-02-21  Bogdan Romanyukgh-115653: Document PyCode_GetFirstFree() (#115654)
2024-02-21  Victor Stinnergh-110850: Replace private _PyTime_MAX with public...
2024-02-21  Benjamin PetersonDelete unused sym_clear_flag function. (#115744)
2024-02-21  Donghee Nagh-112087: Make list_{concat, repeat, inplace_repeat...
2024-02-21  Dino Viehlandgh-112075: Accessing a single element should optimistic...
2024-02-21  Dino Viehlandgh-112075: Make PyDictKeysObject thread-safe (#114741)
2024-02-20  Victor Stinnergh-110850: Use public PyTime functions (#115746)
2024-02-20  Victor Stinnergh-110850: Rename internal PyTime C API functions ...
2024-02-20  Victor Westerhuisgh-104061: Add socket.SO_BINDTOIFINDEX constant (GH...
2024-02-20  Guido van RossumTier 2 cleanups and tweaks (#115534)
2024-02-20  Sam Grossgh-115733: Fix crash involving exhausted list iterator...
2024-02-20  Mark ShannonGH-115727: Temporary fix of confidence score test....
2024-02-20  Ken Jingh-115735: Fix current executor NULL before _START_EXEC...
2024-02-20  Sam Grossgh-115103: Implement delayed free mechanism for free...
2024-02-20  Victor Stinnergh-110850: Cleanup pycore_time.h includes (#115724)
next