COMMITS
/ Doc/reference/lexical_analysis.rst November 18, 2021
M
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
Miss Islington (bot) committed
October 13, 2021
M
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
Miss Islington (bot) 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
June 7, 2018
B
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson committed
January 31, 2018
C
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Cheryl Sabella committed
January 12, 2018
İ
Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157)
İsmail Arılık committed
December 19, 2017
K
Improve the F-strings and format specifier documentation (GH-4931)
KatherineMichel committed
December 15, 2017
M
F-strings docs: link to Format Specifiers (GH-4888)
Mariatta committed
November 8, 2017
T
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer committed
September 25, 2017
G
bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
Guilherme Caminha committed
September 17, 2017
M
bpo-31487: Update F-strings doc example (GH-3627)
Mariatta committed
September 16, 2017
M
Improve f-strings documentation (GH-3604)
Mariatta committed
June 23, 2017
B
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson committed
March 10, 2017
M
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta committed
November 6, 2016
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
September 8, 2016
R
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray committed
July 29, 2016
M
Issue #26462: Merge code block fixes from 3.5
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 12, 2016
M
Issue #24136: Adjust f-strings doc for interable unpacking
Martin Panter committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
April 24, 2016
B
Issue #18572: Remove redundant note about surrogates in string escape doc
Berker Peksag committed
B
Issue #18572: Remove redundant note about surrogates in string escape doc
Berker Peksag committed
February 13, 2016
M
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter committed
August 6, 2015
R
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins committed
R
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins committed
June 27, 2015
B
upgrade to Unicode 8.0.0
Benjamin Peterson committed
May 22, 2015
R
Issue #24219: Remove duplicate literal in docs.
Raymond Hettinger committed
October 31, 2014
G
merge with 3.4
Georg Brandl committed