summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)Mark Shannon2022-01-241-0/+3
* bpo-41403: Improve error message for invalid mock target (GH-30833)Irit Katriel2022-01-231-0/+3
* bpo-46471: Use single byte singletons (GH-30781)Kumar Aditya2022-01-231-0/+1
* bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)Weipeng Hong2022-01-231-0/+2
* bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)Dong-hee Na2022-01-231-0/+2
* bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-3...Nikita Sobolev2022-01-231-0/+2
* bpo-46406: Faster single digit int division. (#30626)Gregory P. Smith2022-01-231-0/+3
* bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4....Jason R. Coombs2022-01-231-0/+2
* bpo-46474: Apply changes from importlib_metadata 4.10.0 (GH-30802)Jason R. Coombs2022-01-231-0/+2
* bpo-46126: Disable 'descriptions' when running tests internally. (GH-30194)Jason R. Coombs2022-01-221-0/+1
* bpo-46417: Fix race condition on setting type __bases__ (GH-30788)Victor Stinner2022-01-221-0/+5
* bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)Kumar Aditya2022-01-221-0/+1
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Steve Dower2022-01-211-0/+2
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Weipeng Hong2022-01-211-0/+3
* bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (G...Jason R. Coombs2022-01-211-0/+1
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Tom Sparrow2022-01-211-0/+2
* bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)Victor Stinner2022-01-211-0/+3
* bpo-30512: Add CAN Socket support for NetBSD (GH-30066)Thomas Klausner2022-01-211-0/+1
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)andrei kulakov2022-01-211-0/+2
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Felix Fontein2022-01-201-0/+3
* bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)Barney Gale2022-01-201-0/+1
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-201-0/+1
* bpo-46409: Make generators in bytecode (GH-30633)Mark Shannon2022-01-201-0/+6
* bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)Kumar Aditya2022-01-201-0/+1
* bpo-43869: Time Epoch is the same on all platforms (GH-30664)Victor Stinner2022-01-191-0/+2
* bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)Géry Ogam2022-01-181-0/+2
* bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)Thomas Klausner2022-01-181-0/+1
* bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)Steve Dower2022-01-181-0/+3
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-0/+1
* bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)zq19972022-01-171-0/+1
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-171-0/+2
* bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)Victor Stinner2022-01-171-0/+3
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-171-2/+0
* bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)Christian Heimes2022-01-171-0/+4
* bpo-40280: Add requires_fork test helper (GH-30622)Christian Heimes2022-01-161-0/+2
* bpo-46361: Fix "small" `int` caching (GH-30583)Brandt Bucher2022-01-161-0/+2
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-161-0/+2
* bpo-46258: Streamline isqrt fast path (#30333)Mark Dickinson2022-01-151-0/+2
* bpo-46383: Fix signature of zoneinfo module_free function (GH-30607)Christian Heimes2022-01-151-0/+2
* bpo-46242: [Enum] better error message for extending `Enum` with members (GH-...Nikita Sobolev2022-01-141-0/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-01-142-0/+7
|\
| * bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)Mark Dickinson2022-01-141-0/+5
| * bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)neonene2022-01-131-0/+2
* | Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-13116-226/+1177
|/
* bpo-46070: _PyGC_Fini() untracks objects (GH-30577)Victor Stinner2022-01-131-0/+5
* bpo-44133: Link Python executable with object files (GH-30556)Victor Stinner2022-01-132-0/+7
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-0/+1
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-0/+2
* bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes2022-01-131-0/+2
* bpo-45953: Statically allocate the main interpreter (and initial thread state...Eric Snow2022-01-121-0/+4