COMMITS
/ Doc/reference/lexical_analysis.rst 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
G
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl committed
October 10, 2014
R
Merge: #18176: Change generic UCD PropList link to version specific link.
R David Murray committed
R
#18176: Change generic UCD PropList link to version specific link.
R David Murray committed
October 9, 2014
R
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray committed
R
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray committed
August 7, 2014
B
add matrix multiplication operator to correct lists (closes #22142)
Benjamin Peterson committed
April 17, 2014
R
#18628: clarify index entry for source file encoding declaration.
R David Murray committed
October 8, 2013
G
Add "->" as a delimiter token. Found by James Harding on docs@.
Georg Brandl committed
October 5, 2012
E
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Ezio Melotti committed
June 20, 2012
G
Fix small overeager edit from 8e47e9af826e.
Georg Brandl committed
C
Issue #15096: Drop support for the ur string prefix
Christian Heimes committed
March 4, 2012
A
Basic documentation for PEP 414
Armin Ronacher committed
February 21, 2012
B
update unicode link
Benjamin Peterson committed
January 12, 2012
A
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`.
Antoine Pitrou committed
October 21, 2011
E
#12753: Add support for Unicode name aliases and named sequences.
Ezio Melotti committed
December 30, 2010
M
Issue #10542: Document that identifiers use XID_Start XID_Continue*.
Martin v. Löwis committed
December 22, 2010
A
Both PEP 3131 and the current implementation use NFKC normalization
Alexander Belopolsky committed