summaryrefslogtreecommitdiffstats
path: root/Doc/reference/lexical_analysis.rst
Commit message (Expand)AuthorAgeFilesLines
* Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
* update unicode linkBenjamin Peterson2012-02-211-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
* Issue #10542: Document that identifiers use XID_Start XID_Continue*.Martin v. Löwis2010-12-301-1/+5
* Both PEP 3131 and the current implementation use NFKC normalizationAlexander Belopolsky2010-12-221-2/+2
* #9451: strengthen warning about __*__ special name usage.Georg Brandl2010-08-021-5/+6
* note that byte strings can be raw, too #9114Benjamin Peterson2010-06-291-9/+9
* Fix nits in the lexical analysis section: \u requires four digits, backtick i...Georg Brandl2010-05-101-4/+4
* Fix \xhh specs, #1889. (an oversight of r60193, r60210).Florent Xicluna2010-03-151-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
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-291-4/+4
* The Identifiers and keywords syntax diagram did not appear correctly in theMark Summerfield2007-11-201-4/+4
* Update the first two parts of the reference manual for Py3k,Georg Brandl2007-08-311-221/+166
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+758