| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -725/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -22/+21 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -7/+6 |
|
|
* | Get rid of most of the remaining uses of <>. There's still Tools/* thogh. | Neal Norwitz | 2006-08-29 | 1 | -5/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -12/+18 |
|
|
* | Remove dots in \version{changed,added} argument and | Georg Brandl | 2006-01-15 | 1 | -1/+1 |
|
|
* | Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings | Georg Brandl | 2005-11-22 | 1 | -2/+3 |
|
|
* | Fix grammar (it's -> its). | Neil Schemenauer | 2005-06-18 | 1 | -1/+1 |
|
|
* | update documentation on what constitutes a line in a source file | Fred Drake | 2005-05-25 | 1 | -5/+12 |
|
|
* | minor markup nits; fix missing whitespace | Fred Drake | 2004-11-10 | 1 | -2/+2 |
|
|
* | Remove claims that Python source code is ASCII. Fixes #1026038. | Martin v. Löwis | 2004-09-14 | 1 | -5/+15 |
|
|
* | Patch #1011144: Correct regex for coding decls. | Martin v. Löwis | 2004-08-18 | 1 | -1/+1 |
|
|
* | update to reflect the new significance of the "@" character | Fred Drake | 2004-08-05 | 1 | -2/+2 |
|
|
* | Fix typo reported in #964592. Will backport to 2.3. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | Fix misspelled name. | Raymond Hettinger | 2004-02-08 | 1 | -1/+1 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -13/+11 |
|
|
* | Elaborate the explanation of different flavors of _* identifiers. | Fred Drake | 2003-09-06 | 1 | -16/+30 |
|
|
* | Patch #755683: Document that there might be a maximum indentation limit. | Martin v. Löwis | 2003-06-21 | 1 | -1/+3 |
|
|
* | SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 1 | -9/+18 |
|
|
* | Relocate an index entry so named anchors are not generated in a section head. | Fred Drake | 2002-10-24 | 1 | -1/+2 |
|
|
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -1/+1 |
|
|
* | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -27/+46 |
|
|
* | Ignore encoding declarations inside strings. Fixes #603509. | Martin v. Löwis | 2002-09-03 | 1 | -1/+1 |
|
|
* | Apply character{} markup. | Raymond Hettinger | 2002-08-07 | 1 | -16/+17 |
|
|
* | Fix up some more markup problems. | Fred Drake | 2002-08-07 | 1 | -8/+9 |
|
|
* | Document handling of raw-unicode-escapes. Closes SF bug 587087. | Raymond Hettinger | 2002-08-06 | 1 | -0/+8 |
|
|
* | Fix the markup so it doesn't break formatting. | Fred Drake | 2002-08-06 | 1 | -4/+4 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -5/+39 |
|
|
* | Add a note about "as" not being a keyword, though it has special meaning | Fred Drake | 2002-06-18 | 1 | -0/+7 |
|
|
* | Minor change to an index entry. | Fred Drake | 2002-04-23 | 1 | -1/+1 |
|
|
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -2/+2 |
|
|
* | Fix whitespace in example of bad indentation: a comment indicated that one | Fred Drake | 2001-12-11 | 1 | -8/+8 |
|
|
* | Put the keywords back in alphabetical order. Apparently somebody | Guido van Rossum | 2001-12-04 | 1 | -2/+2 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -7/+7 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -7/+7 |
|
|
* | Add material about the "r" and "u" prefixes for string literals; should | Fred Drake | 2001-08-14 | 1 | -8/+14 |
|
|
* | "Thin" version of floor division docs: add // to the list of operators | Fred Drake | 2001-08-08 | 1 | -3/+3 |
|
|
* | Removed unnecessary section "Unicode literals"; all the discussion is | Fred Drake | 2001-07-20 | 1 | -6/+1 |
|
|
* | Fix typo in description of raw strings: "value" --> "valid" | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Change the grammar productions to use the new productionlist environment; | Fred Drake | 2001-07-06 | 1 | -38/+68 |
|
|
* | Fix typo | Andrew M. Kuchling | 2001-06-23 | 1 | -1/+1 |
|
|
* | Add "yeild" to the list of keywords. | Fred Drake | 2001-06-23 | 1 | -2/+18 |
|
|
* | Feeble attempt to repair obsolete info about hex escapes. | Tim Peters | 2001-02-14 | 1 | -4/+2 |
|
|
* | Steve Holden <sholden@holdenweb.com>: | Fred Drake | 2001-01-09 | 1 | -13/+13 |
|
|
* | Updated string literals description to encompass Unicode literals and the | Fred Drake | 2000-12-19 | 1 | -11/+24 |
|
|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -0/+6 |
|
|
* | Rough and incomplete documentation on augmented assignment, which follows | Thomas Wouters | 2000-08-24 | 1 | -0/+4 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+9 |
|
|
* | Added note about __builtin__._ to section dicussing classes of | Fred Drake | 1999-03-05 | 1 | -5/+15 |
|
|