summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...Nikita Sobolev2023-01-231-0/+2
* gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)Jacob Walls2023-01-231-0/+4
* gh-67790: Support float-style formatting for Fraction instances (#100161)Mark Dickinson2023-01-221-0/+2
* Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo`...Kumar Aditya2023-01-221-2/+0
* gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)Sergey G. Brester2023-01-221-0/+2
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-222-0/+2
* gh-100726: Optimize construction of range object for medium sized integers (#...Pieter Eendebak2023-01-211-0/+1
* gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`Kamil Turek2023-01-211-0/+1
* gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...Mark Dickinson2023-01-211-0/+2
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...J. Nick Koston2023-01-211-0/+2
* gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)Jean-Paul Calderone2023-01-211-0/+5
* gh-100750: pass encoding kwarg in lib/platform.py (#100751)Thomas Grainger2023-01-201-0/+1
* gh-92123: Convert `_elementtree` types to heap types (#99221)Erlend E. Aasland2023-01-201-0/+1
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-202-0/+4
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-201-0/+4
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-191-0/+1
* gh-100340: Allows -Wno-int-conversion for wasm (#100341)Kushal Das2023-01-181-0/+2
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Paul Moore2023-01-171-0/+1
* gh-101046: Fix a potential memory leak in the parser when raising MemoryError...Pablo Galindo Salgado2023-01-161-0/+2
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-161-0/+3
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-161-0/+4
* gh-94518: [_posixsubprocess] Replace variable validity flags with reserved va...Oleg Iarygin2023-01-141-0/+2
* gh-74033: Fix bug when Path takes and ignores **kwargs (GH-19632)Yurii Karabas2023-01-141-0/+1
* GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)Guido van Rossum2023-01-131-0/+1
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-131-0/+3
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-0/+2
* gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...Steve Dower2023-01-131-0/+2
* GH-100942: Fix incorrect cast in property_copy(). (#100965)Raymond Hettinger2023-01-121-0/+2
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Barney Gale2023-01-121-0/+5
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-112-0/+3
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-111-0/+2
* GH-100892: Fix race in clearing `threading.local` (#100922)Kumar Aditya2023-01-111-0/+1
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-10111-222/+1132
* GH-100117: Make `co_lines` more efficient (GH-100447)Brandt Bucher2023-01-101-0/+2
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Ned Deily2023-01-101-0/+1
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Steve Dower2023-01-091-0/+1
* GH-100126: Skip incomplete frames in more places (GH-100613)Brandt Bucher2023-01-091-0/+3
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...C.A.M. Gerlach2023-01-091-0/+2
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...dgelessus2023-01-091-0/+2
* GH-100813: Add `socket.IP_PKTINFO` constant (#10294)dsentinel2023-01-091-0/+1
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-081-0/+5
* GH-100805: Support numpy.array() in random.choice(). (GH-100830)Raymond Hettinger2023-01-081-0/+2
* gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)Mark Dickinson2023-01-081-0/+1
* gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...Nikita Sobolev2023-01-081-0/+1
* gh-91851: Micro optimizations for arithmetic between Fractions (#25518)Sergey B Kirpichev2023-01-081-0/+1
* gh-100776: Fix misleading default value in help(input) (#100788)Shantanu2023-01-081-0/+1
* gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793)Nikita Sobolev2023-01-071-0/+1
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-071-0/+1
* gh-96127: Fix `inspect.signature` call on mocks (#96335)Nikita Sobolev2023-01-071-0/+2
* gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...Christian Klein2023-01-061-0/+7