Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a note to the section on 'exec' about the need for a trailing newline | Greg Ward | 2000-04-27 | 1 | -1/+10 |
| | | | | in certain circumstances. (Apparently, this is a CPython problem.) | ||||
* | Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant | Fred Drake | 1999-04-14 | 1 | -29/+29 |
| | | | | | | <joakim.sernbrant@front.se>). Misc. small fixes to the logical markup. | ||||
* | Suggestion by Tim Peters clarifying what "before global" means. | Guido van Rossum | 1998-12-21 | 1 | -1/+2 |
| | | | | | (Also added an XXX comment requesting clarification of module initialization -- TBD later.) | ||||
* | Minor adjustments to a few index entries. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
| | |||||
* | Fix encoding of \n in a couple of places (reported by Lorenzo | Fred Drake | 1998-10-01 | 1 | -11/+11 |
| | | | | M. Catucci <lorenzo@argon.roma2.infn.it>). | ||||
* | Describe what happens when ``raise C, x'' is called where C is a class | Guido van Rossum | 1998-08-25 | 1 | -7/+13 |
| | | | | and x is not an instance of C (nor of a class derived of C). | ||||
* | At least mark the URL to the Packages essay using \url. | Fred Drake | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Make sure all chapters, sections, and subsections have a \label to give them | Fred Drake | 1998-07-28 | 1 | -14/+14 |
| | | | | semantic file names in the HTML. No more node#.html files! | ||||
* | Fix markup of an \indexiii --> only two parameters were given. | Fred Drake | 1998-07-24 | 1 | -1/+1 |
| | |||||
* | Changes copied from the FrameMaker version. Also documented some | Guido van Rossum | 1998-07-24 | 1 | -83/+141 |
| | | | | | | | previously undocumented features. Packages and the import mechanism in general are still left undocumented. | ||||
* | Added back the description of the exec statement. It appears that I | Guido van Rossum | 1998-07-06 | 1 | -0/+38 |
| | | | | | | accidentally cut it out when removing the access statement! Added a paragraph on __builtins__ and other possible manipulations of the key space of the dictionaries. Added some index entries. | ||||
* | Fix a bogus \code@...@ to be \code{...}. | Fred Drake | 1998-05-06 | 1 | -24/+23 |
| | | | | Normalize some other markup. | ||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 1 | -0/+512 |
| | |||||
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 1 | -512/+0 |
| | |||||
* | Erase all memory of the access statement | Guido van Rossum | 1996-08-20 | 1 | -37/+0 |
| | |||||
* | explain global better | Guido van Rossum | 1996-06-26 | 1 | -2/+15 |
| | |||||
* | make access obsolete | Guido van Rossum | 1995-10-08 | 1 | -4/+2 |
| | |||||
* | replace vars() with locals() and globals(); 3rd raise arg; typos | Guido van Rossum | 1995-07-07 | 1 | -14/+22 |
| | |||||
* | added ref to vars() | Guido van Rossum | 1995-03-07 | 1 | -3/+4 |
| | |||||
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 1 | -4/+11 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote. | ||||
* | * Doc/libtime.tex: get rid of references to millitime() and | Guido van Rossum | 1994-08-23 | 1 | -1/+15 |
| | | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") | ||||
* | Merge lost revisions back | Guido van Rossum | 1994-08-01 | 1 | -68/+69 |
| | |||||
* | "exec" is now a statement. execfile() is obsolete. | Guido van Rossum | 1993-10-18 | 1 | -0/+39 |
| | | | | (Also added a stub for "access".) | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 1 | -0/+468 |