summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-106320: Remove private _Py_Identifier API (#108593)Victor Stinner2023-08-298-46/+66
* Fix misc doc typos (#108592)xzmeng2023-08-298-9/+9
* gh-108494: Build _testclinic_limited on Windows (#108589)Victor Stinner2023-08-285-62/+195
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-283-6/+6
* GH-107603: Clinic: Pass specific attributes to ``print_block()`` (#108581)Adam Turner2023-08-282-12/+18
* gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)Nikita Sobolev2023-08-286-11/+23
* gh-106670: Allow Pdb to move between chained exceptions (#106676)Matthias Bussonnier2023-08-285-20/+526
* gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)Alex Waygood2023-08-282-27/+13
* gh-108487: Move assert(self != NULL) down beyond DEOPT_IF() (#108510)Guido van Rossum2023-08-283-2/+3
* gh-108278: Deprecate passing the three first params as keyword args for sqlit...Erlend E. Aasland2023-08-286-6/+112
* gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)Serhiy Storchaka2023-08-2810-114/+147
* gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)Erlend E. Aasland2023-08-282-18/+12
* gh-108550: Speed up sqlite3 tests (#108551)Erlend E. Aasland2023-08-284-101/+74
* gh-64662: Fix NEWS entry and remove What's New entry (#108565)Erlend E. Aasland2023-08-282-4/+1
* Fix typo in typing docs: Remove redundant backtick (#108559)nikkie2023-08-281-1/+1
* GH-108202: Combine documentation of ``calendar`` constants (#108492)Adam Turner2023-08-283-63/+52
* gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)Erlend E. Aasland2023-08-274-7/+38
* gh-108465: Use compiler basename when determining compiler flags (#108392)John Micco2023-08-272-6/+12
* gh-107801: Document io.TextIOWrapper.tell (#108265)Erlend E. Aasland2023-08-273-4/+21
* gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543)Ori Avtalion2023-08-271-1/+1
* gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)Raymond Hettinger2023-08-273-5/+14
* Clarify distinction between datetime module and class in deprecation messages...Clément Robert2023-08-271-4/+4
* Fix grammatical error in stringprep documentation (#108414)Matthew James Kraai2023-08-271-1/+1
* gh-105052:update timeit function's description (#105060)R2023-08-273-8/+17
* gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#10...qqwqqw6892023-08-271-0/+28
* gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)Dong-hee Na2023-08-271-4/+32
* gh-108295: Fix crashes with TypeVar weakrefs (#108517)Jelle Zijlstra2023-08-273-0/+14
* gh-107913: Fix possible losses of OSError error codes (GH-107930)Serhiy Storchaka2023-08-2617-75/+129
* gh-107406: Add better `struct.Struct` repr (#107407)denballakh2023-08-264-0/+29
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-2641-62/+88
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-2613-10/+43
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-2614-14/+46