COMMITS
/ Doc/reference/lexical_analysis.rst 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
July 27, 2020
A
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren committed
June 12, 2020
G
Update lexical_analysis.rst (GH-17508)
Géry Ogam committed
May 23, 2020
M
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Matteo Bertucci committed
March 27, 2020
J
bpo-40045: Make "dunder" method documentation easier to locate (#19153)
Javad Mokhtari committed
March 11, 2020
B
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson committed
B
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson committed
February 13, 2020
S
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
Serhiy Storchaka committed
September 11, 2019
E
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse committed
August 10, 2019
G
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith committed
May 13, 2019
May 9, 2019
B
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson committed
May 6, 2019
L
bpo-36798: Updating f-string docs for := use case (GH-13107)
Logan Jones committed
March 10, 2019
B
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 19, 2018
S
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka committed
June 9, 2018
A
bpo-33766: Document that end of file or string is a newline (GH-7383)
Ammar Askar committed