summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref2.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-725/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-22/+21
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-7/+6
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-5/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-12/+18
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-151-1/+1
* Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode stringsGeorg Brandl2005-11-221-2/+3
* Fix grammar (it's -> its).Neil Schemenauer2005-06-181-1/+1
* update documentation on what constitutes a line in a source fileFred Drake2005-05-251-5/+12
* minor markup nits; fix missing whitespaceFred Drake2004-11-101-2/+2
* Remove claims that Python source code is ASCII. Fixes #1026038.Martin v. Löwis2004-09-141-5/+15
* Patch #1011144: Correct regex for coding decls.Martin v. Löwis2004-08-181-1/+1
* update to reflect the new significance of the "@" characterFred Drake2004-08-051-2/+2
* Fix typo reported in #964592. Will backport to 2.3.Martin v. Löwis2004-06-021-1/+1
* Fix misspelled name.Raymond Hettinger2004-02-081-1/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-13/+11
* Elaborate the explanation of different flavors of _* identifiers.Fred Drake2003-09-061-16/+30
* Patch #755683: Document that there might be a maximum indentation limit.Martin v. Löwis2003-06-211-1/+3
* SF patch #634866: Alex Martelli's corrections to the ref manual.Raymond Hettinger2003-01-191-9/+18
* Relocate an index entry so named anchors are not generated in a section head.Fred Drake2002-10-241-1/+2
* Remove mentionings of DOS.Martin v. Löwis2002-10-101-1/+1
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-27/+46
* Ignore encoding declarations inside strings. Fixes #603509.Martin v. Löwis2002-09-031-1/+1
* Apply character{} markup.Raymond Hettinger2002-08-071-16/+17
* Fix up some more markup problems.Fred Drake2002-08-071-8/+9
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Fix the markup so it doesn't break formatting.Fred Drake2002-08-061-4/+4
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-5/+39
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Minor change to an index entry.Fred Drake2002-04-231-1/+1
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-151-2/+2
* Fix whitespace in example of bad indentation: a comment indicated that oneFred Drake2001-12-111-8/+8
* Put the keywords back in alphabetical order. Apparently somebodyGuido van Rossum2001-12-041-2/+2
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-7/+7
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-7/+7
* Add material about the "r" and "u" prefixes for string literals; shouldFred Drake2001-08-141-8/+14
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* Removed unnecessary section "Unicode literals"; all the discussion isFred Drake2001-07-201-6/+1
* Fix typo in description of raw strings: "value" --> "valid"Fred Drake2001-07-201-1/+1
* Change the grammar productions to use the new productionlist environment;Fred Drake2001-07-061-38/+68
* Fix typoAndrew M. Kuchling2001-06-231-1/+1
* Add "yeild" to the list of keywords.Fred Drake2001-06-231-2/+18
* Feeble attempt to repair obsolete info about hex escapes.Tim Peters2001-02-141-4/+2
* Steve Holden <sholden@holdenweb.com>:Fred Drake2001-01-091-13/+13
* Updated string literals description to encompass Unicode literals and theFred Drake2000-12-191-11/+24
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-171-0/+6
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-241-0/+4
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-5/+9
* Added note about __builtin__._ to section dicussing classes ofFred Drake1999-03-051-5/+15