summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-41841: update idlelib News up to 3.10.0. (GH-30868)Terry Jan Reedy2022-01-251-1/+31
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Eric V. Smith2022-01-251-0/+4
* bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new...Irit Katriel2022-01-241-1/+1
* fixed flaky test (GH-30845)Kumar Aditya2022-01-241-5/+7
* bpo-46470: remove unused branch from `typing._remove_dups_flatten` (GH-30780)Nikita Sobolev2022-01-241-2/+0
* bpo-41906: Accept built filters in dictConfig (GH-30756)Mario Corchero2022-01-242-1/+43
* bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)Nikita Sobolev2022-01-242-14/+19
* bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)Mark Shannon2022-01-242-2/+3
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)Raymond Hettinger2022-01-231-6/+29
* bpo-41403: Improve error message for invalid mock target (GH-30833)Irit Katriel2022-01-232-5/+10
* bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)Weipeng Hong2022-01-232-13/+18
* bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)Dong-hee Na2022-01-231-2/+2
* bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-3...Nikita Sobolev2022-01-232-5/+11
* bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4....Jason R. Coombs2022-01-231-2/+2
* bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)Victor Stinner2022-01-231-0/+39
* This localization technique is no longer cost effective. (GH-30818)Raymond Hettinger2022-01-231-12/+12
* bpo-46474: Apply changes from importlib_metadata 4.10.0 (GH-30802)Jason R. Coombs2022-01-232-28/+1
* bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_import...Jason R. Coombs2022-01-2310-40/+22
* bpo-46477: [Enum] ensure Flag subclasses have correct bitwise methods (GH-30816)Ethan Furman2022-01-232-39/+48
* Minor code rearrangement to group related methods together. (GH-30813)Raymond Hettinger2022-01-231-40/+38
* bpo-46417: Clear symtable identifiers at exit (GH-30809)Victor Stinner2022-01-221-1/+4
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)Nikita Sobolev2022-01-221-0/+2
* bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)Victor Stinner2022-01-221-12/+12
* bpo-46126: Disable 'descriptions' when running tests internally. (GH-30194)Jason R. Coombs2022-01-221-1/+5
* bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` (GH-...Nikita Sobolev2022-01-222-3/+7
* bpo-46425: fix direct invocation of `test_importlib` (GH-30682)Nikita Sobolev2022-01-2239-61/+74
* bpo-46425: use absolute imports in `test_sqlite3` (GH-30676)Nikita Sobolev2022-01-224-6/+5
* bpo-46425: fix direct invocation of `test_traceback` (GH-30746)Nikita Sobolev2022-01-221-2/+3
* bpo-46417: remove_subclass() clears tp_subclasses (GH-30793)Victor Stinner2022-01-221-0/+17
* bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)Kumar Aditya2022-01-226-10/+25
* fix DeprecationWarning when running asyncio tests (GH-30486)Kumar Aditya2022-01-221-1/+1
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-226-2/+25
* bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)Yellow Dusk2022-01-221-2/+14
* bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)Nikita Sobolev2022-01-211-1/+87
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Weipeng Hong2022-01-213-2/+24
* bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (G...Jason R. Coombs2022-01-212-3/+3
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Tom Sparrow2022-01-212-0/+24
* bpo-46426: Improve tests for the dir_fd argument (GH-30668)Serhiy Storchaka2022-01-213-230/+208
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)andrei kulakov2022-01-212-1/+20
* bpo-46425: Fix direct invocation of `test_contextlib` (GH-30681)Nikita Sobolev2022-01-211-4/+10
* bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)Victor Stinner2022-01-211-0/+10
* bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)Victor Stinner2022-01-211-1/+1
* bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner2022-01-212-0/+67
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Felix Fontein2022-01-202-3/+6
* bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...Batuhan Taskaya2022-01-201-0/+33
* bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)Barney Gale2022-01-201-3/+0
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-206-5/+29
* bpo-46409: Make generators in bytecode (GH-30633)Mark Shannon2022-01-206-13/+15
* bpo-46437: remove useless `hasattr` from `test_typing` (#30704)Nikita Sobolev2022-01-191-9/+7
* bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH...Nikita Sobolev2022-01-191-0/+8