summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-106917: fix super classmethod calls to non-classmethods (#106977)Carl Meyer2023-07-241-0/+4
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-231-2/+2
* gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)Dong-hee Na2023-07-232-2/+2
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-0/+1
* gh-62519: Make pgettext search plurals when translation is not found (#107118)Tomas R2023-07-231-0/+2
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-0/+1
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-232-3/+3
* gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...htsedebenham2023-07-231-0/+3
* bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...Gilles Bassière2023-07-231-0/+2
* gh-54738: Add argparse i18n howto (#104562)Tomas R2023-07-231-0/+1
* gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)J. Nick Koston2023-07-231-0/+1
* gh-106962: Detect mpicc in configure.ac (#106961)Lukas van de Wiel2023-07-221-0/+1
* gh-106527: asyncio: optimize to add/remove readers and writers (#106528)J. Nick Koston2023-07-221-0/+1
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-225-5/+6
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-221-0/+2
* gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...Matthieu Caneill2023-07-221-0/+2
* gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)Matthieu Caneill2023-07-221-0/+1
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-222-0/+2
* gh-106320: Remove private _PyUnicode_AsString() alias (#107021)Victor Stinner2023-07-221-0/+5
* gh-106714: Fix test_capi to not write a coredump (#107007)Victor Stinner2023-07-221-0/+3
* gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)Erlend E. Aasland2023-07-221-0/+4
* gh-96663: Add a better error message for __dict__-less classes setattr (#103232)James Hilton-Balfe2023-07-221-0/+1
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-212-0/+8
* gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)Eric Snow2023-07-211-0/+4
* gh-105699: Fix an Interned Strings Crasher (gh-106930)Eric Snow2023-07-211-0/+3
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2122-46/+46
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-213-4/+4
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-218-18/+18
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-211-4/+4
* GH-104584: Miscellaneous fixes for -Xuops (GH-106908)Brandt Bucher2023-07-201-0/+3
* Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)Zach Brantmeier2023-07-201-1/+1
* gh-106751: Optimize _PolllikeSelector for many iteration case (gh-106884)Pieter Eendebak2023-07-201-0/+1
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-191-0/+3
* gh-104090: Fix unittest collectedDurations resources leak (#106795)Yonatan Bitton2023-07-191-0/+1
* gh-106751: Optimize SelectSelector.select() for many iteration case (gh-106879)Dong-hee Na2023-07-191-0/+2
* gh-106751: Optimize KqueueSelector.select() for many iteration case (gh-106864)Dong-hee Na2023-07-191-0/+2
* gh-106727: Make `inspect.getsource` smarter for class for same name definitio...Tian Gao2023-07-181-0/+1
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-0/+1
* gh-106751: selectors: optimize EpollSelector.select() (#106754)J. Nick Koston2023-07-181-0/+1
* bpo-42327: C API: Add PyModule_Add() function (GH-23443)Serhiy Storchaka2023-07-182-0/+3
* gh-106719: Fix __annotations__ getter and setter in the type and module types...Serhiy Storchaka2023-07-181-0/+2
* gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)Nikita Sobolev2023-07-171-0/+2
* gh-106789: avoid importing pprint from sysconfig (#106790)Irit Katriel2023-07-171-0/+1
* gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...Grigoriev Semyon2023-07-161-0/+3
* gh-106706: Streamline family syntax in cases generator DSL (#106716)Kevin Diem2023-07-161-0/+3
* gh-106752: Sync with zipp 3.16.2 (#106757)Jason R. Coombs2023-07-151-0/+5
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-151-0/+3
* gh-106752: Move zipfile._path into its own package (#106753)Jason R. Coombs2023-07-141-0/+2
* gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)J. Nick Koston2023-07-141-0/+1
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-141-0/+1