summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-3/+17
* Change reference to execframes to naming.Jeremy Hylton2002-04-011-1/+1
* Restore a minimal definition of execution frame, since other parts ofJeremy Hylton2002-04-011-0/+6
* Update programmer's note on nested functions.Jeremy Hylton2002-04-011-5/+5
* Reword explanation of global statement since an undeclared global is aJeremy Hylton2002-04-011-3/+3
* Note the sole case in which the ban on "from ... import *" within aJeremy Hylton2002-04-011-1/+5
* Remove the following restriction:Jeremy Hylton2002-04-011-4/+0
* Note that it is illegal to delete a cell variable.Jeremy Hylton2002-04-011-2/+6
* Given lambda its own section, instead of burying it in boolean operators.Jeremy Hylton2002-04-011-30/+7
* Update / simplify Identifiers section for nested scopes.Jeremy Hylton2002-04-011-18/+2
* Update docs for nested scopes.Jeremy Hylton2002-04-012-257/+134
* Update documentation of code objects.Jeremy Hylton2002-04-011-10/+15
* Small fixes for description of function attributes.Jeremy Hylton2002-04-011-5/+3
* Fix up unescaped tilde; reported by several people.Fred Drake2002-03-181-1/+1
* Markup error: braces not properly marked in dictionary displayFred Drake2002-03-161-1/+1
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-155-82/+76
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
* Fix typo reported by François Pinard.Fred Drake2002-01-211-1/+1
* Added some missing index entries, noted by L. Peter Deutsch.Fred Drake2001-12-271-0/+2
* Update to use the notice environment so a multi-paragraph note can beFred Drake2001-12-141-2/+4
* Update information about __del__() & reference cycles for CPython.Fred Drake2001-12-141-7/+18
* Work around the problem of spaces after a "}" being dropped by LaTeX2HTML ifFred Drake2001-12-141-5/+5
* Fix forMichael W. Hudson2001-12-121-2/+45
* Add a note about yield requiring a __future__ directive.Fred Drake2001-12-121-0/+10
* Clean up a sad sentence in the yield description.Fred Drake2001-12-111-5/+5
* Document generators and the yield statement, avoiding implementation details.Fred Drake2001-12-112-1/+65
* Fix whitespace in example of bad indentation: a comment indicated that oneFred Drake2001-12-111-8/+8
* Add change notes where im_class is discussed, since the exact meaning changesFred Drake2001-12-071-0/+2
* Correct the description of im_class. (Fred, this is changed in 2.2.Guido van Rossum2001-12-071-6/+5
* Add a note to the description of the interaction between the softspaceFred Drake2001-12-051-9/+12
* Import the keyword module instead of relying on our own list ofGuido van Rossum2001-12-041-11/+2
* Put the keywords back in alphabetical order. Apparently somebodyGuido van Rossum2001-12-041-2/+2
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-031-8/+1
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-283-11/+11
* Fred observes that the typo was not the only problem with this sentence.Jeremy Hylton2001-11-141-1/+1
* typoJeremy Hylton2001-11-141-2/+2
* When describing "import *", add a level of indirection between "*" and theFred Drake2001-10-241-3/+17
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-202-6/+6
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
* Removed stray backslash (a typo -- my fault).Tim Peters2001-10-011-1/+1
* The description of dictionary comparison was out of date. Rather thanTim Peters2001-10-011-9/+12
* Refer to the objects which define __len__(), __*item__(), and __iter__()Fred Drake2001-10-011-17/+35
* Fix minor usage and consistency nits.Fred Drake2001-09-181-4/+5
* Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be droppedFred Drake2001-09-101-1/+1
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-7/+7
* Docs for the PEP 264 changes.Michael W. Hudson2001-08-271-11/+23
* Add material about the "r" and "u" prefixes for string literals; shouldFred Drake2001-08-141-8/+14
* Add information about __floordiv__() and __truediv__() methods forFred Drake2001-08-141-5/+17
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* User-defined methods *can* contain things other than user-defined functionsFred Drake2001-08-021-1/+2