summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message ...Kirill Podoprigora2023-05-091-1/+1
* gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)Jacob Bower2023-05-091-0/+11
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-0927-695/+1243
* gh-99889: Fix directory traversal security flaw in uu.decode() (#104096)Sam Carroll2023-05-093-1/+38
* gh-104184: fix building --with-pydebug --enable-pystats (#104217)Carl Meyer2023-05-091-1/+1
* gh-104139: Add itms-services to uses_netloc urllib.parse. (#104312)Gregory P. Smith2023-05-093-15/+23
* gh-104240: return code unit metadata from codegen (#104300)Irit Katriel2023-05-094-6/+50
* gh-104276: Make `_struct.unpack_iterator` type use type flag instead of custo...chgnrdv2023-05-091-7/+1
* gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...Itamar Ostricher2023-05-091-5/+5
* gh-103193: Fix refleaks in `test_inspect` and `test_typing` (#104320)Alex Waygood2023-05-091-0/+7
* require-pr-label.yml: Add missing "permissions:" (#104309)Sebastian Pipping2023-05-091-0/+4
* gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)Zhang Na2023-05-094-0/+43
* gh-104180: Read SOCKS proxies from macOS System Configuration (#104181)samschott2023-05-092-0/+7
* gh-97696 Remove unnecessary check for eager_start kwarg (#104188)Jacob Bower2023-05-091-4/+17
* GH-104308: socket.getnameinfo should release the GIL (#104307)Nathaniel J. Smith2023-05-082-0/+3
* gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)Eric Snow2023-05-084-0/+163
* gh-99113: A Per-Interpreter GIL! (gh-104210)Eric Snow2023-05-087-52/+24
* GH-104284: Fix documentation gettext build (#104296)Adam Turner2023-05-081-10/+10
* gh-89550: Buffer GzipFile.write to reduce execution time by ~15% (#101251)Arjun2023-05-082-5/+37
* 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