summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...Peeyush Aggarwal2023-08-254-3/+51
* GH-108202: Document ``calendar`` exceptions (#108398)Adam Turner2023-08-251-0/+23
* gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)Guido van Rossum2023-08-256-35/+171
* gh-106320: Remove private _PyTraceback functions (#108453)Victor Stinner2023-08-245-8/+13
* gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)Dong-hee Na2023-08-241-0/+2
* gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)Victor Stinner2023-08-2418-32/+32
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-2473-466/+467
* Run `mypy` when `Tools/requirements-dev.txt` changes (#108457)Nikita Sobolev2023-08-241-0/+1
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-2413-3/+96
* GH-103247: bypass the import cache on the _require_loader helperFilipe LaĆ­ns2023-08-241-1/+2
* gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)Samuel Thibault2023-08-242-0/+7
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-2412-8/+20
* gh-106320: Remove private _PyDict functions (#108449)Victor Stinner2023-08-2412-57/+76
* gh-106320: Remove private _PyList functions (#108451)Victor Stinner2023-08-242-4/+3
* gh-106581: Fix two bugs in the code generator's copy optimization (#108380)Guido van Rossum2023-08-242-20/+62
* gh-106320: Remove private _PyEval function (#108433)Victor Stinner2023-08-2419-12/+37
* gh-80527: Change support.requires_legacy_unicode_capi() (#108438)Victor Stinner2023-08-245-16/+17
* gh-107211: Fix test_peg_generator (#108435)Victor Stinner2023-08-241-45/+47
* gh-107178: Remove _testcapi.test_dict_capi() (#108436)Victor Stinner2023-08-241-191/+0
* gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)Victor Stinner2023-08-245-15/+17
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-2414-1677/+1847
* gh-106320: Remove private float C API functions (#108430)Victor Stinner2023-08-242-9/+7
* gh-106320: Remove private _PyManagedBuffer_Type (#108431)Victor Stinner2023-08-244-3/+6
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-2410-78/+99
* Fix a code snippet typo in asyncio docs (#108427)A2023-08-241-1/+1
* gh-107211: No longer export internal functions (5) (#108423)Victor Stinner2023-08-2410-39/+73
* gh-107211: No longer export internal functions (7) (#108425)Victor Stinner2023-08-2410-46/+69
* gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)Victor Stinner2023-08-245-44/+36
* gh-107211: No longer export internal functions (6) (#108424)Victor Stinner2023-08-248-43/+45
* gh-107211: No longer export PyTime internal functions (#108422)Victor Stinner2023-08-241-118/+146
* gh-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)Victor Stinner2023-08-241-15/+22
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-2410-35/+111
* gh-95855: Refactor platform triplet detection code, add detection for MIPS so...Jeffery To2023-08-244-376/+265
* gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)Daniele Procida2023-08-241-121/+94
* gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)Chris Markiewicz2023-08-244-0/+18
* gh-108388: Split test_multiprocessing_spawn (#108396)Victor Stinner2023-08-2419-27/+117
* gh-108388: regrtest splits test_asyncio package (#108393)Victor Stinner2023-08-242-44/+39
* test_peg_generator and test_freeze require cpu (#108386)Victor Stinner2023-08-233-10/+5
* gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)Guido van Rossum2023-08-231-2/+2
* gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)Victor Stinner2023-08-233-72/+135
* gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)Gregory P. Smith2023-08-231-0/+4
* gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)Victor Stinner2023-08-231-28/+40
* gh-108342: Make ssl TestPreHandshakeClose more reliable (#108370)Victor Stinner2023-08-231-31/+71
* gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)Victor Stinner2023-08-231-6/+19
* gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)Victor Stinner2023-08-234-39/+32
* gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...albanD2023-08-233-2/+30
* gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)Petr Viktorin2023-08-232-1/+5
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-2319-176/+78
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-238-18/+18
* gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)Dong-hee Na2023-08-231-0/+1