summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-104223: Fix issues with inheriting from buffer classes (#104227)Jelle Zijlstra2023-05-086-13/+334
* gh-99108: fix typo in Modules/Setup (#104293)Jonathan Protzenko2023-05-081-1/+1
* GH-104145: Use fully-qualified cross reference types for the bisect module (#...Adam Turner2023-05-081-10/+12
* gh-103193: Improve `getattr_static` test coverage (#104286)Alex Waygood2023-05-081-0/+29
* Trim trailing whitespace and test on CI (#104275)Hugo van Kemenade2023-05-0813-12/+44
* gh-102500: Remove mention of bytes shorthand (#104281)Shantanu2023-05-081-6/+3
* gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)Itamar Ostricher2023-05-082-2/+20
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-0821-434/+1204
* gh-104273: Remove redundant len() calls in argparse function (#104274)Burak Saler2023-05-071-3/+4
* gh-64660: Don't hardcode Argument Clinic return converter result variable nam...Erlend E. Aasland2023-05-071-9/+14
* gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (#104266)chgnrdv2023-05-073-3/+14
* GH-102613: Improve performance of `pathlib.Path.rglob()` (GH-104244)Barney Gale2023-05-073-18/+45
* gh-103650: Fix perf maps address format (#103651)Arthur Pastel2023-05-073-4/+11
* GH-89812: Churn `pathlib.Path` methods (GH-104243)Barney Gale2023-05-071-303/+303
* gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)Irit Katriel2023-05-079-15/+43
* gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...Alex Waygood2023-05-073-5/+32
* GH-100479: Fix pathlib test failure on WASI (#104215)Barney Gale2023-05-071-1/+2
* gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)Erlend E. Aasland2023-05-074-51/+29
* gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds...Erlend E. Aasland2023-05-074-9/+36
* gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)Erlend E. Aasland2023-05-074-70/+51
* gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)Erlend E. Aasland2023-05-074-48/+42
* Re-enable commented-out test in test_generators.py (#104130)ymki43602023-05-071-5/+4
* gh-104018: remove unused format "z" handling in string formatfloat() (#104107)John Belmonte2023-05-074-8/+0
* gh-97696: Use `PyObject_CallMethodNoArgs` and inline is_loop_running check in...Itamar Ostricher2023-05-071-18/+5
* gh-103886: Improve `builtins.__doc__` (#104179)Tomas R2023-05-071-2/+9
* gh-104254: Document the optional keyword-only "context" argument to Task cons...Itamar Ostricher2023-05-071-4/+8
* gh-101640: Make argparse _print_message catch any write error (#101802)Oleg Iarygin2023-05-063-3/+37
* gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)Eric Snow2023-05-064-40/+113
* gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)Eric Snow2023-05-065-2/+99
* gh-101819: Remove unused 'locale_module' from _io state (#104246)Erlend E. Aasland2023-05-062-5/+0
* GH-103548: Improve performance of `pathlib.Path.[is_]absolute()` (GH-103549)Barney Gale2023-05-062-1/+14
* gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3...Alex Waygood2023-05-064-135/+472
* gh-104144: Optimize gather to finish eagerly when all futures complete eagerl...Itamar Ostricher2023-05-062-1/+15
* Rewrite the turtledemo makeGraphFrame method (#104224)Terry Jan Reedy2023-05-061-10/+14
* gh-65772: Clean-up turtle module (#104218)Terry Jan Reedy2023-05-062-40/+22
* gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)Nikita Sobolev2023-05-061-0/+2
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-0623-77/+77
* gh-102215: importlib documentation cleanupsSam Morris2023-05-062-10/+10
* gh-101819: Prepare to modernize the _io extension (#104178)Victor Stinner2023-05-059-37/+92
* gh-97696: Remove redundant #include (#104216)Jacob Bower2023-05-051-1/+0
* gh-104144: Skip scheduling a done callback if a TaskGroup task completes eage...Itamar Ostricher2023-05-052-2/+9
* gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)Eric Snow2023-05-0511-19/+80
* gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214)Erlend E. Aasland2023-05-051-3/+1
* gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)Eric Snow2023-05-0599-4/+144
* gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)Eric Snow2023-05-055-22/+122
* gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)Eric Snow2023-05-055-40/+65
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-055-47/+108
* gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)Alexey Namyotkin2023-05-053-11/+24
* gh-103533: Use PEP 669 APIs for cprofile (GH-103534)Tian Gao2023-05-054-73/+200
* GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...Mark Shannon2023-05-059-8/+48