summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)aha792022-02-172-2/+15
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-172-8/+17
* bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)Brandt Bucher2022-02-161-0/+4
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-162-12/+54
* Remove offsets from expected output in test.test_dis (GH-31369)Mark Shannon2022-02-161-308/+360
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Eric V. Smith2022-02-161-0/+2
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-161-5/+5
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-156-2/+991
* bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)Zackery Spytz2022-02-152-2/+6
* bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)Alex Waygood2022-02-151-4/+0
* bpo-44011: New asyncio ssl implementation (#31275)Kumar Aditya2022-02-1511-527/+2476
* bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)Mark Shannon2022-02-151-0/+10
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-139-3/+75
* bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)aha792022-02-122-1/+7
* bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Jacob Walls2022-02-121-0/+9
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Dennis Sweeney2022-02-111-0/+186
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-2/+2
* bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Arie Bovenberg2022-02-112-0/+7
* bpo-45923: Add `RESUME_QUICK` (GH-31244)Brandt Bucher2022-02-101-0/+1
* Allow the parser to avoid nested processing of invalid rules (GH-31252)Pablo Galindo Salgado2022-02-101-1/+1
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-106-4/+28
* bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado2022-02-101-0/+8
* bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher2022-02-091-0/+67
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root2022-02-092-6/+70
* bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja2022-02-092-0/+14
* bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)Nikita Sobolev2022-02-091-0/+4
* bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale2022-02-082-12/+18
* bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra2022-02-082-19/+93
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-081-43/+11
* bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon2022-02-082-5/+6
* bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard2022-02-082-0/+18
* bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes2022-02-081-1/+2
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-072-3/+4
* bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe2022-02-072-2/+65
* bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)Victor Stinner2022-02-072-12/+25
* bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...Nikita Sobolev2022-02-072-18/+18
* bpo-46589: Improve documentation for typing._GenericAlias (GH-31026)Matthew Rahtz2022-02-071-32/+110
* bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)Nikita Sobolev2022-02-072-16/+59
* bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard2022-02-062-1/+6
* bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)Victor Stinner2022-02-061-1/+1
* bpo-46659: Update the test on the mbcs codec alias (GH-31168)Victor Stinner2022-02-063-19/+15
* Add more tests for variable substitution in generics (GH-31170)Serhiy Storchaka2022-02-061-0/+27
* bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)Victor Stinner2022-02-061-0/+2
* bpo-23952: Document cgi module's maxlen variable (GH-30338)Hugo van Kemenade2022-02-061-0/+5
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-0517-19/+64
* Fix __init_subclass__ using self instead of class (#31135)Gregory Beauregard2022-02-051-1/+1
* bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov2022-02-051-1/+2
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-4/+6
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-0412-0/+0
* bpo-46588: fix typo in test_calltip.py (GH-31119)Caio Agiani2022-02-041-1/+1