summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref4.tex
Commit message (Collapse)AuthorAgeFilesLines
* fix typo and join two paragraphsFred Drake2003-12-111-2/+1
|
* SF bug #719367, string exceptions are deprecatedNeal Norwitz2003-05-291-6/+3
| | | | Remove references to string based exceptions in the doc.
* Make sure section numbers wrap together with the preceeding wordFred Drake2002-10-181-2/+3
| | | | ("section").
* add warning about exception messagesSkip Montanaro2002-08-281-0/+7
|
* Fix various typos reported to python-docs.Fred Drake2002-06-261-1/+1
|
* Try to improve the explanation of the "raise" statement and how its argumentsFred Drake2002-06-201-5/+4
| | | | | are interpreted. This closes SF bug #532467.
* Adjust markup to worm around tool limitations; the "m" in "model" was beingFred Drake2002-04-171-1/+1
| | | | | dropped in the HTML formatted version. Reported by Mike Coleman.
* Restore a minimal definition of execution frame, since other parts ofJeremy Hylton2002-04-011-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 Hylton2002-04-011-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 Drake2001-06-231-0/+1
|
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
|
* Revert to ver 1.22, which was the version before the nested scopesJeremy Hylton2001-03-231-91/+106
| | | | | docs were introduced. This loses a few small changes, but Fred says that's okay.
* Minor markup adjustments.Fred Drake2001-02-021-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 Drake2001-02-011-2/+0
|
* update section 4.1 to describe nested scopesJeremy Hylton2001-02-011-94/+83
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-7/+7
|
* Small nits around some of the index entries.Fred Drake1999-05-131-72/+68
| | | | | When refering to chapters, use \ref, don't hardcode the chapter number.
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-051-11/+11
|
* Remove a bunch of unnecessary "%" characters that cause problems withFred Drake1998-10-211-19/+19
| | | | the latest latex2html beta.
* Make sure all chapters, sections, and subsections have a \label to give themFred Drake1998-07-281-2/+2
| | | | semantic file names in the HTML. No more node#.html files!
* Converted some {tabular}s to use {tablei*} environments.Fred Drake1998-07-241-35/+42
|
* e.g. -> e.g.,Guido van Rossum1998-07-241-1/+1
|
* Changes copied from the FrameMaker version (hardly anything original).Guido van Rossum1998-07-231-88/+99
|
* The Python Reference Manual.Fred Drake1998-05-061-0/+200
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-221-201/+0
|
* Documented class exceptions.Guido van Rossum1996-08-191-3/+23
|
* Added footnote about lamda bodies being the same as function bodies.Guido van Rossum1996-08-091-1/+6
|
* typoGuido van Rossum1996-06-261-1/+1
|
* replace vars() with locals() and globals(); 3rd raise arg; typosGuido van Rossum1995-07-071-5/+6
|
* added index entries for __*__ identifiersGuido van Rossum1995-03-211-0/+6
|
* added ref to vars()Guido van Rossum1995-03-071-0/+8
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-1/+1
| | | | WWW chapter
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-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 Rossum1994-08-081-2/+2
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-21/+34
|
* * lib3.tex (module string): added rindex().Guido van Rossum1993-10-271-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 revisionGuido van Rossum1992-08-141-0/+147