summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-066-13/+30
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-062-72/+431
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-055-11/+26
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-056-13/+43
* gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)Christian Heimes2022-05-051-0/+3
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-2/+31
* gh-92135: test_cppext requires subprocess (GH-92349)Christian Heimes2022-05-051-0/+1
* gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)Christian Heimes2022-05-051-0/+3
* gh-92345: Import rlcompleter before sys.path is extended (#92346)Christian Heimes2022-05-051-2/+2
* gh-87390: Fix starred tuple equality and pickling (GH-92337)Serhiy Storchaka2022-05-051-0/+3
* gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...Irit Katriel2022-05-052-0/+43
* bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)Vlad Hoi2022-05-052-1/+14
* bpo-43857: Improve the AttributeError message when deleting a missing attribu...Géry Ogam2022-05-051-0/+43
* Clean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)Raymond Hettinger2022-05-052-96/+54
* Allow translating argument error messages (#17169)DjMorgul2022-05-051-1/+1
* bpo-46764: Fix wrapping bound method with @classmethod (#31367)Michael J. Sullivan2022-05-051-0/+10
* gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...Irit Katriel2022-05-042-0/+30
* GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...Mark Shannon2022-05-041-0/+28
* gh-92107: Add tests that subscription works on arbitrary named tuple types (G...Serhiy Storchaka2022-05-042-0/+26
* gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...Erlend Egeberg Aasland2022-05-042-5/+5
* Fix renamed "total" variable (#92287)Raymond Hettinger2022-05-041-2/+6
* gh-67248: cmd: Sort miscellaneous help topics (#92254)Sam Denton2022-05-042-9/+33
* Compute from_sample() in a single pass over the data (#92284)Raymond Hettinger2022-05-041-18/+27
* bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...Géry Ogam2022-05-031-12/+11
* gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)Erlend Egeberg Aasland2022-05-031-0/+39
* GH-91173: disable frozen modules in debug builds (#92023)Kumar Aditya2022-05-031-5/+5
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-032-3/+9
* bpo-45639: Add webp and avif image formats to mimetypes (#29259)kixorz2022-05-032-0/+5
* gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)Zac Hatfield-Dodds2022-05-032-3/+10
* gh-91321: Add _Py_NULL macro (#92253)Victor Stinner2022-05-032-4/+6
* gh-90172: add test for functools.singledispatch on Union types with None type...Thaddeus14992022-05-031-0/+43
* gh-91320: Fix more old-style cast warnings in C++ (#92247)Victor Stinner2022-05-031-0/+2
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-94/+94
* bpo-29890: Test IPv*Interface construction with tuple argument (#30862)Humbled Drugman2022-05-031-0/+8
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-031-1/+1
* gh-88753: Make BooleanOptionalAction's addition of default to help more simil...Toshio Kuratomi2022-05-032-16/+30
* bpo-46604: fix function name in ssl module docstring (#31064)Kossi GLOKPOR2022-05-031-3/+4
* gh-92031: Deoptimize Static Code at Finalization (GH-92039)Dennis Sweeney2022-05-031-0/+14
* GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)Ma Lin2022-05-031-3/+2
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-033-5/+154
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-032-3/+82
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Thomas Cellerier2022-05-032-9/+22
* The stdev calculation is more accurate computing its own mean (#92220)Raymond Hettinger2022-05-031-2/+1
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-039-41/+31
* bpo-46267: Test compresslevel in gzip.compress (#30416)Ruben Vorderman2022-05-031-0/+9
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-021-0/+44
* gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)Shantanu2022-05-022-3/+34
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-022-2/+11
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-022-4/+52
* gh-92106: Add test that subscription works on arbitrary TypedDicts (#92176)Serhiy Storchaka2022-05-021-0/+13