summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL test in _testinternalcapi (GH-92861)Dennis Sweeney2022-05-171-1/+1
* re docs: fix source code link (#92819)谭九鼎2022-05-171-1/+1
* gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...Filipe Laíns2022-05-161-1/+2
* gh-92547: Remove deprecated sqlite3 features (#92548)Erlend Egeberg Aasland2022-05-168-121/+16
* gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)Christian Heimes2022-05-1614-24/+49
* Improve object stats (#92845)Mark Shannon2022-05-1610-55/+106
* gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)Batuhan Taskaya2022-05-163-1/+9
* gh-92820: Skip test_cppext if _ctypes is missing (#92844)Victor Stinner2022-05-163-4/+22
* Speedup: build docs in parallel (GH-92733)Hugo van Kemenade2022-05-162-4/+4
* gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-...Pablo Galindo Salgado2022-05-161-2/+2
* gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)Christian Heimes2022-05-164-0/+14
* gh-87670: Add web.archive redirects from effbot (GH-92816)Stanley2022-05-163-4/+5
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Serhiy Storchaka2022-05-162-7/+16
* Restore default role check in `make check`. (#92290)Ezio Melotti2022-05-154-6/+11
* gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded...Jan Wolski2022-05-151-1/+1
* gh-92781: Avoid mixing declarations and code in C API (#92783)Victor Stinner2022-05-156-11/+20
* gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)Christian Heimes2022-05-142-6/+13
* GH-92804: Fix memory leak in memoryview iterator (gh-92805)Kumar Aditya2022-05-143-3/+6
* gh-90861: Memory optimization for set.issubset (gh-92799)Dong-hee Na2022-05-141-5/+5
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...CAM Gerlach2022-05-1321-22/+46
* Fix numbers.Real.__rdivmod__ doc string (#31991)Géry Ogam2022-05-131-3/+3
* gh-91249: Remove .bat extension in documentation for when activating venv on ...yashlad6812022-05-131-1/+1
* bpo-9182: Add a section on specifying positional arguments (#31810)slateny2022-05-132-2/+34
* Fix small typo (#92721)Gabi Nagy2022-05-131-1/+1
* gh-92446: Argparse choices should be a sequence (#92450)1809092022-05-131-1/+1
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-1310-24/+31
* gh-85858: Remove PyUnicode_InternImmortal() function (#92579)Victor Stinner2022-05-137-67/+27
* gh-89653: Use int type for Unicode kind (#92704)Victor Stinner2022-05-1313-52/+49
* GH-92236: Remove spurious "line" event when starting coroutine or generator. ...Mark Shannon2022-05-134-0/+107
* gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)Victor Stinner2022-05-133-10/+21
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Christian Heimes2022-05-135-10/+44
* gh-92536: Doc update about Py_UNICODE removal (GH-92756)Inada Naoki2022-05-132-3/+3
* gh-92584: test_cppext uses setuptools (#92639)Victor Stinner2022-05-122-67/+77
* gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)Dennis Sweeney2022-05-121-0/+48
* Check result of utc_to_seconds and skip fold probe in pure Python (#91582)Paul Ganssle2022-05-125-38/+109
* Add notes for maintaining ABCs (#92736)Raymond Hettinger2022-05-122-0/+51
* gh-91578: improved error message when trying to instantiate an abstract class...ravi1402222022-05-124-8/+9
* gh-92514: Remove unused test.support.BasicTestRunner (#92515)Jelle Zijlstra2022-05-123-14/+2
* gh-92436: __future__ docs: add note on expectations for "from __future__ impo...Jelle Zijlstra2022-05-121-1/+9
* Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)Crowthebird2022-05-121-2/+2
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-1235-2088/+197
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-125-102/+73
* Fix typo in argparse docs. (GH-92691)thueringa2022-05-121-1/+1
* gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)Victor Stinner2022-05-121-4/+4
* gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)Victor Stinner2022-05-112-9/+15
* gh-89653: PEP 670: Update C API unicode documentation (#92702)Victor Stinner2022-05-111-10/+11
* gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)Victor Stinner2022-05-111-1/+9
* Fix minor documentation error in bisect docs (GH-92697)Steve Dower2022-05-111-1/+1
* gh-92031, test_embed: Improve test for unquickening static code (#92440)Dennis Sweeney2022-05-111-10/+30
* gh-89653: PEP 670: Use PyObject* type for parameters (#92694)Victor Stinner2022-05-113-15/+20