summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-106962: Detect mpicc in configure.ac (#106961)Lukas van de Wiel2023-07-223-0/+7
* gh-104050: Argument Clinic: Increase typing coverage (#107074)Erlend E. Aasland2023-07-221-13/+22
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-223-6/+7
* gh-106320: Remove private _PyModule API (#107070)Victor Stinner2023-07-222-11/+6
* GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)Victor Stinner2023-07-225-29/+29
* gh-106527: asyncio: optimize to add/remove readers and writers (#106528)J. Nick Koston2023-07-223-53/+48
* gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)Victor Stinner2023-07-225-5/+6
* gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)Jochem Boersma2023-07-222-5/+6
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-2212-46/+40
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-2222-53/+99
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-223-3/+23
* gh-106320: Remove _Py_SwappedOp from the C API (#107036)Victor Stinner2023-07-223-6/+4
* gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTA...Moritz Neeb2023-07-221-2/+1
* gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...Matthieu Caneill2023-07-222-0/+8
* Fix Sphinx warnings in `re` module docs (#107044)wulmer2023-07-222-6/+18
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-2218-16/+53
* gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#1...Oliver Rew2023-07-222-4/+2
* gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)Matthieu Caneill2023-07-223-2/+17
* gh-106320: Remove _PyOS_ReadlineTState API (#107034)Victor Stinner2023-07-223-2/+6
* gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)Jocelyn Castellano2023-07-221-1/+1
* gh-106320: Move private _PyGen API to the internal C API (#107032)Victor Stinner2023-07-222-6/+11
* gh-106320: Move _PyNone_Type to the internal C API (#107030)Victor Stinner2023-07-223-3/+5
* gh-106320: Move private _PyHash API to the internal C API (#107026)Victor Stinner2023-07-228-87/+94
* gh-106320: Document private C API removal in What's New 3.13 (#107027)Victor Stinner2023-07-221-0/+7
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-224-54/+204
* gh-106320: Remove private _PyUnicode_AsString() alias (#107021)Victor Stinner2023-07-222-5/+5
* gh-106989: Remove tok report warnings (#106993)Menelaos Kotoglou2023-07-222-6/+0
* gh-105699: Add some stress tests for subinterpreter creation (#106966)Eric Snow2023-07-221-0/+22
* Reformat code block to make it easier to read (#106965)Joe Kaufeld2023-07-221-5/+14
* gh-106714: Fix test_capi to not write a coredump (#107007)Victor Stinner2023-07-222-3/+12
* gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)Sebastiaan Zeeff2023-07-222-2/+2
* gh-104050: Argument Clinic: Annotate the BufferSeries class (#106935)Erlend E. Aasland2023-07-221-5/+5
* gh-106996: Amend the introduction to the turtle graphics documentation (#106997)Daniele Procida2023-07-221-3/+21
* gh-106978: Bump sphinx-lint to 0.6.8 (#106990)Sven Arends2023-07-221-1/+1
* gh-106368: Increase coverage for Argument Clinic output directive (#106979)Erlend E. Aasland2023-07-221-0/+53
* gh-106976:alphabetise bullets by module name task1 (#106982)littlebutt's workshop2023-07-221-25/+28
* gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)Sebastiaan Zeeff2023-07-221-1/+1
* gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)Hugo van Kemenade2023-07-225-116/+161
* gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)Erlend E. Aasland2023-07-224-8/+77
* gh-96663: Add a better error message for __dict__-less classes setattr (#103232)James Hilton-Balfe2023-07-224-5/+32
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-2110-18/+308
* gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)Eric Snow2023-07-212-4/+11
* gh-105699: Fix an Interned Strings Crasher (gh-106930)Eric Snow2023-07-212-1/+15
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)qqwqqw6892023-07-211-21/+25
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2164-238/+238
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-2140-111/+111
* gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...Serhiy Storchaka2023-07-211-1/+1
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-2147-294/+312
* Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)Erlend E. Aasland2023-07-211-9/+27
* gh-106368: Increase Argument Clinic test coverage for IndentStack (#106933)Erlend E. Aasland2023-07-211-0/+19