summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-101-0/+5
* GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)Mark Shannon2023-07-101-0/+3
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-0/+2
* gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)Victor Stinner2023-07-091-4/+5
* gh-106510: Fix DEBUG output for atomic group (GH-106511)Serhiy Storchaka2023-07-081-0/+1
* gh-106524: Fix a crash in _sre.template() (GH-106525)Radislav Chugunov2023-07-081-0/+1
* gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...Desmond Cheong2023-07-071-0/+1
* gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....Andrew Geng2023-07-072-0/+3
* gh-90876: Restore the ability to import multiprocessing when `sys.executable`...Gregory P. Smith2023-07-061-0/+3
* gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)Ariel Eizenberg2023-07-061-0/+1
* gh-105340: include hidden fast-locals in locals() (#105715)Carl Meyer2023-07-051-0/+2
* gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)Carl Meyer2023-07-051-0/+4
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-051-0/+1
* gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)Lysandros Nikolaou2023-07-041-0/+3
* GH-106008: Fix refleak when peepholing `None` comparisons (#106367)Brandt Bucher2023-07-041-0/+2
* GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)Barney Gale2023-07-031-0/+2
* gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)Erlend E. Aasland2023-07-031-0/+2
* gh-61215: New mock to wait for multi-threaded events to happen (#16094)Mario Corchero2023-07-031-0/+3
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-011-0/+3
* gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)Kirill Podoprigora2023-07-011-0/+1