summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)Irit Katriel2023-08-253-21/+28
* gh-104504: Cases generator: enable mypy's `possibly-undefined` error code (#1...Alex Waygood2023-08-252-5/+10
* gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)Philipp A2023-08-251-30/+37
* gh-108311: Fix test_store_attr_with_hint by disabling optimizer in decorator ...Guido van Rossum2023-08-251-0/+14
* gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...Dong-hee Na2023-08-251-2/+0
* gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#...Mariusz Felisiak2023-08-251-7/+18
* gh-107932: Fix merge conflict in test_dis (GH-108478)Mark Shannon2023-08-251-2/+2
* Docs: Resolve Sphinx warnings in dis.rst (#108476)Erlend E. Aasland2023-08-253-11/+14
* Datamodel: Add headings to the standard type hierarchy (#108146)Adam Turner2023-08-251-1000/+1104
* Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...Adam Turner2023-08-251-2/+1
* gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)Serhiy Storchaka2023-08-253-6/+6
* gh-108444: Remove _PyLong_AsInt() function (#108461)Victor Stinner2023-08-253-5/+2
* gh-107932: Fix dis module for bytecode that does not have an associated sourc...Corvin2023-08-255-405/+468
* 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