Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update to use a separate page for front matter. | Fred Drake | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | Make sure all chapters, sections, and subsections have a \label to give them | Fred Drake | 1998-07-28 | 7 | -63/+64 |
| | | | | semantic file names in the HTML. No more node#.html files! | ||||
* | Make sure chapters, sections, and subsections all have a \label to give them | Fred Drake | 1998-07-28 | 1 | -23/+25 |
| | | | | | | semantic file names in the HTML version; no more node#.html files. Fix one section heading. | ||||
* | Convert operator precedence table to the new style markup. | Fred Drake | 1998-07-27 | 1 | -45/+45 |
| | | | | | | | Added lambda to the table. Call "**" exponentiation instead of power. {\em ...} --> \emph{...} | ||||
* | Converted some {tabular}s to use {tablei*} environments. | Fred Drake | 1998-07-24 | 2 | -69/+64 |
| | |||||
* | Removing all references to FrameMaker | Guido van Rossum | 1998-07-24 | 17 | -34008/+0 |
| | |||||
* | checkpoint before I throw this away | Guido van Rossum | 1998-07-24 | 3 | -0/+0 |
| | |||||
* | Checking in uninteresting changes (mostly window resizes :-) | Guido van Rossum | 1998-07-24 | 6 | -0/+0 |
| | | | | before I remove all this cruft. | ||||
* | Fix markup of an \indexiii --> only two parameters were given. | Fred Drake | 1998-07-24 | 1 | -1/+1 |
| | |||||
* | Changes copied from the FrameMaker version. Hardly anything (but then | Guido van Rossum | 1998-07-24 | 1 | -6/+5 |
| | | | | | | this is the shortest chapter.) Hurray, I'm done with this! | ||||
* | Changes copied from the FrameMaker version. Not too much. | Guido van Rossum | 1998-07-24 | 1 | -108/+112 |
| | |||||
* | 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. | ||||
* | e.g. -> e.g., | Guido van Rossum | 1998-07-24 | 5 | -15/+16 |
| | |||||
* | Changes copied from the FrameMaker version, and some new stuff | Guido van Rossum | 1998-07-23 | 1 | -160/+292 |
| | | | | (complex numbers, power operator). | ||||
* | Changes copied from the FrameMaker version (hardly anything original). | Guido van Rossum | 1998-07-23 | 1 | -88/+99 |
| | |||||
* | 'name space' -> 'namespace' | Guido van Rossum | 1998-07-23 | 1 | -8/+8 |
| | |||||
* | Lots of changes copied from the FrameMaker version. Also documented | Guido van Rossum | 1998-07-23 | 1 | -231/+625 |
| | | | | some previously undocumented features. | ||||
* | 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. | ||||
* | Lots of changes to get this in sync with the Frame version. | Guido van Rossum | 1998-06-15 | 1 | -50/+217 |
| | | | | | Added raw strings, imaginary literals, assert and exec (!) keywords, a table about Resererved classes of identifiers, and more. | ||||
* | Two small additions to make it identical to the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -1/+5 |
| | |||||
* | NewNew abstract, copied from the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -20/+20 |
| | |||||
* | Fix another oldie (item (b) only): | Guido van Rossum | 1998-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Date: Fri, 20 Dec 1996 14:47:50 +0100 From: Lele Gaifax <lele@nautilus.eclipse.it> To: Python List <python-list@cwi.nl> Subject: Typos in ref manual Hi all, browsing the reference manual I noticed what seem two small errors: a) in the list of keywords (section 2.3.1) 'exec' is missing b) in the Operator Precedence table (5.12) the comparison operators include '=', but probably '==' was intended. Hope this help, lele. | ||||
* | Updated markup style (got rid of \verb@...@, mostly). | Fred Drake | 1998-05-14 | 6 | -197/+203 |
| | |||||
* | Markup consistency. | Fred Drake | 1998-05-07 | 1 | -14/+14 |
| | | | | | Using \input instead of \include to avoid extra .aux files from being generated. | ||||
* | 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 | 9 | -0/+3365 |
| | |||||
* | Change the date to March 6, 1998. | Guido van Rossum | 1998-03-06 | 14 | -8931/+25896 |
| | | | | | | | | | | | Migration to Frame 5.5. Checking in the PDF file. (This is questionable -- but we check in the Postscript as well. Perhaps *both* should be removed from the CVS tree, now everything is unbundled and we're distributing PS and PDF tarballs?) Note -- the HTML generation using webmaker is currently broken. I'll have to look into generating HTML from Frame... | ||||
* | Removed a confusing note about coercions and __r*__ operators. | Guido van Rossum | 1998-01-19 | 4 | -153/+148 |
| | |||||
* | Apply fixps.py to allow A4 paper printing. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Final version for 1.5; two tiny corrections. | Guido van Rossum | 1997-12-30 | 8 | -49/+52 |
| |