summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-46458: emit code for else of a try block immediately after the try body (...Irit Katriel2022-01-271-0/+4
* bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya2022-01-271-0/+1
* bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...Serhiy Storchaka2022-01-271-0/+5
* bpo-46544: Do not leak `x` and `uspace` in textwrap.TextWrapper (GH-30955)Nikita Sobolev2022-01-271-0/+2
* bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930)Christian Heimes2022-01-271-2/+2
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-271-0/+3
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Terry Jan Reedy2022-01-271-0/+4
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Gregory Beauregard2022-01-271-0/+1
* bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)Victor Stinner2022-01-271-0/+2
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Victor Stinner2022-01-261-0/+2
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-261-0/+3
* bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)Jelle Zijlstra2022-01-261-0/+2
* bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851)Christian Heimes2022-01-261-0/+2
* bpo-46091: Correctly calculate indentation levels for whitespace lines with c...Pablo Galindo Salgado2022-01-251-0/+2
* bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them...Irit Katriel2022-01-251-0/+3
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+3
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Gregory Beauregard2022-01-251-0/+1
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868)Terry Jan Reedy2022-01-252-2/+3
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Eric V. Smith2022-01-251-0/+1
* bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new...Irit Katriel2022-01-241-0/+1
* bpo-46470: remove unused branch from `typing._remove_dups_flatten` (GH-30780)Nikita Sobolev2022-01-241-0/+1
* bpo-41906: Accept built filters in dictConfig (GH-30756)Mario Corchero2022-01-241-0/+2
* bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)Nikita Sobolev2022-01-241-0/+1
* 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-212-0/+3
* 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-45554: Document multiprocessing.Process.exitcode values (GH-30142)John Marshall2022-01-181-0/+1
* bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)Géry Ogam2022-01-181-0/+2