COMMITS
/ Doc/reference/lexical_analysis.rst April 4, 2026
S
Docs: Fix a typo in the 'Non-ASCII characters in names' section (#148043)
Stan Ulbrych committed
March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 14, 2025
S
typo fixes in docs (#142683)
SYan212 committed
December 3, 2025
P
gh-135676: Reword the f-string (and t-string) section (GH-137469)
Petr Viktorin committed
November 26, 2025
P
gh-135676: Simplify docs on lexing names (GH-140464)
Petr Viktorin committed
October 15, 2025
October 8, 2025
P
gh-135676: Add a summary of source characters (GH-138194)
Petr Viktorin committed
September 11, 2025
B
closes gh-138706: update Unicode to 17.0.0 (#138719)
Benjamin Peterson committed
September 3, 2025
P
gh-135676: Reword the Operators & Delimiters section(s) (GH-137713)
Petr Viktorin committed
September 2, 2025
S
gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063)
Stan Ulbrych committed
August 4, 2025
A
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner committed
July 23, 2025
P
gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942)
Petr Viktorin committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
June 18, 2025
P
gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850)
Petr Viktorin committed
May 26, 2025
May 21, 2025
P
gh-127833: lexical analysis: Improve section on Names (GH-131474)
Petr Viktorin committed
May 8, 2025
P
gh-127833: Add links to token types to the lexical analysis intro (#131468)
Petr Viktorin committed
S
gh-127833: lexical analysis: Add backticks to BOM example (#132407)
Stan Ulbrych committed
March 17, 2025
P
gh-116666: Add "token" glossary term (GH-130888)
Petr Viktorin committed
October 14, 2024
P
gh-125461: Remove Python 2 from identifiers in doc (GH-125462)
Paul Hoffman committed
September 13, 2024
B
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson committed
September 3, 2024
S
gh-123579: Document exclamation token (#123612)
Shaygan Hooshyari committed
August 11, 2024
S
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
March 19, 2024
S
gh-107607: Update comment about utf-8 BOM being ignored (#107858)
Sunghyun Kim committed
March 18, 2024
T
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
Terry Jan Reedy committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
December 10, 2023
H
Docs: Use 'f-strings' as header (#112888)
Hugo van Kemenade committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti committed
September 29, 2023
J
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka committed
September 20, 2023
J
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 23, 2023
W
May 26, 2023
J
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra committed
May 24, 2023
L
gh-102856: Update "Formatted string literals" docs section after PEP701 (#104861)
Lysandros Nikolaou committed
November 3, 2022
V
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner committed
September 13, 2022
B
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson committed
August 26, 2022
E
gh-95994: Clarify escaped newlines. (#96066)
Ezio Melotti committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 10, 2022
S
gh-80143: Add clarification for escape characters (#92292)
slateny committed
April 30, 2022
S
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Serhiy Storchaka committed
April 3, 2022
T
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Terry Jan Reedy committed
November 18, 2021
A
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior committed
October 13, 2021
P
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
Petr Viktorin committed
September 14, 2021
B
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson committed
March 1, 2021
D
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset committed
September 18, 2020
V
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner committed
September 10, 2020
A
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Andre Delfino committed