summaryrefslogtreecommitdiff
path: root/Doc/reference/lexical_analysis.rst
Commit message (Expand)AuthorAgeFilesLines
* Update docs to reflect new behavior around backslashes in expressions (not al...Jason R. Coombs2016-11-061-7/+12
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-16/+29
* #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-081-0/+4
* Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-4/+13
|\
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-4/+13
* | Issue #24136: Adjust f-strings doc for interable unpackingMartin Panter2016-06-121-1/+2
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* | Issue #18572: Remove redundant note about surrogates in string escape docBerker Peksag2016-04-241-2/+1
|\ \ | |/
| * Issue #18572: Remove redundant note about surrogates in string escape docBerker Peksag2016-04-241-2/+1
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-2/+106
|/
* Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-4/+4
|\
| * upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-2/+2
| * mergeRaymond Hettinger2015-05-221-4/+4
| |\
| | * merge with 3.4Georg Brandl2014-10-311-4/+4
| | |\
| | | * Merge: #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-091-1/+3
| | | |\
| | | * \ Merge: #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-3/+3
| | | |\ \
| | | | * | add matrix multiplication operator to correct lists (closes #22142)Benjamin Peterson2014-08-061-2/+2
* | | | | | Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
|/ / / / /
* | | | | Issue #24219: Remove duplicate literal in docs.Raymond Hettinger2015-05-221-2/+1
|/ / / /
* | | | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-19/+19
| |_|/ |/| |
* | | #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-091-1/+3
|/ /
* | #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-1/+1
|/
* #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-161-1/+1
* Add "->" as a delimiter token. Found by James Harding on docs@.Georg Brandl2013-10-081-1/+1
* #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.Ezio Melotti2012-10-051-3/+1
* Fix small overeager edit from 8e47e9af826e.Georg Brandl2012-06-201-1/+1
* Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-201-6/+8
* Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
* update unicode linkBenjamin Peterson2012-02-201-1/+1
* Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-121-1/+5
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-4/+13
* Merged revisions 87575 via svnmerge fromMartin v. Löwis2010-12-301-1/+5
* Merged revisions 87433 via svnmerge fromAlexander Belopolsky2010-12-221-2/+2
* Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-5/+6
* Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ...Georg Brandl2010-10-061-4/+4
* Merged revisions 82373 via svnmerge fromBenjamin Peterson2010-06-291-9/+9
* Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-1/+1
* Merged revisions 72288 via svnmerge fromGeorg Brandl2009-05-041-1/+3
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* #4603: Note that inconsistent tab/space use is now illegal.Georg Brandl2008-12-151-6/+10
* #4000: fix several 2.x atavisms.Georg Brandl2008-10-041-2/+2
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-1/+1
* Remove mentions of "plain" integers.Georg Brandl2008-05-111-3/+3
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-051-7/+10
* Document the fact that '\U' and '\u' escapes are not treated specially in 3.0...Benjamin Peterson2008-04-281-11/+3
* #2575: bininteger missing in production list.Georg Brandl2008-04-091-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-1/+1
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-2/+1