summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-92032: Add soft keywords to rlcompleter (#92029)kbeldan2022-05-022-2/+5
* Delete outdated comment in logging module (#31117)Thomas Miedema2022-05-021-2/+0
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-7/+12
* bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)Nikita Sobolev2022-05-021-0/+1
* bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)themylogin2022-05-021-0/+3
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-021-0/+6
* gh-90765: configparser test: Catch deprecation warning (#91480)Hugo van Kemenade2022-05-021-1/+3
* gh-90213: Speed up right shifts of negative integers (GH-30277)Mark Dickinson2022-05-021-0/+4
* Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)Hugo van Kemenade2022-05-021-4/+4
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-022-8/+91
* gh-91276: revert the increase of dis output width (GH-92126)Irit Katriel2022-05-022-254/+266
* gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.Str...Alex Waygood2022-05-022-0/+7
* gh-92135: Fix _Py_reinterpret_cast() for const (#92138)Victor Stinner2022-05-022-5/+44
* concurrent.futures: Fix typo in docstring (#92121)Yiannis Hadjicharalambous2022-05-021-1/+1
* gh-89301: Fix regression with bound values in traced SQLite statements (#92053)Erlend Egeberg Aasland2022-05-021-1/+61
* gh-91321: Add _testcppext C++ extension (#32175)Victor Stinner2022-05-022-0/+141
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Serhiy Storchaka2022-05-021-9/+168
* gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...Serhiy Storchaka2022-05-021-0/+8
* bpo-39716: Raise on conflicting subparser names. (GH-18605)Antony Lee2022-05-012-0/+20
* gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)Inada Naoki2022-05-011-0/+2
* gh-91954: Use shell=True in test_subprocess.test_encoding_warning (GH-92090)Dennis Sweeney2022-05-011-6/+5
* gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)Dennis Sweeney2022-04-301-0/+27
* gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)Erlend Egeberg Aasland2022-04-301-22/+29