summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Relocate an index entry so named anchors are not generated in a section head.Fred Drake2002-10-241-1/+2
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-9/+13
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-0/+3
* Make sure section numbers wrap together with the preceeding wordFred Drake2002-10-181-2/+3
* Clarify deprecation of the floor div operator, modulo operator,Raymond Hettinger2002-10-111-5/+4
* Remove mentionings of DOS.Martin v. Löwis2002-10-101-1/+1
* Modified presentation of the grammar for calls to be easier to readFred Drake2002-10-071-4/+5
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-12/+20
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-27/+46
* Clarified that the footnote applies to versions 1.5 and after instead ofRaymond Hettinger2002-09-081-4/+4
* Ignore encoding declarations inside strings. Fixes #603509.Martin v. Löwis2002-09-031-1/+1
* add warning about exception messagesSkip Montanaro2002-08-281-0/+7
* Apply character{} markup.Raymond Hettinger2002-08-071-16/+17
* Fix up some more markup problems.Fred Drake2002-08-071-8/+9
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Fix the markup so it doesn't break formatting.Fred Drake2002-08-061-4/+4
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-5/+39
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+9
* Fix various typos reported to python-docs.Fred Drake2002-06-261-1/+1
* Close bug 417930 by clarifying augmented assignment docsRaymond Hettinger2002-06-251-0/+14
* Minor English grammar correctionRaymond Hettinger2002-06-251-1/+1
* Try to improve the explanation of the "raise" statement and how its argumentsFred Drake2002-06-202-33/+39
* Simplify the production for argument list, making sure that itFred Drake2002-06-201-4/+4
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-1/+5
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Played contortionist games with the argument_list production so itFred Drake2002-06-181-4/+4
* Typo.Michael W. Hudson2002-06-171-1/+1
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+7
* Fix up Guido's markup.Fred Drake2002-06-041-24/+24
* Addressed SF bug 421973 (finally).Guido van Rossum2002-06-031-46/+88
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-211-3/+8
* Closes SF patch: 552468.Raymond Hettinger2002-05-121-4/+2
* Added a missing "|" in the grammar productions used in the reference manualFred Drake2002-04-301-7/+9
* Minor change to an index entry.Fred Drake2002-04-231-1/+1
* Adjust markup to worm around tool limitations; the "m" in "model" was beingFred Drake2002-04-171-1/+1
* Remove repeated index entry; adds nothing different.Fred Drake2002-04-161-2/+1
* Document __unicode__. Fixes #541245.Martin v. Löwis2002-04-111-0/+7
* Fix typo: coverted --> converted. Reported by Francois Pinard.Fred Drake2002-04-091-1/+1
* 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