Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
| | | | | | Create a hyperlink between the language reference and documentation for the built in functions. | ||||
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 4 | -8/+8 |
| | | | | | | | | | | | distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway. | ||||
* | Improve the descriptions of expected exceptions for __getitem__(), | Fred Drake | 2000-07-13 | 1 | -4/+14 |
| | | | | | __setitem__(), and __delitem__(). Based on related comments from Barry Warsaw. | ||||
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-11 | 1 | -8/+29 |
| | | | | | | | | | | Update the "in" / "not in" description to accomodate the current use of the __contains__() discipline. This patch also incorporates suggestions from Marc-Andre Lemburg <mal@lemburg.com>, minor markup revisions from Fred Drake, and some rewording of the first affected paragraph (also from Fred). Closes SourceForge patch #100831. | ||||
* | Typo: "This table table" -> "This table is" | Fred Drake | 2000-07-06 | 1 | -1/+1 |
| | | | | Noted by Nicholas Spies <ns11@voicenet.com>. | ||||
* | Revise the description of when functions retrieved from class instances | Fred Drake | 2000-06-28 | 1 | -9/+11 |
| | | | | | | | | | are and are not turned into bound methods; some confusion was noted by Andrew Dalke. In particular, it has to be noted that functions located on the class instance are not turned into any sort of method, only those which are found via the underlying class. | ||||
* | Fix markup error that hid a tilde character; reported long ago by | Fred Drake | 2000-06-15 | 1 | -1/+12 |
| | | | | Carl Feynman <carlf@abinitio.com>. | ||||
* | 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.) | ||||
* | Removed some extraneous and confusing parenthesized expressions. | Fred Drake | 2000-04-25 | 1 | -3/+3 |
| | | | | Noted by Skip Montanaro <skip@mojam.com>. | ||||
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | those markups! <with-mixed-feelings> | ||||
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
| | | | | Added Unicode type to the language reference. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 5 | -37/+40 |
| | |||||
* | Use \citetitle as appropriate. | Fred Drake | 1999-11-10 | 3 | -30/+30 |
| | |||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Added sentence "All exceptions must have an executable block."; from | Fred Drake | 1999-08-24 | 1 | -1/+2 |
| | | | | Dan Wolfe <wolfeman@apple.com>. | ||||
* | Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the | Fred Drake | 1999-07-29 | 1 | -1/+1 |
| | | | | | | | new markup makes sense in context). These allow the SGML/XML conversion updates to work, & should not have still been in there anyway. | ||||
* | 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 some index entries. | Fred Drake | 1999-05-10 | 1 | -36/+36 |
| | | | | | | In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>. | ||||
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 1 | -3/+10 |
| | | | | updates by Tim Peters, markup by FLD. | ||||
* | Added index entries for operator precedence; suggestion from Randall | Fred Drake | 1999-04-29 | 1 | -8/+10 |
| | | | | Hopper <rhh@vislab.epa.gov>. | ||||
* | 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. | ||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 3 | -18/+18 |
| | |||||
* | Added note about __builtin__._ to section dicussing classes of | Fred Drake | 1999-03-05 | 1 | -5/+15 |
| | | | | reserved names, just to avoid confusion on the part of users. | ||||
* | Dictionaries are created using the "{...}" notation, not the "..." | Fred Drake | 1999-02-23 | 1 | -13/+11 |
| | | | | notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>. | ||||
* | 1. Clarify that immutability isn't entirely the same as unchangeable | Guido van Rossum | 1999-02-23 | 1 | -2/+12 |
| | | | | | | | value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable. | ||||
* | Revised description of blank line handling for the interpreter, based | Fred Drake | 1999-02-22 | 1 | -7/+11 |
| | | | | on a comment from /F. | ||||
* | Minor markup nits. | Fred Drake | 1999-02-12 | 2 | -18/+12 |
| | |||||
* | Documented __complex__(), made sure all the discipline names hit the | Fred Drake | 1999-02-12 | 1 | -5/+8 |
| | | | | index. | ||||
* | "numberic" --> "numeric", two places | Fred Drake | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Removed a lot of unnecessary comment markers which cause unexplained | Fred Drake | 1999-01-12 | 1 | -84/+83 |
| | | | | numbers to appear in the HTML version of the manual. | ||||
* | 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.) | ||||
* | Clarify evaluation of default arguments at def time with more text and | Guido van Rossum | 1998-12-04 | 1 | -2/+20 |
| | | | | an example. | ||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 1 | -6/+3 |
| | |||||
* | Remove two remaining {\tt ...} constructs. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Remove two remaining {\tt ...} constructs. | Fred Drake | 1998-11-25 | 1 | -2/+2 |
| | |||||
* | Massive change to just about every construct that impacts the index. | Fred Drake | 1998-11-25 | 1 | -225/+210 |
| | | | | Blame it on Just. ;-) | ||||
* | Markup nits. | Fred Drake | 1998-11-25 | 1 | -10/+15 |
| | | | | Fixed an index entry, added three more. | ||||
* | Minor fixups to some index entries. | Fred Drake | 1998-11-25 | 1 | -3/+4 |
| | |||||
* | Minor adjustments to a few index entries. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
| | |||||
* | Remove a couple of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -2/+2 |
| | | | | the latest latex2html beta. | ||||
* | Remove a bunch of unnecessary "%" characters that cause problems with | Fred Drake | 1998-10-21 | 1 | -19/+19 |
| | | | | the latest latex2html beta. | ||||
* | Remove an unnecessary "%" character that seems to cause a minor glitch | Fred Drake | 1998-10-21 | 1 | -1/+1 |
| | | | | with the latest latex2html. | ||||
* | Fix encoding of \ in some string literals in the discussion of "raw" | Fred Drake | 1998-10-01 | 1 | -2/+2 |
| | | | | strings. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | Fix some confusion in the __repr__() and __str__() descriptions. | Fred Drake | 1998-10-01 | 1 | -82/+85 |
| | | | | Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | 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>). | ||||
* | Markup changes in the section on disciplines to match method descriptions | Fred Drake | 1998-08-28 | 1 | -165/+171 |
| | | | | | | a little better, and produce better HTML. Add some index entries. | ||||
* | 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 |
| | |||||
* | Minor refilling of a paragraph... | Barry Warsaw | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | im_function --> im_func | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| |