summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-85283: Build _uuid extension with limited C API (#111010)Victor Stinner2023-10-173-4/+7
* gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)Eric Snow2023-10-178-47/+202
* gh-85283: Build _scproxy extension with limited C API (#111008)Victor Stinner2023-10-173-18/+16
* gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)Eric Snow2023-10-175-148/+571
* gh-85283: Build resource extension with limited C API (#110989)Victor Stinner2023-10-174-36/+38
* gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)Victor Stinner2023-10-171-0/+7
* Add `.ruff_cache/` to `.gitignore` (#110983)Nikita Sobolev2023-10-171-0/+1
* gh-110995: Fix test_gdb check_usable_gdb() (#110998)Victor Stinner2023-10-172-6/+13
* gh-109693: Remove pycore_atomic.h (gh-110992)Donghee Na2023-10-178-564/+4
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-178-14/+37
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-178-151/+30
* gh-107457: update dis documentation with changes in 3.12 (#108900)Matthieu Dartiailh2023-10-171-16/+43
* gh-110938: Fix error messages for indented blocks with functions and classes ...Pablo Galindo Salgado2023-10-174-22/+46
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-17166-228/+510
* gh-85283: Fix Argument Clinic for md5 extension (#110976)Victor Stinner2023-10-172-5/+4
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-175-69/+28
* Bump test deps: `ruff` and `pre-commit-hooks` (#110972)Nikita Sobolev2023-10-172-4/+4
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)Victor Stinner2023-10-175-7/+13
* gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)Victor Stinner2023-10-171-2/+2
* Bump sphinx-lint to v0.8.1 (#110933)Alex Waygood2023-10-171-3/+2
* gh-85283: Build errno and _ctypes_test with limited C API (#110955)Victor Stinner2023-10-175-40/+45
* gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)Victor Stinner2023-10-178-6/+39
* gh-85283: Build _testimportmultiple with limited C API (#110954)Victor Stinner2023-10-173-4/+8
* gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)Donghee Na2023-10-168-18/+86
* gh-84570: Factor Out _channel_send_wait() (gh-110949)Eric Snow2023-10-161-45/+43
* gh-107450: Remove unnecessary overflow check in parser error handler (#110940)Lysandros Nikolaou2023-10-161-6/+0
* gh-110905: [Enum] minor fixes and cleanup (GH-110906)Pieter Eendebak2023-10-162-6/+4
* C-API docs: Clarify the size of arenas (#110895)Mienxiu2023-10-161-1/+2
* gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` can...Nikita Sobolev2023-10-161-20/+14
* Enable ruff on several more files in `Lib/test` (#110929)Alex Waygood2023-10-166-21/+16
* gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)Lysandros Nikolaou2023-10-164-22/+40
* gh-110912: Correctly display tracebacks for MemoryError exceptions using the ...Pablo Galindo Salgado2023-10-163-4/+14
* gh-110907: AC: Disallow using `*` with vararg (#110908)Nikita Sobolev2023-10-164-4/+26
* gh-110923: Fix silently skipped tests in test__opcode.py (#110926)Alex Waygood2023-10-162-2/+9
* gh-110527: Improve `PySet_Clear` docs (#110528)Nikita Sobolev2023-10-161-1/+3
* gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (...Nikita Sobolev2023-10-165-2/+130
* sysconfig docs: fix broken link to the source code (#110920)Karolina Surma2023-10-161-1/+1
* gh-108791: Fix `pdb` CLI invalid argument handling (#108816)Radislav Chugunov2023-10-163-2/+24
* regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)Zachary Ware2023-10-152-7/+11
* gh-110886 Doc: add a link to BNF Wikipedia article (#110887)partev2023-10-151-1/+2
* Lint: Include test_monitoring.py for Ruff (#110898)Hugo van Kemenade2023-10-151-2/+0
* gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)Tian Gao2023-10-153-7/+20
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Ɓukasz Langa2023-10-148-7/+178
* bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)Serhiy Storchaka2023-10-144-258/+326
* gh-101100: Fix sphinx warnings in `library/time.rst` (#110862)Nikita Sobolev2023-10-142-34/+60
* remove redundant call to attach_loop in watcher (#110847)Thomas Grainger2023-10-141-2/+0
* gh-110715: Add missing import in zipfile (gh-110822)Kirill Podoprigora2023-10-142-7/+19
* gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)Serhiy Storchaka2023-10-146-13/+46
* gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507)Serhiy Storchaka2023-10-141-5/+10
* gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...Serhiy Storchaka2023-10-144-12/+32