summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...Mark Shannon2023-08-317-66/+123
* gh-106320: Don't export _Py_ForgetReference() function (#108712)Victor Stinner2023-08-311-2/+8
* gh-107149: Make PyUnstable_ExecutableKinds public (#108440)Victor Stinner2023-08-313-14/+14
* gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)Alex Waygood2023-08-313-11/+5
* gh-101100: Fix sphinx warnings in `threading.rst` (#108684)Nikita Sobolev2023-08-312-9/+8
* gh-108696: revert bypassing import cache in test_import helper (#108698)Carl Meyer2023-08-311-2/+1
* gh-108654: restore comprehension locals before handling exception (#108659)Carl Meyer2023-08-303-14/+90
* gh-108297: Remove test_crashers (#108690)Victor Stinner2023-08-301-37/+0
* gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568)albanD2023-08-303-3/+34
* gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)Erlend E. Aasland2023-08-303-41/+2
* gh-108494: Argument Clinic: Document how to generate code that uses the limit...Victor Stinner2023-08-302-2/+24
* Document Python build requirements (#108646)Victor Stinner2023-08-302-6/+23
* gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)Hugo van Kemenade2023-08-302-5/+11
* Fix typo in multiprocessing docs (#108666)kato89662023-08-301-1/+1
* gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#10...Sebastian Rittau2023-08-301-1/+1
* gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)Corvin2023-08-303-2/+41
* Revert "gh-103224: Use the realpath of the Python executable in `test_venv` (...Serhiy Storchaka2023-08-301-5/+3
* gh-106320: Remove private _Py_ForgetReference() (#108664)Victor Stinner2023-08-302-5/+5
* Mention Ellipsis pickling in the docs (#103660)sterliakov2023-08-301-1/+2
* Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)Serhiy Storchaka2023-08-291-1/+1
* gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...Erlend E. Aasland2023-08-297-22/+206
* gh-108455: peg_generator: install two stubs packages before running mypy (#10...Alex Waygood2023-08-294-6/+17
* gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)Erlend E. Aasland2023-08-293-14/+23
* gh-108488: Initialize JUMP_BACKWARD cache to 0, not 17 (#108591)Guido van Rossum2023-08-293-3/+6
* gh-107557: Remove unnecessary SAVE_IP instructions (#108583)Guido van Rossum2023-08-295-231/+392
* test_sys: remove debug print() (#108642)Victor Stinner2023-08-291-1/+0
* gh-108638: Fix stat.filemode() when _stat is missing (#108639)Victor Stinner2023-08-292-3/+13
* Use non alternate name for Kyiv (GH-108533)Jochen Sprickerhof2023-08-291-1/+1
* gh-108635: Make parameters of some implementations of special methods positio...Serhiy Storchaka2023-08-298-254/+36
* gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#1...Nikita Sobolev2023-08-292-4/+1
* gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#10...Nikita Sobolev2023-08-291-0/+5
* gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)Victor Stinner2023-08-293-1/+46
* gh-108494: Argument Clinic: fix option group for Limited C API (#108574)Victor Stinner2023-08-291-3/+9
* gh-108455: peg_generator: make the mypy config slightly stricter (#108627)Alex Waygood2023-08-294-8/+12
* gh-108455: Simplify the peg_generator mypy config (#108620)Alex Waygood2023-08-291-18/+8
* gh-108617: Extend interactive session tests for sqlite3 (GH-108556)Serhiy Storchaka2023-08-291-6/+32
* gh-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)Erlend E. Aasland2023-08-291-1/+1
* gh-108558: Improve sqlite3 row factory tests (#108578)Edward Schauman-Haigh2023-08-291-14/+14
* GH-106176, GH-104702: Fix reference leak when importing across multiple threa...Brett Cannon2023-08-292-12/+107
* gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)Victor Stinner2023-08-291-1/+2
* gh-106320: Remove private _PyObject_GetState() (#108606)Victor Stinner2023-08-292-6/+4
* gh-106320: Remove private _PyOS_IsMainThread() function (#108605)Victor Stinner2023-08-292-9/+11
* gh-106320: Remove private _PyErr_SetKeyError() (#108607)Victor Stinner2023-08-293-4/+5
* gh-106320: Remove private _PyLong_New() function (#108604)Victor Stinner2023-08-292-8/+11
* gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)Victor Stinner2023-08-292-9/+8
* gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)Victor Stinner2023-08-292-7/+8
* gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)Victor Stinner2023-08-292-1/+2
* gh-106320: Remove private pythonrun API (#108599)Victor Stinner2023-08-299-24/+48
* gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)Victor Stinner2023-08-294-9/+6
* gh-108240: Add pycore_capsule.h internal header file (#108596)Victor Stinner2023-08-297-5/+24