COMMITS
/ Doc/reference/lexical_analysis.rst 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
August 2, 2010
G
#9451: strengthen warning about __*__ special name usage.
Georg Brandl committed
June 29, 2010
B
note that byte strings can be raw, too #9114
Benjamin Peterson committed
May 10, 2010
March 15, 2010
F
Fix \xhh specs, #1889. (an oversight of r60193, r60210).
Florent Xicluna committed
May 4, 2009
G
Merged revisions 72288 via svnmerge from
Georg Brandl committed
January 3, 2009
G
Fix a few remaining problems found by rstlint.
Georg Brandl committed
G
Remove trailing whitespace.
Georg Brandl committed
December 15, 2008
G
#4603: Note that inconsistent tab/space use is now illegal.
Georg Brandl committed
October 4, 2008
G
#4000: fix several 2.x atavisms.
Georg Brandl committed