summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)Nikita Sobolev2023-10-142-9/+9
* gh-110628: Add tests for PyLong C API (GH-110629)Serhiy Storchaka2023-10-143-17/+600
* gh-110392: Fix tty functions (GH-110642)Serhiy Storchaka2023-10-143-2/+12
* gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...Serhiy Storchaka2023-10-145-3/+64
* regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)Victor Stinner2023-10-142-2/+0
* gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)Donghee Na2023-10-131-4/+3
* gh-110697: test_os TimerfdTests uses selectors (#110789)Victor Stinner2023-10-131-102/+67
* gh-110771: Decompose run_forever() into parts (#110773)Russell Keith-Magee2023-10-134-31/+95
* Bump sphinx-lint to 0.7.0 (#110830)Alex Waygood2023-10-131-3/+2
* gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818)paskozdilar2023-10-131-3/+3
* gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)Serhiy Storchaka2023-10-132-18/+70
* gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)Petr Viktorin2023-10-132-15/+32
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2023-10-1313-20/+195
|\
| * gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...Pablo Galindo Salgado2023-10-131-1/+1
| * gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-1311-19/+191
| * gh-106212: Raise when using c-analyzer with clang on darwin (#110757)Lysandros Nikolaou2023-10-131-0/+3
* | Post 3.13.0a1Thomas Wouters2023-10-131-1/+1
* | Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-13638-2806/+8653
|/
* Fix the pyspecific SOURCE_URI (#110811)T. Wouters2023-10-131-1/+1
* gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-11...Lysandros Nikolaou2023-10-131-1/+1
* gh-110525: Delete `test_c_api` method from `set` object (#110688)Nikita Sobolev2023-10-134-158/+4
* gh-107450: Fix parser column offset overflow test on Windows (#110768)Lysandros Nikolaou2023-10-131-1/+3
* GH-110796: fix intermittent test failure in test_current_exceptionsFilipe Laíns2023-10-131-6/+3
* GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)Filipe Laíns2023-10-132-1/+6
* GH-103480: fix sysconfig package not being installed (#110792)Filipe Laíns2023-10-131-0/+1
* gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)Donghee Na2023-10-132-9/+9
* GH-103480: make sysconfig a package (GH-110785)Filipe Laíns2023-10-124-229/+250
* gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)Jelle Zijlstra2023-10-123-18/+28
* Remove unnecessary escape in Doc/library/enum.rst (GH-110780)InSync2023-10-121-1/+1
* gh-109653: Improve the import time of `email.utils` (#109824)Alex Waygood2023-10-122-5/+11