summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref6.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-151-40/+32
* Update to use the notice environment so a multi-paragraph note can beFred Drake2001-12-141-2/+4
* 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-111-0/+52
* Add a note to the description of the interaction between the softspaceFred Drake2001-12-051-9/+12
* When describing "import *", add a level of indirection between "*" and theFred Drake2001-10-241-3/+17
* Change the grammar productions to use the new productionlist environment;Fred Drake2001-07-061-76/+106
* Remove some bogus trailing whitespace.Fred Drake2001-06-231-2/+2
* Fix minor markup nits.Fred Drake2001-06-231-1/+1
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-231-0/+12
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1
* Note that assignments to __debug__ are illegalJeremy Hylton2001-03-231-0/+2
* Do not refer to "sub-modules" since that is not a defined term.Fred Drake2001-03-061-7/+8
* Remove note about the compiler not checking for two kinds of illegalJeremy Hylton2001-01-301-5/+0
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-0/+39
* Document "print >> None"Barry Warsaw2000-08-291-3/+4
* 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
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-8/+12
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-161-1/+1
* Typo: "This table table" -> "This table is"Fred Drake2000-07-061-1/+1
* Added a note to the section on 'exec' about the need for a trailing newlineGreg Ward2000-04-271-1/+10
* Typo: "Otherwose" --> "Otherwise" (reported by Joakim SernbrantFred Drake1999-04-141-29/+29
* Suggestion by Tim Peters clarifying what "before global" means.Guido van Rossum1998-12-211-1/+2
* Minor adjustments to a few index entries.Fred Drake1998-11-251-3/+3
* Fix encoding of \n in a couple of places (reported by LorenzoFred Drake1998-10-011-11/+11
* Describe what happens when ``raise C, x'' is called where C is a classGuido van Rossum1998-08-251-7/+13
* At least mark the URL to the Packages essay using \url.Fred Drake1998-08-071-1/+1
* Make sure all chapters, sections, and subsections have a \label to give themFred Drake1998-07-281-14/+14
* Fix markup of an \indexiii --> only two parameters were given.Fred Drake1998-07-241-1/+1
* Changes copied from the FrameMaker version. Also documented someGuido van Rossum1998-07-241-83/+141
* Added back the description of the exec statement. It appears that IGuido van Rossum1998-07-061-0/+38
* Fix a bogus \code@...@ to be \code{...}.Fred Drake1998-05-061-24/+23
* The Python Reference Manual.Fred Drake1998-05-061-0/+512
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-221-512/+0
* Erase all memory of the access statementGuido van Rossum1996-08-201-37/+0
* explain global betterGuido van Rossum1996-06-261-2/+15
* make access obsoleteGuido van Rossum1995-10-081-4/+2
* replace vars() with locals() and globals(); 3rd raise arg; typosGuido van Rossum1995-07-071-14/+22
* added ref to vars()Guido van Rossum1995-03-071-3/+4
* added classes as exceptionsGuido van Rossum1995-02-071-4/+11
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* * Doc/libtime.tex: get rid of references to millitime() andGuido van Rossum1994-08-231-1/+15
* Merge lost revisions backGuido van Rossum1994-08-011-68/+69