]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-10-24  Savannah OstrowskiGH-94438: Restore ability to jump over None tests ...
2023-10-24  Nikita Sobolevgh-110572: Remove `test_*` from `_testcapi/getargs...
2023-10-23  Radislav Chugunovgh-109894: Fix initialization of static `MemoryError...
2023-10-23  Hugo van Kemenadegh-101100: Fix Sphinx warnings for `fileno` (#111118)
2023-10-23  Anthony ShawAdd a version added note for PY_VECTORCALL_ARGUMENTS_OF...
2023-10-23  Don Pattersontypo: missing line of output in pull parser example...
2023-10-23  Pablo Martí... Fix typo in 3.13's whatsnew (#111215)
2023-10-23  hetmankpgh-105931: Fix surprising compileall stripdir behaviour...
2023-10-23  Mark ShannonGH-109369: Add machinery for deoptimizing tier2 executo...
2023-10-23  Furkan Ondergh-67565: Remove redundant C-contiguity checks (GH...
2023-10-23  Nickgh-110383: Italicize variable name (#111206)
2023-10-23  Nickgh-110383: Added explanation about simplest regex use...
2023-10-22  Ayappan Perumalgh-110828: AIX 32bit build needs -latomic for _testcapi...
2023-10-22  Tian Gaogh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH...
2023-10-22  Hugo van Kemenadegh-109975: What's new in 3.13: Add module headers to...
2023-10-22  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/asyncio...
2023-10-22  Maciej Olkogh-101100: Fix Sphinx warning in `tutorial/introduction... 111183/head
2023-10-22  Hugo van Kemenadegh-109975: What's new in 3.13: Add PEP 594 to release...
2023-10-21  Serhiy Storchakagh-111085: Fix invalid state handling in TaskGroup...
2023-10-21  Nikita Sobolevgh-111159: Fix `doctest` output comparison for exceptio...
2023-10-21  Nikita Sobolevgh-111157: Mention `__notes__` in `traceback.format_exc...
2023-10-21  Serhiy Storchakagh-110918: regrtest: allow to intermix --match and...
2023-10-21  Irit Katrielgh-111123: symtable should visit exception handlers...
2023-10-21  Nikita Sobolevgh-110572: Fix potential leaks in test_*_code in _testc...
2023-10-21  Nikita Sobolevgh-111155: Fix direct invocation of test_pprint (GH...
2023-10-21  Nikita Sobolevgh-110974: Make sure all test_zoneinfo tests are collec...
2023-10-21  Victor Stinnergh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
2023-10-20  Gouvernathorgh-106310 - document the __signature__ attribute (...
2023-10-20  YAMAMOTO Takashigh-111046: for wasi-threads, export memory as well...
2023-10-20  Victor Stinnergh-110964: clinic: refactor output_templates() (#110982)
2023-10-20  Kirill Podoprigoragh-111133: Remove unnecessary PyFrozenSet_Check() calls...
2023-10-20  Nikita Sobolevgh-111132: Fix crash on interactive_filename in `run_mo...
2023-10-20  Victor Stinnergh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
2023-10-20  Nikita Sobolevgh-111126: Use `isinstance` instead of `assert[Not...
2023-10-20  Victor Stinnergh-111089: PyUnicode_AsUTF8AndSize() sets size on error...
2023-10-20  Victor Stinnergh-111089: Add PyUnicode_AsUTF8() to the limited C...
2023-10-20  Sam Grossgh-111119: Fix flaky test test_lock_two_threads (gh...
2023-10-20  Serhiy Storchakagh-110093: Partially revert previous change in socketmo...
2023-10-20  Victor Stinnergh-111089: PyUnicode_AsUTF8() now raises on embedded...
2023-10-20  Serhiy Storchakagh-110093: Replace trivial Py_BuildValue() with direct...
2023-10-20  Serhiy StorchakaSynchronize test_contextlib with test_contextlib_async...
2023-10-20  Tamás Hegedűsgh-110913: Fix WindowsConsoleIO chunking of UTF-8 text...
2023-10-20  Serhiy StorchakaAdd tests for failing PyUnicode_AsUTF8AndSize() with...
2023-10-20  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `library/tty.rst...
2023-10-20  Terry Jan Reedygh-111092: Make turtledemo run without default root...
2023-10-19  Victor Stinnergh-85283: Build posixshmem extension with Limited C...
2023-10-19  Furkan Ondergh-67565: Add tests for C-contiguity checks (GH-110951)
2023-10-19  sc07kvmRemove unnecessary while in SocketIO.readinto (GH-111057)
2023-10-19  Ned Batchelderadd 3.13 as an option on the bug form (#111083)
2023-10-19  Unique-Usmangh-109510: Clearly explain "Which Docstrings Are Examin...
2023-10-19  Adam TurnerGH-101100: Fix reference warnings for ``__enter__`...
2023-10-19  Adam TurnerGH-101100: Fix reference warnings for ``__getitem__...
2023-10-19  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/getpass...
2023-10-19  Eric Snowgh-76785: Make interpreters.*Channel Objects Shareable...
2023-10-19  Eric Snowgh-76785: Add *Channel.is_closed (gh-110606)
2023-10-19  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/codecs.rst...
2023-10-19  Nikita Sobolevgh-111031: Check more files in `test_tokenize` (#111032)
2023-10-19  Terry Jan Reedygh-111050: IDLE - Simplify configdialog.HighPage.theme_...
2023-10-18  Tian GaoGH-103082: Clean up the sys.monitoring docs (GH-110532)
2023-10-18  Nikita SobolevFix a misspelling of Interpeter -> Interpreter (GH...
2023-10-18  Tian GaoGH-104232: Fix statement about trace return values...
2023-10-18  Tian GaoGH-102895 Add an option local_exit in code.interact...
2023-10-18  Joshua Rootgh-111015: Install IDLE.app and Python Launcher.app...
2023-10-18  Shantanugh-100445: Improve error message for unterminated strin...
2023-10-18  Terry Jan Reedygh-103737: IDLE - Remove unneeded .keys() for dict...
2023-10-18  Jamesgh-111019: Align expected and actual titles in test...
2023-10-18  Charles Machalowgh-108747: Add unit tests for site.{usercustomize,sitec...
2023-10-18  Nikita Sobolevgh-110938: More syntax tests for PEP695 funcs and class...
2023-10-18  Hugo van Kemenadegh-109975: What's new in 3.13: longer full support...
2023-10-18  Bar Harelgh-110961: Fixed asyncio.wait docstring to remove depre...
2023-10-18  Victor StinnerRegen Doc/requirements-oldest-sphinx.txt (#111012)
2023-10-17  Eric Snowgh-76785: Clean Up the Channels Module (gh-110568)
2023-10-17  Victor Stinnergh-85283: Build _uuid extension with limited C API...
2023-10-17  Eric Snowgh-84570: Add Timeouts to SendChannel.send() and RecvCh...
2023-10-17  Victor Stinnergh-85283: Build _scproxy extension with limited C API...
2023-10-17  Eric Snowgh-84570: Send-Wait Fixes for _xxinterpchannels (gh...
2023-10-17  Victor Stinnergh-85283: Build resource extension with limited C API...
2023-10-17  Victor Stinnergh-85283: Fix _ctypes_test build on Windows in release...
2023-10-17  Nikita SobolevAdd `.ruff_cache/` to `.gitignore` (#110983)
2023-10-17  Victor Stinnergh-110995: Fix test_gdb check_usable_gdb() (#110998)
2023-10-17  Donghee Nagh-109693: Remove pycore_atomic.h (gh-110992)
2023-10-17  Victor Stinnergh-85283: Add PySys_Audit() to the limited C API (...
2023-10-17  Victor Stinnergh-85283: Build winsound extension with limited C API...
2023-10-17  Matthieu Dartiailhgh-107457: update dis documentation with changes in...
2023-10-17  Pablo Galindo... gh-110938: Fix error messages for indented blocks with...
2023-10-17  Victor Stinnergh-110964: Remove private _PyArg functions (#110966)
2023-10-17  Victor Stinnergh-85283: Fix Argument Clinic for md5 extension (#110976)
2023-10-17  Victor Stinnergh-85283: Build md5 extension with limited C API (...
2023-10-17  Nikita SobolevBump test deps: `ruff` and `pre-commit-hooks` (#110972)
2023-10-17  Victor Stinnergh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new...
2023-10-17  Victor Stinnergh-110695: test_asyncio uses 50 ms for clock resolution...
2023-10-17  Alex WaygoodBump sphinx-lint to v0.8.1 (#110933)
2023-10-17  Victor Stinnergh-85283: Build errno and _ctypes_test with limited...
2023-10-17  Victor Stinnergh-85283: Add PyMem_RawMalloc() to the limited C API...
2023-10-17  Victor Stinnergh-85283: Build _testimportmultiple with limited C...
2023-10-16  Donghee Nagh-109693: Update _gil_runtime_state.locked to use...
2023-10-16  Eric Snowgh-84570: Factor Out _channel_send_wait() (gh-110949)
2023-10-16  Lysandros Nikolaough-107450: Remove unnecessary overflow check in parser...
2023-10-16  Pieter Eendebakgh-110905: [Enum] minor fixes and cleanup (GH-110906)
2023-10-16  MienxiuC-API docs: Clarify the size of arenas (#110895)
next