Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo and join two paragraphs | Fred Drake | 2003-12-11 | 1 | -2/+1 |
| | |||||
* | SF bug #719367, string exceptions are deprecated | Neal Norwitz | 2003-05-29 | 1 | -6/+3 |
| | | | | Remove references to string based exceptions in the doc. | ||||
* | Make sure section numbers wrap together with the preceeding word | Fred Drake | 2002-10-18 | 1 | -2/+3 |
| | | | | ("section"). | ||||
* | add warning about exception messages | Skip Montanaro | 2002-08-28 | 1 | -0/+7 |
| | |||||
* | Fix various typos reported to python-docs. | Fred Drake | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | Try to improve the explanation of the "raise" statement and how its arguments | Fred Drake | 2002-06-20 | 1 | -5/+4 |
| | | | | | are interpreted. This closes SF bug #532467. | ||||
* | Adjust markup to worm around tool limitations; the "m" in "model" was being | Fred Drake | 2002-04-17 | 1 | -1/+1 |
| | | | | | dropped in the HTML formatted version. Reported by Mike Coleman. | ||||
* | Restore a minimal definition of execution frame, since other parts of | Jeremy Hylton | 2002-04-01 | 1 | -0/+6 |
| | | | | | | | | the manual refer to it. XXX Not sure that it belongs in this section, or that the concept is particularly important for writing documentation. Perhaps references to the frame should be removed entirely. | ||||
* | Update docs for nested scopes. | Jeremy Hylton | 2002-04-01 | 1 | -149/+130 |
| | | | | | | | | | | | | | Replace section 4.1 with section A.3. The new section 4.1 is titled "Naming and binding." It includes the text of section A.3 augmented with some of the detailed text from the old section 4.1. The \dfn, \index stuff is probably wrong, but I tried. Also update other parts of appendix A to mention that nested scopes and generators are standard features. | ||||
* | Fix a very minor (but annoying when looking for things!) markup nit. | Fred Drake | 2001-06-23 | 1 | -0/+1 |
| | |||||
* | Fix typo reported in SF bug #427783. | Fred Drake | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | Revert to ver 1.22, which was the version before the nested scopes | Jeremy Hylton | 2001-03-23 | 1 | -91/+106 |
| | | | | | docs were introduced. This loses a few small changes, but Fred says that's okay. | ||||
* | Minor markup adjustments. | Fred Drake | 2001-02-02 | 1 | -15/+13 |
| | | | | | Move some index entries next to what they are referring to for better "targetting". | ||||
* | Remove spurious "\end{description}" that caused formatting to fail. | Fred Drake | 2001-02-01 | 1 | -2/+0 |
| | |||||
* | update section 4.1 to describe nested scopes | Jeremy Hylton | 2001-02-01 | 1 | -94/+83 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -7/+7 |
| | |||||
* | Small nits around some of the index entries. | Fred Drake | 1999-05-13 | 1 | -72/+68 |
| | | | | | When refering to chapters, use \ref, don't hardcode the chapter number. | ||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 1 | -11/+11 |
| | |||||
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
| | | | | the latest latex2html beta. | ||||
* | Make sure all chapters, sections, and subsections have a \label to give them | Fred Drake | 1998-07-28 | 1 | -2/+2 |
| | | | | semantic file names in the HTML. No more node#.html files! | ||||
* | Converted some {tabular}s to use {tablei*} environments. | Fred Drake | 1998-07-24 | 1 | -35/+42 |
| | |||||
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 1 | -1/+1 |
| | |||||
* | Changes copied from the FrameMaker version (hardly anything original). | Guido van Rossum | 1998-07-23 | 1 | -88/+99 |
| | |||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 1 | -0/+200 |
| | |||||
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 1 | -201/+0 |
| | |||||
* | Documented class exceptions. | Guido van Rossum | 1996-08-19 | 1 | -3/+23 |
| | |||||
* | Added footnote about lamda bodies being the same as function bodies. | Guido van Rossum | 1996-08-09 | 1 | -1/+6 |
| | |||||
* | typo | Guido van Rossum | 1996-06-26 | 1 | -1/+1 |
| | |||||
* | replace vars() with locals() and globals(); 3rd raise arg; typos | Guido van Rossum | 1995-07-07 | 1 | -5/+6 |
| | |||||
* | added index entries for __*__ identifiers | Guido van Rossum | 1995-03-21 | 1 | -0/+6 |
| | |||||
* | added ref to vars() | Guido van Rossum | 1995-03-07 | 1 | -0/+8 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -1/+1 |
| | | | | WWW chapter | ||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -2/+2 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -21/+34 |
| | |||||
* | * lib3.tex (module string): added rindex(). | Guido van Rossum | 1993-10-27 | 1 | -3/+4 |
| | | | | | | | | | * lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map() and reduce(). Repharased apply(). Removed or rephrased references to exec() (now the exec stmt). * lib4.tex: posix.exec --> posix.execv * ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__ * lib3.tex (module string): added atof() and atol(), and ato[fl]_error. | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 1 | -0/+147 |