summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-106531: Remove importlib.resources._legacy (#106532)Jason R. Coombs2023-07-141-0/+3
* gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL cont...Grant Ramsay2023-07-141-0/+2
* gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...Nikita Sobolev2023-07-141-0/+3
* gh-106664: selectors: add get() method to _SelectorMapping (#106665)J. Nick Koston2023-07-131-0/+1
* gh-106690: Add a .coveragerc file to the CPython repository (#8150)Ammar Askar2023-07-131-0/+1
* GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)Mark Shannon2023-07-131-0/+1
* gh-106309: Deprecate typing.no_type_check_decorator (#106312)Alex Waygood2023-07-131-0/+2
* gh-106634: Corrected minor asyncio doc issues (#106671)Chris Brett2023-07-131-0/+1
* gh-106628: email parsing speedup (gh-106629)CF Bolz-Tereick2023-07-131-0/+2
* gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-...Jim Porter2023-07-131-0/+2
* gh-105235: Prevent reading outside buffer during mmap.find() (#105252)Dennis Sweeney2023-07-131-0/+1
* gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)Prince Roshan2023-07-121-0/+1
* gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106...Nikita Sobolev2023-07-121-0/+2
* GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)Mark Shannon2023-07-121-0/+1
* gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)Steve Dower2023-07-121-0/+1
* gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source direc...Ijtaba Hussain2023-07-111-0/+2
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-112-0/+5
* gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)Pablo Galindo Salgado2023-07-111-0/+5
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-112-0/+5
* gh-106403: Restore weakref support for TypeVar and friends (#106418)Jelle Zijlstra2023-07-111-0/+4
* gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)Terry Jan Reedy2023-07-111-0/+2
* gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)Ethan Furman2023-07-111-0/+1
* gh-106572: Convert PyObject_DelAttr() to a function (#106611)Victor Stinner2023-07-112-0/+6
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-101-0/+4
* gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)Louis Paulot2023-07-101-0/+1