]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-12-08  Barney GaleGH-110109: Add `pathlib._PurePathBase` (#110670)
2023-12-08  AN Longgh-112278: In _wmi, treat initialization timeout separa...
2023-12-08  Sam Grossgh-112779: Check 1-byte atomics in configure (gh-112819)
2023-12-08  Donghee Nagh-112535: Update _Py_ThreadId() to support s390/s390x...
2023-12-08  Seth Michael... gh-112302: Annotate SBOM file as generated in .gitattri...
2023-12-08  Alex Waygoodgh-101100: Improve documentation for attributes on...
2023-12-08  Alex Waygoodgh-101100: Fix Sphinx nits in `library/contextlib.rst...
2023-12-08  Alex Waygoodgh-101100: Fix Sphinx nitpicks in `library/shelve.rst...
2023-12-08  Mark ShannonGH-111485: Factor out opcode ID generator from the...
2023-12-08  Ronald Oussorengh-110820: Make sure processor specific defines are...
2023-12-08  Serhiy StorchakaAdd a versionchanged directive for gh-94692 (GH-112846)
2023-12-07  Barney GaleGH-112675: Move path joining tests into `test_posixpath...
2023-12-07  Alex Waygoodgh-101100: Silence Sphinx warnings when `ntpath` or...
2023-12-07  Eric Snowgh-112826: Add a "What's New" Entry About _thread._is_m...
2023-12-07  Sam Grossgh-111924: Use PyMutex for Runtime-global Locks. (gh...
2023-12-07  Sam Grossgh-112538: Add internal-only _PyThreadStateImpl "wrappe...
2023-12-07  Ronald Oussorengh-110017: Disable test_signal.test_stress_modifying_ha...
2023-12-07  AN Longgh-112278: Disable WMI queries on Windows after they...
2023-12-07  Serhiy Storchakagh-79325: Fix recursion error in TemporaryDirectory...
2023-12-07  Serhiy Storchakagh-87319: Simplify TemporaryDirectory cleanup using...
2023-12-07  Søren Løvborggh-91133: tempfile.TemporaryDirectory: fix symlink...
2023-12-07  Seth Michael... gh-112302: Add Software Bill-of-Materials (SBOM) tracki...
2023-12-07  Sam Grossgh-111962: Make dtoa thread-safe in `--disable-gil...
2023-12-07  Łukasz Langagh-110190: Temporarily skip new test introduced in...
2023-12-07  Christopher... bpo-42519: Remove outdated sentence in comment (#112822)
2023-12-07  andrewluotechnologiesgh-112125: Fix None.__ne__(None) returning NotImplement...
2023-12-07  Mark ShannonGH-111485: Separate out parsing, analysis and code...
2023-12-07  Tian Gaogh-102980: Redirect output of pdb's `interact` command...
2023-12-07  Ronald Oussorengh-51944: Add missing macOS constants to termios (...
2023-12-07  Kushal Dasgh-74616: Raise ValueError in case of null character...
2023-12-07  Serhiy Storchakagh-112660: Do not clear arbitrary errors on import...
2023-12-07  Ronald Oussorengh-109981: Fix support.fd_count() on macOS 14 (#112797)
2023-12-06  Pablo Galindo... gh-112730: Use color to highlight error locations ...
2023-12-06  Alex Waygoodgh-101100: Fix Sphinx nitpicks in `library/reprlib...
2023-12-06  Alex Waygoodgh-101100: Improve documentation of code object attribu...
2023-12-06  Christopher... gh-111178: Define `visitproc` callback functions proper...
2023-12-06  Serhiy Storchakagh-75666: Tkinter: "unbind(sequence, funcid)" now only...
2023-12-06  Victor Stinnergh-111545: Add Py_HashPointer() function (#112096)
2023-12-06  Victor Stinnergh-108223: Refer to PEP 703 as Free Threading (#112780)
2023-12-06  Christopher... gh-111178: Docs: fix `traverseproc`, `inquiry`, and...
2023-12-06  Alex Waygoodgh-101100: Fix most Sphinx nitpicks in the glossary...
2023-12-06  Serhiy Storchakagh-108927: Include new dir test/regrtestdata in the...
2023-12-06  Matt Prodanigh-112606: Use sem_clockwait with monotonic time when...
2023-12-05  Miro Hrončokgh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VE...
2023-12-05  Alex Waygoodgh-101100: Properly document frame object attributes...
2023-12-05  Jurjen N. E... Minor stylistic edit to the grouper recipe (gh112759)
2023-12-05  Zackery Spytzbpo-35332: Handle os.close() errors in shutil.rmtree...
2023-12-05  Ethan Furmangh-112328: [Enum] Make some private attributes public...
2023-12-05  Serhiy Storchakagh-94692: Only catch OSError in shutil.rmtree() (#112756)
2023-12-05  Diego Russogh-110190: Fix ctypes structs with array on Arm (#112604)
2023-12-05  Tian Gaogh-105323: Remove `WITH_APPLE_EDITLINE` to use the...
2023-12-05  Ken Jinbpo-43153: Don't mask `PermissionError` with `NotADirec...
2023-12-05  Donghee Nagh-112535: Add comment for ppc32/64 registers (gh-112746)
2023-12-05  Alex Waygoodgh-101100: Fix many easily solvable Sphinx nitpicks...
2023-12-05  Jeffrey Kintschergh-81441: shutil.rmtree() FileNotFoundError race condit...
2023-12-05  Rune Tynangh-62897: Update PyUnicode C API parameter names (GH...
2023-12-05  Donghee Nagh-112535: Update _Py_ThreadId() to support PowerPC...
2023-12-05  pan324gh-82300: Add track parameter to multiprocessing.shared...
2023-12-05  Sergey B KirpichevMinor refactoring of Object/abstract.c (UNARY_FUNC...
2023-12-05  Constantin... gh-102130: Support tab completion in cmd for Libedit...
2023-12-05  Russell Keith... gh-112736: Refactor del-safe symbol handling in subproc...
2023-12-04  Barney GaleGH-112727: Speed up `pathlib.Path.absolute()` (#112728)
2023-12-04  Gregory P.... gh-112334: Restore subprocess's use of `vfork()` &...
2023-12-04  Victor Stinnergh-112535: Add test on _Py_ThreadId() (#112709)
2023-12-04  Amioplkgh-112671: Fixing typo in the Macro Docs (GH-112715)
2023-12-04  Gregory P.... gh-105967: Work around a macOS bug, limit zlib C librar...
2023-12-04  Kamil Turekgh-103363: Add follow_symlinks argument to `pathlib...
2023-12-04  Alex Waygoodgh-74690: Avoid a costly type check where possible...
2023-12-04  Thomas Binindagh-112516: Update bundled pip version to 23.3.1 (gh...
2023-12-04  Serhiy Storchakagh-108927: Fix removing testing modules from sys.module...
2023-12-04  Alex Waygoodgh-74690: Optimise `isinstance()` and `issubclass(...
2023-12-04  Alex Waygoodgh-101100: Fix Sphinx nitpicks in `library/abc.rst...
2023-12-04  Serhiy Storchakagh-109786: Fix leaks and crash when re-enter itertools...
2023-12-04  Serhiy Storchakagh-110275: Named tuple's __replace__() now raises TypeE...
2023-12-04  Serhiy Storchakagh-65210: Add const qualifiers in PyArg_VaParseTupleAnd...
2023-12-04  Alex Waygoodgh-101100: Fix Sphinx nitpicks in `library/functions...
2023-12-04  Victor Stinnergh-106550: Fix sign conversion in pycore_code.h (#112613)
2023-12-04  Serhiy Storchakabpo-34392: Add sys. _is_interned() (GH-8755)
2023-12-04  chilaxangh-112625: Protect bytearray from being freed by misbeh...
2023-12-04  Christopher... gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static...
2023-12-04  Terry Jan Reedygh-66819: More IDLE htest updates(4) (#112686)
2023-12-04  Terry Jan Reedygh-66819: More IDLE htest updates(3) (#112683)
2023-12-03  Barney GaleGH-106747: Improve `Path.glob()` expectations in pathli...
2023-12-03  Hugo van Kemenadegh-101100: Fix Sphinx warning in `library/gettext.rst...
2023-12-03  Alex Waygoodgh-101100: Fix most Sphinx nitpicks in `inspect.rst...
2023-12-03  Marco Aurélio... Fix link to 'The Perils of Floating Point', on the...
2023-12-03  Irit Katrielgh-112645: remove deprecation warning for use of onerro...
2023-12-03  Irit Katrielgh-112620: Fix dis error on show_cache with labels...
2023-12-03  Alex WaygoodRun more `inspect.rst` code snippets in CI (#112654)
2023-12-03  Victor Stinnergh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc...
2023-12-03  Victor Stinnergh-106560: Fix redundant declarations in Python/frozen...
2023-12-03  Victor Stinnergh-106560: Fix redundant declarations in Include/ ...
2023-12-03  Shantanugh-112578: Fix RuntimeWarning when running zipfile...
2023-12-03  Alex Waygoodgh-112316: improve docs for `inspect.signature` and...
2023-12-03  Terry Jan Reedygh-66819: More IDLE htest updates(2) (#112642)
2023-12-02  Nikita Sobolevgh-112139: Add `inspect.Signature.format` and use it...
2023-12-02  Hugo van KemenadeDocs: Use sphinx-notfound-page to show a nicer 404...
2023-12-02  Nikita Sobolevgh-112618: Make `Annotated` cache typed (#112619)
2023-12-02  Nikita Sobolevgh-112316: Improve docs of `inspect.signature` and...
2023-12-01  William Wengh-106922: Support multi-line error locations in traceb...
next