]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-07-06  Sviatoslav... Introduce a gate/check GHA job (#97533)
2023-07-06  Alex Waygoodgh-104683: clinic.py: Don't needlessly reimplement...
2023-07-06  Ariel Eizenberggh-106238: Handle KeyboardInterrupt during logging...
2023-07-06  C.A.M. GerlachDoc: Add missing ref labels to exception groups/notes...
2023-07-06  Carl Meyergh-105256: What's New note for comprehension over local...
2023-07-05  Carl Meyergh-105340: include hidden fast-locals in locals() ...
2023-07-05  Carl Meyergh-106292: restore checking __dict__ in cached_property...
2023-07-05  Dong-hee Nagh-96844: Improve error message of list.remove (gh...
2023-07-05  Jelle Zijlstrashlex docs: remove outdated note (#106463)
2023-07-05  JosephSBoylegh-102542 Remove unused bytes object and bytes slicing...
2023-07-05  Kristján Valur... Clarify state of CancelledError in doc (#106453)
2023-07-05  Erlend E. Aaslandgh-64595: Fix regression in file write logic in Argumen...
2023-07-05  Erlend E. Aaslandgh-104683: Rename Lib/test/clinic.test as Lib/test...
2023-07-05  Jelle Zijlstratp_flags docs: fix indentation (#106420)
2023-07-04  Erlend E. Aaslandgh-104050: Partially annotate Argument Clinic CLanguage...
2023-07-04  Erlend E. Aaslandgh-106368: Add tests for formatting helpers in Argument...
2023-07-04  Erlend E. Aaslandgh-104050: Annotate Argument Clinic parameter permutati...
2023-07-04  Erlend E. Aaslandgh-104050: Annotate toplevel functions in clinic.py...
2023-07-04  Guido van Rossumgh-106320: Fix specialize.c compilation by including...
2023-07-04  Alex WaygoodAdd some codeowners for `Tools/clinic/` (#106430)
2023-07-04  Nikita Sobolevgh-106217: Truncate the issue body size of `new-bugs...
2023-07-04  Mario Corcherogh-61215: Rename `wait_until_any_call` to `wait_until_a...
2023-07-04  Inada Naokigh-106162: array: suppress warning in test_array (...
2023-07-04  Victor Stinnergh-106320: Remove _PyInterpreterState_HasFeature()...
2023-07-04  Mark ShannonGH-106360: Support very basic superblock introspection...
2023-07-04  Nikita Sobolevgh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi...
2023-07-04  Lysandros Nikolaough-106396: Special-case empty format spec to gen empty...
2023-07-04  Erlend E. Aaslandgh-106368: Add tests for permutation helpers in Argumen...
2023-07-04  Brandt BucherGH-106008: Fix refleak when peepholing `None` compariso...
2023-07-04  Victor Stinnergh-106320: Remove private pylifecycle.h functions ...
2023-07-04  Victor Stinnergh-106320: Remove _PyUnicode_TransformDecimalAndSpaceTo...
2023-07-04  Victor Stinnergh-106320: Remove _PyBytesWriter C API (#106399)
2023-07-04  Victor Stinnergh-106320: Remove private _PyUnicode codecs C API funct...
2023-07-03  Erlend E. Aaslandgh-106368: Increase Argument Clinic test coverage ...
2023-07-03  Victor Stinnergh-106320: Fix _PyImport_GetModuleAttr() declaration...
2023-07-03  Erlend E. Aaslandgh-106368: Harden Argument Clinic parser tests (#106384)
2023-07-03  Victor Stinnergh-106320: Remove private _PyImport C API functions...
2023-07-03  Victor Stinnergh-86085: Remove _PyCodec_Forget() declaration (#106377)
2023-07-03  Victor Stinnergh-106320: Remove more private _PyUnicode C API functio...
2023-07-03  Erlend E. Aaslandgh-104050: Annotate more Argument Clinic DSLParser...
2023-07-03  Erlend E. Aaslandgh-106368: Clean up Argument Clinic tests (#106373)
2023-07-03  Erlend E. Aaslandgh-104683: Modernise Argument Clinic parameter state...
2023-07-03  Raymond HettingerSmall speed-up for the convolve() recipe. (GH-106371)
2023-07-03  Barney GaleGH-106330: Fix matching of empty path in `pathlib.PureP...
2023-07-03  Mark ShannonGH-104584: Fix ENTER_EXECUTOR (GH-106141)
2023-07-03  Erlend E. Aaslandgh-106368: Increase Argument Clinic test coverage ...
2023-07-03  Charlie Zhaogh-106078: Move `context template` to decimal module...
2023-07-03  Guido van Rossumgh-106290: Fix edge cases around uops (#106319)
2023-07-03  Carl Meyergh-91053: make func watcher tests resilient to other...
2023-07-03  Erlend E. Aaslandgh-104050: Add more type hints to Argument Clinic DSLPa...
2023-07-03  Erlend E. Aaslandgh-106359: Fix corner case bugs in Argument Clinic...
2023-07-03  Erlend E. Aaslandgh-104146: Remove unused attr 'parameter_indent' from...
2023-07-03  Victor Stinnergh-106320: Remove private _PyErr C API functions (...
2023-07-03  Erlend E. Aaslandgh-104050: Annotate Argument Clinic DSLParser attribute...
2023-07-03  Victor Stinnergh-106320: Create pycore_modsupport.h header file ...
2023-07-03  Victor Stinnergh-106320: Move _PyUnicodeWriter to the internal C...
2023-07-03  Mario Corcherogh-61215: New mock to wait for multi-threaded events...
2023-07-03  Jeremy PaigeDocument PYTHONSAFEPATH along side -P (#106122)
2023-07-03  Ned BatchelderReplace the esoteric term 'datum' when describing dict...
2023-07-02  Erlend E. Aaslandgh-104050: Add more type hints to Argument Clinic DSLPa...
2023-07-02  Victor Stinnergh-106320: _testcapi avoids private _PyUnicode_EqualToA...
2023-07-02  Victor Stinnergh-106320: Add pycore_complexobject.h header file ...
2023-07-02  Charlie Zhaogh-106078: Move DecimalException to _decimal state...
2023-07-02  Victor Stinnergh-106320: Use _PyInterpreterState_GET() (#106336)
2023-07-02  Victor Stinnergh-106320: Remove private _PyInterpreterState functions...
2023-07-02  Inada Naokigh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
2023-07-02  Nikita Sobolevgh-106217: Truncate the issue body size of `new-bugs...
2023-07-02  Inada Naokigh-104922: remove PY_SSIZE_T_CLEAN (#106315)
2023-07-02  Victor Stinnergh-106320: Remove private _PyInterpreterState functions...
2023-07-02  Victor Stinnergh-106320: Remove private _PyTraceMalloc C API function...
2023-07-01  Victor Stinnergh-106320: Remove _PyInterpreterState_Get() alias ...
2023-07-01  Kirill Podoprigoragh-102541: Fix Helper.help("mod") for non-existent...
2023-07-01  Victor Stinnergh-106316: Remove pytime.h header file (#106317)
2023-07-01  Md Sadman ChowdhuryFix duplicate word typos in comments (#106225)
2023-07-01  Barney GaleGH-89812: Improve test for `pathlib.Path.stat()` (GH...
2023-07-01  Barney GaleGH-89812: Miscellaneous pathlib test improvements ...
2023-07-01  Barney GaleGH-89812: Test that `pathlib.Path.is_junction()` return...
2023-07-01  Barney GaleGH-89812: Make symlink support configurable in pathlib...
2023-07-01  Irit Katrielgh-106149: move unconditional jump direction resolution...
2023-07-01  dependabot... build(deps): bump mheap/github-action-required-labels...
2023-07-01  dependabot... build(deps-dev): bump mypy from 1.3.0 to 1.4.1 in ...
2023-07-01  Terry Jan Reedygh-106232: Make timeit doc command lines compatible...
2023-07-01  Nikita Sobolevgh-105486: Change the `repr` of `ParamSpec` list of...
2023-06-30  Barney GaleGH-89812: Simplify creation of symlinks in pathlib...
2023-06-30  Nikita Sobolevgh-106145: Make `end_{lineno,col_offset}` required...
2023-06-30  Nikita SobolevGH-106135: Add more edge-"cases" to test_patma (GH...
2023-06-30  Kirill Podoprigoragh-106267: Add type cast to generated code (#106289)
2023-06-30  Dong-hee Nagh-106280: Remove unnecessary unreachable code (gh...
2023-06-30  F3eQnxN3RriKgh-101100: Docs: Fix references to several numeric...
2023-06-30  Victor StinnerGH-104584: Add Include/cpython/optimizer.h to Makefile...
2023-06-30  Victor StinnerCleanup clear_static_tp_subclasses() (#106276)
2023-06-30  Victor Stinnergh-106023: Remove _PyObject_FastCallTstate() function...
2023-06-30  Victor Stinnergh-77782: Deprecate Py_HasFileSystemDefaultEncoding...
2023-06-30  Victor Stinnergh-106023: Remove _PyObject_FastCall() function (#106265)
2023-06-30  Victor StinnerRemove private _PyCodec_Lookup() function (#106269)
2023-06-30  Victor Stinnergh-106023: Rename _PyObject_FastCallDictTstate() (...
2023-06-30  Inada Naokigh-106182: sys: Intern getfilesystemencoding() and...
2023-06-30  Inada Naokifix typos (#106247)
2023-06-30  Victor Stinnergh-106023: Remove _PY_FASTCALL_SMALL_STACK constant...
2023-06-30  Victor Stinnergh-106023: Update code using _PyObject_FastCall() ...
next