summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Gregory Beauregard2022-01-272-3/+17
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-265-12/+8
* bpo-43853: Expand test suite for SQLite UDF's (GH-27642)Erlend Egeberg Aasland2022-01-261-64/+64
* bpo-46527: allow calling enumerate(iterable=...) again (GH-30904)Jelle Zijlstra2022-01-261-2/+16
* bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)Nikita Sobolev2022-01-261-0/+9
* bpo-45578: add a test case for `dis.findlabels` (GH-30058)Nikita Sobolev2022-01-261-0/+10
* bpo-46431: use raw string for regex in test (GH-30901)Irit Katriel2022-01-251-1/+1
* Add skips to crashing tests under sanitizers instead of manually skipping the...Pablo Galindo Salgado2022-01-256-6/+33
* bpo-46091: Correctly calculate indentation levels for whitespace lines with c...Pablo Galindo Salgado2022-01-253-3/+130
* Refactor sanitiser skip tests into test.support (GH-30889)Pablo Galindo Salgado2022-01-253-34/+42
* bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (GH-30890)Victor Stinner2022-01-251-0/+3
* bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them...Irit Katriel2022-01-252-5/+11
* bpo-46510: simplify exception handling code in xmlrpc (GH-30878)Irit Katriel2022-01-251-31/+15
* bpo-46510: update Python2-style exception handling in argparse (GH-30881)Kumar Aditya2022-01-251-6/+4
* Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...Raymond Hettinger2022-01-251-393/+0
* bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30875)Terry Jan Reedy2022-01-251-0/+12
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-2541-23/+136
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Gregory Beauregard2022-01-252-4/+12
* 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