summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Document "print >> None"Barry Warsaw2000-08-291-3/+4
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-242-4/+11
* fix list comprehension discussion to use \keyword macro instead of simplySkip Montanaro2000-08-231-3/+4
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-2/+3
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+12
* Disallow "import mod.submod as m", because the result is ambiguous. Does itThomas Wouters2000-08-191-1/+6
* Adjust the way __getslice__() is marked as deprecated; this will alsoFred Drake2000-08-181-2/+4
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-8/+12
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-9/+18
* Fix error made in applying Thomas's patch.Fred Drake2000-08-151-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-08-151-1/+2
* list comprehensions. seeSkip Montanaro2000-08-121-5/+14
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-2/+3
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-164-8/+8
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
* Typo: "This table table" -> "This table is"Fred Drake2000-07-061-1/+1
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12
* Added a note to the section on 'exec' about the need for a trailing newlineGreg Ward2000-04-271-1/+10
* Removed some extraneous and confusing parenthesized expressions.Fred Drake2000-04-251-3/+3
* But don't do the funny \UNICODE macro; we're trying to get away fromFred Drake2000-04-061-1/+1
* Patch from Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+15
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-035-37/+40
* Use \citetitle as appropriate.Fred Drake1999-11-103-30/+30
* Use \programopt in one place.Fred Drake1999-11-091-1/+1
* Added sentence "All exceptions must have an executable block."; fromFred Drake1999-08-241-1/+2
* Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (theFred Drake1999-07-291-1/+1
* Small nits around some of the index entries.Fred Drake1999-05-131-72/+68
* Fixed some index entries.Fred Drake1999-05-101-36/+36
* Reflect recent patch for float % and divmod() by Tim Peters. ContentFred Drake1999-05-061-3/+10
* Added index entries for operator precedence; suggestion from RandallFred Drake1999-04-291-8/+10
* Typo: "Otherwose" --> "Otherwise" (reported by Joakim SernbrantFred Drake1999-04-141-29/+29
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-053-18/+18
* Added note about __builtin__._ to section dicussing classes ofFred Drake1999-03-051-5/+15
* Dictionaries are created using the "{...}" notation, not the "..."Fred Drake1999-02-231-13/+11
* 1. Clarify that immutability isn't entirely the same as unchangeableGuido van Rossum1999-02-231-2/+12
* Revised description of blank line handling for the interpreter, basedFred Drake1999-02-221-7/+11
* Minor markup nits.Fred Drake1999-02-122-18/+12
* Documented __complex__(), made sure all the discipline names hit theFred Drake1999-02-121-5/+8
* "numberic" --> "numeric", two placesFred Drake1999-01-281-2/+2
* Removed a lot of unnecessary comment markers which cause unexplainedFred Drake1999-01-121-84/+83
* Suggestion by Tim Peters clarifying what "before global" means.Guido van Rossum1998-12-211-1/+2
* Clarify evaluation of default arguments at def time with more text andGuido van Rossum1998-12-041-2/+20
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-011-6/+3
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-1/+1
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-2/+2
* Massive change to just about every construct that impacts the index.Fred Drake1998-11-251-225/+210
* Markup nits.Fred Drake1998-11-251-10/+15
* Minor fixups to some index entries.Fred Drake1998-11-251-3/+4