summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-107091: Fix some uses of :c:member: role (GH-107129)Serhiy Storchaka2023-07-268-14/+16
* Document that `os.link()` is not available on Emscripten (GH-104822)Roman Yurchak2023-07-261-1/+1
* gh-107298: Fix doc references to undocumented modules (#107300)Victor Stinner2023-07-268-13/+11
* gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295)Victor Stinner2023-07-262-3/+9
* gh-107015: Remove async_hacks from the tokenizer (#107018)Pablo Galindo Salgado2023-07-2620-499/+404
* gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...Irit Katriel2023-07-264-42/+91
* gh-104683: Argument Clinic: Make most arguments to `Class` and `Function` req...Alex Waygood2023-07-261-15/+10
* gh-104050: Argument clinic: improve typing around `parse_arg()` methods (#107...Alex Waygood2023-07-261-24/+24
* gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value ty...Christopher Chavez2023-07-261-6/+0
* gh-106368: Increase Argument Clinic CLI test coverage (#107277)Erlend E. Aasland2023-07-261-3/+75
* gh-104050: Argument clinic: annotate `post_parsing()` and `cleanup()` (#107225)Alex Waygood2023-07-251-3/+7
* gh-106939: document ShareableList nul-strip quirk. (#107266)Gregory P. Smith2023-07-251-7/+37
* gh-104050: Argument clinic: more misc typing improvements (#107264)Alex Waygood2023-07-251-6/+11
* gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` ...Nikita Sobolev2023-07-251-1/+1
* gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)Guido van Rossum2023-07-251-0/+7
* gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...Serhiy Storchaka2023-07-252-0/+4
* gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)Christopher Chavez2023-07-252-2/+5
* gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 (GH-107...Serhiy Storchaka2023-07-251-0/+2
* gh-107249: Implement Py_UNUSED() for MSVC (#107250)Victor Stinner2023-07-252-0/+11
* gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects f...shailshouryya2023-07-252-3/+5
* Remove unused internal _PyImport_GetModuleId() function (#107235)Victor Stinner2023-07-252-12/+0
* gh-105059: Fix MSCV compiler warning on PyObject union (#107239)Victor Stinner2023-07-251-0/+11
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-2578-464/+472
* gh-107237: Fix test_udp_reconnection() of test_logging (#107238)Victor Stinner2023-07-252-4/+6
* gh-105059: Use GCC/clang extension for PyObject union (#107232)Victor Stinner2023-07-251-0/+5
* gh-106996: Add a how-to section to the turtle documentation (#107153)Daniele Procida2023-07-251-0/+114
* gh-86493: Modernize modules initialization code (GH-106858)Serhiy Storchaka2023-07-2529-292/+84
* gh-106774: Update bundled pip version to 23.2.1 (#106775)Paul Moore2023-07-253-1/+2
* gh-104050: Argument clinic: more misc typing coverage improvements (#107210)Alex Waygood2023-07-251-11/+18
* gh-104050: Argument clinic: improve typing around adding C converters (#107209)Alex Waygood2023-07-251-7/+13
* gh-107211: No longer export internal variables (#107218)Victor Stinner2023-07-256-20/+26
* gh-107211: No longer export internal functions (4) (#107217)Victor Stinner2023-07-2513-15/+29
* gh-107211: No longer export internal functions (3) (#107215)Victor Stinner2023-07-257-23/+30
* gh-107211: No longer export internal functions (2) (#107214)Victor Stinner2023-07-2510-62/+69
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-2510-66/+67
* gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)Victor Stinner2023-07-253-4/+4
* gh-104050: Argument Clinic: Annotate `CRenderData.__init__` (#107207)Alex Waygood2023-07-241-12/+12
* gh-104050: Argument clinic: misc improvements to type annotation coverage (#1...Alex Waygood2023-07-241-9/+15
* gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...Irit Katriel2023-07-242-36/+34
* gh-104050: Argument clinic: annotate `format_docstring()` (#107200)Alex Waygood2023-07-241-7/+9
* gh-106917: fix super classmethod calls to non-classmethods (#106977)Carl Meyer2023-07-245-5/+51
* gh-106727: Add `__module__` check for `inspect.getsource(cls)` (#106968)Tian Gao2023-07-242-1/+30
* gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)Victor Stinner2023-07-242-11/+6
* gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)Victor Stinner2023-07-242-39/+39
* gh-104050: Argument Clinic: annotate `main()` (#107192)Alex Waygood2023-07-241-4/+5
* GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)Victor Stinner2023-07-242-17/+17
* gh-106368: Increase Argument Clinic CLI test coverage (#107156)Erlend E. Aasland2023-07-241-14/+176
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-248-35/+38
* gh-106320: Remove private _PyUnicode C API (#107185)Victor Stinner2023-07-242-36/+13
* Thoroughly refactor the cases generator (#107151)Guido van Rossum2023-07-247-1169/+1304