summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)Tian Gao2023-10-122-0/+5
* gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...Nikita Sobolev2023-10-123-4/+107
* gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)Irit Katriel2023-10-123-4/+4
* GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...Mark Shannon2023-10-128-59/+22
* gh-107450: Raise OverflowError when parser column offset overflows (#110754)Lysandros Nikolaou2023-10-122-0/+10
* gh-110696: Fix incorrect syntax error message for incorrect argument unpackin...Pablo Galindo Salgado2023-10-124-1134/+1500
* gh-71587: Establish global state in `_datetime` (#110475)Erlend E. Aasland2023-10-122-145/+173
* gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)Hugo van Kemenade2023-10-121-7/+7
* gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)Lysandros Nikolaou2023-10-1210-14/+24
* GH-110749: fix unistd.h import in file_tokenizer.c (#110750)Filipe Laíns2023-10-121-4/+4
* gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...Nikita Sobolev2023-10-123-1/+39
* gh-85283: _stat extension now uses the limited C API (#110711)Victor Stinner2023-10-113-0/+9
* gh-110673: test_pty raises on short write (#110677)Victor Stinner2023-10-111-5/+14
* gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)J. Nick Koston2023-10-112-2/+6
* gh-110631: Fix reST indentation in `Doc/reference` (#110708)Ezio Melotti2023-10-114-77/+79
* gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)Victor Stinner2023-10-113-4/+17
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-118-59/+57
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-1134-926/+933
* gh-65052: Prevent pdb from crashing when trying to display objects (#110578)Tian Gao2023-10-113-7/+62
* gh-109408: Revert pre-commit whitespace checks pending portable solution (#11...Hugo van Kemenade2023-10-112-34/+110
* gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… (#11...Victor Stinner2023-10-111-2/+2
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-1129-2988/+3185
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-1111-0/+280
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-117-2068/+18
* gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...Zackery Spytz2023-10-113-35/+40
* gh-76106: Remove the cleanup lock in test_socket (GH-110539)Serhiy Storchaka2023-10-111-24/+2
* gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)Serhiy Storchaka2023-10-112-0/+117
* gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)Ezio Melotti2023-10-117-222/+222
* GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)Barney Gale2023-10-113-6/+15
* gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)Victor Stinner2023-10-111-1/+1
* gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)Victor Stinner2023-10-111-20/+15
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-114-10/+15
* gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)Victor Stinner2023-10-111-2/+2
* gh-110647: Fix signal test_stress_modifying_handlers() (#110650)Victor Stinner2023-10-102-2/+4
* GH-110109: Simplify pathlib test setup (#110308)Barney Gale2023-10-101-76/+42
* gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...Radislav Chugunov2023-10-104-4/+30
* gh-108303: Move all inspect test files to `test_inspect/` (#109607)Nikita Sobolev2023-10-1011-7/+15
* gh-110525: Add tests for internal `set` CAPI (GH-110630)Nikita Sobolev2023-10-106-3/+117
* gh-110631: Set three-space indents for reST in EditorConfig (#110635)Hugo van Kemenade2023-10-101-0/+3
* gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)Donghee Na2023-10-101-4/+3
* GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...Adam Turner2023-10-103-90/+23
* Don't doubly-parallelise sphinx-lint (#110617)Adam Turner2023-10-101-0/+1
* gh-110050: Adjust the newline position in the TypeError message of the random...Yilei Yang2023-10-101-2/+2
* gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)Nikita Sobolev2023-10-102-26/+52
* gh-110388: Add tests for tty (GH-110394)Serhiy Storchaka2023-10-102-0/+81
* gh-81002: Add tests for termios (GH-110386)Serhiy Storchaka2023-10-102-0/+221
* gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)Nikita Sobolev2023-10-103-0/+9
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-1015-11/+192
* gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_as...Serhiy Storchaka2023-10-101-9/+5
* gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...Alex Waygood2023-10-104-5/+20