summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)Miss Islington (bot)2022-02-172-0/+5
* [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-...Mark Shannon2022-02-161-0/+2
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Miss Islington (bot)2022-02-161-0/+2
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Miss Islington (bot)2022-02-141-0/+3
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Terry Jan Reedy2022-02-131-0/+2
* bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Miss Islington (bot)2022-02-121-0/+5
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Miss Islington (bot)2022-02-111-0/+1
* [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...Petr Viktorin2022-02-111-0/+2
* bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Miss Islington (bot)2022-02-111-0/+2
* [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_as...Andrew Svetlov2022-02-101-0/+2
* [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err...Pablo Galindo Salgado2022-02-101-0/+2
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Miss Islington (bot)2022-02-091-0/+1
* bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Miss Islington (bot)2022-02-081-0/+3
* [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...Pablo Galindo Salgado2022-02-081-0/+2
* [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-3120...Gregory Beauregard2022-02-081-0/+1
* bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Miss Islington (bot)2022-02-071-0/+4
* [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). ...Gregory Beauregard2022-02-071-0/+1
* bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Miss Islington (bot)2022-02-071-0/+1
* bpo-14916: use specified tokenizer fd for file input (GH-31006)Miss Islington (bot)2022-02-031-0/+1
* bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Miss Islington (bot)2022-02-031-0/+1
* bpo-45773: Remove invalid peephole optimizations (GH-31066)Miss Islington (bot)2022-02-031-0/+1
* [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_ge...Gregory P. Smith2022-02-031-0/+3
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Miss Islington (bot)2022-02-021-0/+2
* [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-...Hugo van Kemenade2022-02-021-0/+1
* bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Miss Islington (bot)2022-02-021-0/+2
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Miss Islington (bot)2022-02-021-0/+1
* bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...Miss Islington (bot)2022-02-011-0/+1
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)Ned Deily2022-02-011-0/+1
* bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)Miss Islington (bot)2022-01-311-0/+2
* bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...Kumar Aditya2022-01-291-0/+1
* bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Steve Dower2022-01-281-0/+1
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Miss Islington (bot)2022-01-281-0/+2
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Miss Islington (bot)2022-01-271-0/+1
* [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac...Petr Viktorin2022-01-271-0/+5
* bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...Miss Islington (bot)2022-01-271-0/+5
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)Miss Islington (bot)2022-01-271-0/+4
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Miss Islington (bot)2022-01-261-0/+2
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-261-0/+2
* [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...Pablo Galindo Salgado2022-01-251-0/+2
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Miss Islington (bot)2022-01-251-0/+1
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)Miss Islington (bot)2022-01-252-2/+3
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Miss Islington (bot)2022-01-251-0/+1
* bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)Irit Katriel2022-01-231-0/+3
* [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...Jason R. Coombs2022-01-231-0/+2
* [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...Pablo Galindo Salgado2022-01-231-0/+3
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)Miss Islington (bot)2022-01-231-0/+4
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Miss Islington (bot)2022-01-221-0/+3
* bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)Miss Islington (bot)2022-01-221-0/+5
* [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...Miss Islington (bot)2022-01-221-0/+1
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Miss Islington (bot)2022-01-211-0/+2