summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-64595: Argument Clinic: Touch source file if any output file changed (#104...Erlend E. Aasland2023-05-052-9/+17
* gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)Erlend E. Aasland2023-05-053-1/+353
* gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...Erlend E. Aasland2023-05-052-1/+181
* gh-64658: Expand Argument Clinic return converter docs (#104175)Erlend E. Aasland2023-05-051-13/+28
* GH-103092: port `_asyncio` freelist to module state (#104196)Kumar Aditya2023-05-051-27/+25
* gh-104051: fix crash in test_xxtestfuzz with -We (#104052)Irit Katriel2023-05-051-3/+10
* gh-104190: fix ubsan crash (#104191)sunmy20192023-05-051-1/+1
* gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)Dong-hee Na2023-05-052-4/+13
* GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)Brandt Bucher2023-05-053-18/+30
* gh-104112: link from cached_property docs to method-caching FAQ (#104113)Carl Meyer2023-05-041-12/+4
* gh-68968: Correcting message display issue with assertEqual (#103937)Michael Blahay2023-05-044-11/+87
* GH-103899: Provide a hint when accidentally calling a module (GH-103900)Brandt Bucher2023-05-043-6/+73
* gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)Carl Meyer2023-05-043-3/+5