summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move observability-relevant structure fields to the top" (#105512)Pablo Galindo Salgado2023-06-083-63/+51
* test_types: Replace raw assert statements (#105500)Jelle Zijlstra2023-06-081-25/+27
* Further improve docs for `typing.Annotated` (#105498)Alex Waygood2023-06-082-61/+85
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-0812-624/+521
* Move observability-relevant structure fields to the top (#105271)Gabriele N. Tornetta2023-06-083-51/+63
* 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-074-9/+57
* GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)Barney Gale2023-06-072-17/+29
* gh-103171: Forward-port new tests for runtime-checkable protocols dec orated ...Alex Waygood2023-06-071-0/+65
* gh-105390: Add explicit type cast (#105466)Kirill Podoprigora2023-06-071-1/+2
* gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465)neonene2023-06-071-1/+1
* gh-90015: Document that PEP-604 unions do not support forward references (#10...Alex Waygood2023-06-071-0/+8
* gh-104610: Stop looking for PREDICT() in the cases generator (#105459)Guido van Rossum2023-06-071-16/+5
* Fix grammar and improve clarity for an deprecation message. (GH-105457)Raymond Hettinger2023-06-071-2/+2
* GH-104610: Remove the use of `PREDICT` macros. (GH-104651)Mark Shannon2023-06-073-551/+507
* typing: Improve documentation of generic classes and aliases (#105369)Alex Waygood2023-06-072-65/+91
* 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-97797: Improve documentation for typing.Annotated (#105365)Alex Waygood2023-06-071-19/+54
* Improve docs for `typing.TypeAlias` (#105372)Alex Waygood2023-06-071-4/+26
* gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...Pablo Galindo Salgado2023-06-073-5/+39
* gh-105375: Improve error handling in sqlite3 collation callback (#105412)Erlend E. Aasland2023-06-072-3/+7
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-076-24/+35
* gh-89886: Use Autoconf quadrigraphs where appropriate (#105226)Erlend E. Aasland2023-06-071-44/+44
* gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)Jeffery To2023-06-072-1/+11
* Improve code examples in `typing.rst` (#105346)Alex Waygood2023-06-071-30/+75
* typing docs: Make the PEPs list an expandable section, hidden by default (#10...Alex Waygood2023-06-071-1/+11
* GH-95088: Clarify rules for parsing an item key for format strings (#103779)achhina2023-06-071-1/+3
* gh-105286: Further improvements to `typing.py` docstrings (#105363)Alex Waygood2023-06-071-25/+43
* `typing.NewType` docs: the future performance improvements are now in the pas...Alex Waygood2023-06-071-3/+7
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-064-140/+163
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-066-77/+17
* gh-105407: Remove unused imports in the stdlib (#105411)Victor Stinner2023-06-065-6/+0
* gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)Victor Stinner2023-06-066-6/+2
* gh-105407: Remove unused imports in tools (#105409)Victor Stinner2023-06-062-3/+0
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-0623-35/+2
* gh-82180: Update math.factorial(float) doc for Python 3.10 (#105385)Victor Stinner2023-06-061-2/+2
* gh-105373: Fix decimal documentation formatting (#105395)Victor Stinner2023-06-061-1/+1
* sliding_window() recipe: Raise ValueError for non-positive window sizes. Ad...Raymond Hettinger2023-06-061-3/+27
* gh-105376: Remove logging.Logger.warn() method (#105377)Victor Stinner2023-06-064-9/+14
* gh-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401)Victor Stinner2023-06-061-2/+1
* gh-94172: Update keyfile removal documentation (#105392)Victor Stinner2023-06-065-51/+7
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Nikita Sobolev2023-06-062-2/+2
* gh-104783: locale.getencoding() fallback uses FS encoding (#105381)Victor Stinner2023-06-062-9/+16
* gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)Victor Stinner2023-06-062-9/+9
* gh-105156: Update Unicode C API: remove deprecation (#105379)Victor Stinner2023-06-061-9/+0
* gh-104783: Remove locale.resetlocale() function (#104784)Victor Stinner2023-06-065-42/+8
* gh-105268: Add _Py_FROM_GC() function to pycore_gc.h (#105362)Victor Stinner2023-06-063-17/+26
* build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)dependabot[bot]2023-06-061-1/+1
* gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...Pablo Galindo Salgado2023-06-065-5/+17