summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)Carl Meyer2023-07-053-10/+36
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-054-5/+6
* shlex docs: remove outdated note (#106463)Jelle Zijlstra2023-07-051-6/+0
* gh-102542 Remove unused bytes object and bytes slicing (#106433)JosephSBoyle2023-07-051-7/+4
* Clarify state of CancelledError in doc (#106453)Kristján Valur Jónsson2023-07-051-1/+1
* gh-64595: Fix regression in file write logic in Argument Clinic (#106449)Erlend E. Aasland2023-07-052-27/+15
* gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (#106443)Erlend E. Aasland2023-07-052-2/+3
* tp_flags docs: fix indentation (#106420)Jelle Zijlstra2023-07-051-9/+9
* gh-104050: Partially annotate Argument Clinic CLanguage class (#106437)Erlend E. Aasland2023-07-041-6/+19
* gh-106368: Add tests for formatting helpers in Argument Clinic (#106415)Erlend E. Aasland2023-07-041-0/+164
* gh-104050: Annotate Argument Clinic parameter permutation helpers (#106431)Erlend E. Aasland2023-07-041-7/+24
* gh-104050: Annotate toplevel functions in clinic.py (#106435)Erlend E. Aasland2023-07-041-16/+47
* gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#1...Guido van Rossum2023-07-041-0/+1
* Add some codeowners for `Tools/clinic/` (#106430)Alex Waygood2023-07-041-0/+4
* gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106...Nikita Sobolev2023-07-041-1/+1
* gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)Mario Corchero2023-07-043-28/+28
* gh-106162: array: suppress warning in test_array (#106404)Inada Naoki2023-07-041-0/+8
* gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)Victor Stinner2023-07-042-32/+32
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-048-14/+130
* gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)Nikita Sobolev2023-07-041-0/+1
* gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)Lysandros Nikolaou2023-07-043-0/+33
* gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)Erlend E. Aasland2023-07-042-2/+108
* GH-106008: Fix refleak when peepholing `None` comparisons (#106367)Brandt Bucher2023-07-042-1/+3
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-0419-76/+104
* gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)Victor Stinner2023-07-046-50/+56
* gh-106320: Remove _PyBytesWriter C API (#106399)Victor Stinner2023-07-045-82/+86
* gh-106320: Remove private _PyUnicode codecs C API functions (#106385)Victor Stinner2023-07-043-106/+101
* gh-106368: Increase Argument Clinic test coverage (#106389)Erlend E. Aasland2023-07-031-0/+24
* gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)Victor Stinner2023-07-031-2/+2
* gh-106368: Harden Argument Clinic parser tests (#106384)Erlend E. Aasland2023-07-031-42/+68
* gh-106320: Remove private _PyImport C API functions (#106383)Victor Stinner2023-07-038-22/+46
* gh-86085: Remove _PyCodec_Forget() declaration (#106377)Victor Stinner2023-07-031-2/+0
* gh-106320: Remove more private _PyUnicode C API functions (#106382)Victor Stinner2023-07-033-70/+70
* gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)Erlend E. Aasland2023-07-031-9/+19
* gh-106368: Clean up Argument Clinic tests (#106373)Erlend E. Aasland2023-07-031-356/+440
* gh-104683: Modernise Argument Clinic parameter state machine (#106362)Erlend E. Aasland2023-07-031-51/+78
* Small speed-up for the convolve() recipe. (GH-106371)Raymond Hettinger2023-07-031-2/+2
* GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)Barney Gale2023-07-033-2/+12
* GH-104584: Fix ENTER_EXECUTOR (GH-106141)Mark Shannon2023-07-038-269/+272
* gh-106368: Increase Argument Clinic test coverage (#106369)Erlend E. Aasland2023-07-031-0/+57
* gh-106078: Move `context template` to decimal module global state (#106346)Charlie Zhao2023-07-032-32/+30
* gh-106290: Fix edge cases around uops (#106319)Guido van Rossum2023-07-037-234/+274
* gh-91053: make func watcher tests resilient to other func watchers (#106286)Carl Meyer2023-07-031-12/+11
* gh-104050: Add more type hints to Argument Clinic DSLParser() (#106354)Erlend E. Aasland2023-07-031-8/+11
* gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)Erlend E. Aasland2023-07-033-7/+27
* gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)Erlend E. Aasland2023-07-031-1/+0
* gh-106320: Remove private _PyErr C API functions (#106356)Victor Stinner2023-07-039-46/+63
* gh-104050: Annotate Argument Clinic DSLParser attributes (#106357)Erlend E. Aasland2023-07-031-1/+14
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-0320-18/+56
* gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)Victor Stinner2023-07-038-144/+166