summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* test_types: Replace raw assert statements (#105500)Jelle Zijlstra2023-06-081-25/+27
* Further improve docs for `typing.Annotated` (#105498)Alex Waygood2023-06-081-6/+8
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-081-6/+0
* gh-105431: Remove unused stuff from `test_typing.NewTypeTests` (#105432)Nikita Sobolev2023-06-081-7/+0
* gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...Dong-hee Na2023-06-072-4/+37
* GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)Barney Gale2023-06-071-17/+27
* gh-103171: Forward-port new tests for runtime-checkable protocols dec orated ...Alex Waygood2023-06-071-0/+65
* typing: Improve documentation of generic classes and aliases (#105369)Alex Waygood2023-06-071-3/+5
* gh-105437: Improve tests of type params names for PEP 695 (#105438)Nikita Sobolev2023-06-072-4/+12
* gh-105430: Remove `typing._Immutable` unused internal helper (#105434)Nikita Sobolev2023-06-071-11/+0
* gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...Pablo Galindo Salgado2023-06-071-5/+26
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-072-7/+24
* gh-105286: Further improvements to `typing.py` docstrings (#105363)Alex Waygood2023-06-071-25/+43
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-062-136/+151
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-063-62/+2
* gh-105407: Remove unused imports in the stdlib (#105411)Victor Stinner2023-06-065-6/+0
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-0623-35/+2
* gh-105376: Remove logging.Logger.warn() method (#105377)Victor Stinner2023-06-061-5/+0
* gh-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401)Victor Stinner2023-06-061-2/+1
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Nikita Sobolev2023-06-061-1/+1
* gh-104783: locale.getencoding() fallback uses FS encoding (#105381)Victor Stinner2023-06-062-9/+16
* gh-104783: Remove locale.resetlocale() function (#104784)Victor Stinner2023-06-061-32/+1
* gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...Pablo Galindo Salgado2023-06-061-1/+1
* gh-104411: Update test_getint for Tcl 9.0 (GH-104412)Christopher Chavez2023-06-061-1/+4
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-062-6/+26
* gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)Victor Stinner2023-06-061-2/+0
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-2/+1
* Display the sanitizer config in the regrtest header. (#105301)Gregory P. Smith2023-06-062-1/+21
* gh-105324: Fix tokenize module main function for stdin (#105325)Pablo Galindo Salgado2023-06-051-2/+1
* Remove dead code in codeop.py (#105263)Tian Gao2023-06-051-10/+0
* gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...Jakub Kuczys2023-06-051-2/+2
* gh-105286: Improve `typing.py` docstrings (#105287)Alex Waygood2023-06-051-217/+253
* gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...Alex Waygood2023-06-052-8/+34
* gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)Alex Waygood2023-06-052-0/+63
* gh-105164: Detect annotations inside match blocks (#105177)Jelle Zijlstra2023-06-051-0/+111
* GH-105229: Replace some superinstructions with single instruction equivalent....Mark Shannon2023-06-056-39/+57
* gh-103558: Add coverage tests for argparse (#103570)Tian Gao2023-06-052-7/+91
* gh-98963: Restore the ability to have a dict-less property. (#105262)Gregory P. Smith2023-06-051-5/+56
* gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-042-22/+29
* gh-104690 Disallow thread creation and fork at interpreter finalization (#104...chgnrdv2023-06-043-28/+51
* gh-105080: Fixed inconsistent signature on derived classes (#105217)Tian Gao2023-06-022-11/+30
* gh-105194: Fix format specifier escaped characters in f-strings (#105231)Pablo Galindo Salgado2023-06-021-0/+10
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-024-114/+135
* GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)Mark Shannon2023-06-021-0/+35
* gh-104799: Default missing lists in AST to the empty list (#104834)Jelle Zijlstra2023-06-021-0/+2
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-8/+2
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-1/+37
* gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)Artem Mukhin2023-06-011-3/+5
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-011-0/+20
* gh-105156: Update Lib/test/clinic.test manually (#105180)Victor Stinner2023-06-011-14/+14