- 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
- 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
- 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
- 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
- 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
- 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
- a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
- 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
- 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
- d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
- a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
- 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
- 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
- f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
- 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
- 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
- 191a282 Typo: "This table table" -> "This table is" by Fred Drake · 24 years ago
- 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 24 years ago
- e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
- 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 25 years ago
- c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 25 years ago
- 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 25 years ago
- f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
- a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
- 4c2533f Added sentence "All exceptions must have an executable block."; from by Fred Drake · 25 years ago
- c35367e Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the by Fred Drake · 25 years ago
- 431f0ce Small nits around some of the index entries. by Fred Drake · 26 years ago
- b894370 Fixed some index entries. by Fred Drake · 26 years ago
- 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 26 years ago
- d09120b Added index entries for operator precedence; suggestion from Randall by Fred Drake · 26 years ago
- 011f6fc Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant by Fred Drake · 26 years ago
- b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 26 years ago
- 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 26 years ago
- 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 26 years ago
- 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
- c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 26 years ago
- 99cd573 Minor markup nits. by Fred Drake · 26 years ago
- 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
- ae3e574 "numberic" --> "numeric", two places by Fred Drake · 26 years ago
- 4856d01 Removed a lot of unnecessary comment markers which cause unexplained by Fred Drake · 26 years ago
- b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
- e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
- 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
- d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
- 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
- 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
- ea81edf Markup nits. by Fred Drake · 26 years ago
- 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
- 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
- 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
- dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
- 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
- c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
- 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
- d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
- d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
- f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
- 1a0b872 At least mark the URL to the Packages essay using \url. by Fred Drake · 26 years ago
- 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
- 70da192 im_function --> im_func by Fred Drake · 26 years ago
- 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
- 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
- 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
- 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
- a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
- aca61a4 Removing all references to FrameMaker by Guido van Rossum · 26 years ago
- 6a2fe26 checkpoint before I throw this away by Guido van Rossum · 26 years ago
- 579c845 Checking in uninteresting changes (mostly window resizes :-) by Guido van Rossum · 26 years ago
- 246837d Fix markup of an \indexiii --> only two parameters were given. by Fred Drake · 26 years ago
- d540509 Changes copied from the FrameMaker version. Hardly anything (but then by Guido van Rossum · 26 years ago
- 5399d68 Changes copied from the FrameMaker version. Not too much. by Guido van Rossum · 26 years ago
- 56c2013 Changes copied from the FrameMaker version. Also documented some by Guido van Rossum · 26 years ago
- 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
- 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
- b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
- dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
- 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
- 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
- 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
- 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
- dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
- c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
- 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 27 years ago
- f8e4415 Markup consistency. by Fred Drake · 27 years ago
- dde91f0 Fix a bogus \code@...@ to be \code{...}. by Fred Drake · 27 years ago
- f666917 The Python Reference Manual. by Fred Drake · 27 years ago
- 47e09c4 Change the date to March 6, 1998. by Guido van Rossum · 27 years ago
- 79a6a9e Removed a confusing note about coercions and __r*__ operators. by Guido van Rossum · 27 years ago
- 3884e7e Apply fixps.py to allow A4 paper printing. by Guido van Rossum · 27 years ago
- ccd25d1 Final version for 1.5; two tiny corrections. by Guido van Rossum · 27 years ago
- dd79bd3 Checking in fixed PS, with A4 capability. by Guido van Rossum · 27 years ago
- b9973d9 Script to edit one line in the PS to allow A4 printing. by Guido van Rossum · 27 years ago
- a0eaa22 Some manipulations with tags to get the TOC and Index to look better by Guido van Rossum · 27 years ago
- 3e396cf New WML file, this time with working Title and Author tags, and by Guido van Rossum · 27 years ago
- 628b408 Ignore html files generated by webmaker. by Guido van Rossum · 27 years ago
- 000eb0a Augmented the script so that (at CNRI anyway) it also invokes webmaker by Guido van Rossum · 27 years ago
- 71ace95 Updated to the most pressing 1.5 issues. by Guido van Rossum · 27 years ago
- 7806c16 generated from latest doc files by Guido van Rossum · 27 years ago