summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Collapse)AuthorAgeFilesLines
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1
| | | | (backport from rev. 51153)
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
| | | | (backport from rev. 50990)
* remove unnecessary markupFred Drake2006-06-181-1/+1
|
* markup fixGeorge Yoshida2006-06-171-1/+1
|
* Bug #1153163: describe __add__ vs __radd__ behavior when addingGeorg Brandl2006-06-141-4/+19
| | | | | objects of same type/of subclasses of the other. (backport from rev. 46952)
* Bug #1501122: mention __gt__ &co in description of comparison order.Georg Brandl2006-06-141-2/+6
| | | | (backport from rev. 46949)
* SF patch #1303595: improve description of __builtins__, explaining how itFred Drake2006-06-101-4/+14
| | | | | varies between __main__ and other modules, and strongly suggest not touching it but using __builtin__ if absolutely necessary
* minor markup nitsGeorge Yoshida2006-05-271-1/+2
|
* Patch #1492218: document None being a constant.Georg Brandl2006-05-261-2/+6
|
* - markup fixGeorge Yoshida2006-05-202-4/+5
| | | | | - add clarifying words (backport r46055)
* Duplicated description about the illegal continue usage can be found in ↵George Yoshida2006-05-121-5/+2
| | | | | | | nearly the same place. They are same, so keep the original one and remove the later-added one. (backport r45978)
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
|
* bug #1462278: small fix in documentation of __op__ vs __rop__ methodsGeorg Brandl2006-04-011-8/+9
| | | | (backport from rev. 43521)
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-3/+0
|
* Add markup to a "Python Standard Library" doc reference I added for bug 839585.Georg Brandl2006-01-201-2/+3
|
* Remove dots in \version{added,changed} arguments.Georg Brandl2006-01-151-1/+1
|
* Bug #839585: mention % string operator in language ref (backport)Georg Brandl2005-12-261-0/+6
|
* Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals.Georg Brandl2005-11-221-2/+3
|
* add missing "and"Fred Drake2005-10-301-2/+3
|
* Make close brace a paren to match open.Neal Norwitz2005-10-041-1/+1
|
* Armin caught this mistake in bug #973103.Neal Norwitz2005-10-041-1/+1
|
* Correct docs for empty raise when no exception is active.Raymond Hettinger2005-10-031-2/+3
|
* Better wording for integer ref entry (from HEAD 1.131).Georg Brandl2005-09-121-2/+2
|
* note that the return and yield statements cannot be used at the top level inFred Drake2005-09-071-1/+6
| | | | | | exec statements; people coming from certain other languages seem to be confused by this on a regular basis (backported from trunk revision 1.77)
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
| | | | | - fix several consistency nits relating to \method{...()} (backport of trunk revision 1.130)
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
|
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
|
* backport bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
|
* Empty sets and frozensets are also false.Georg Brandl2005-08-211-3/+3
|
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
| | | | Minor clarification.
* Mention explicitly that False is considered false.Georg Brandl2005-08-211-3/+3
|
* [ 1243288 ] Misuse of "it's"Georg Brandl2005-07-221-1/+1
|
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
| | | | | for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this; backported from trunk rev 1.16)
* backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*)Georg Brandl2005-07-021-11/+14
| | | | backport bug [ 1204734 ] incorrect description of __getattribute__
* [Bug #1193001] Make the notation section use the same productionlist env. as ↵Andrew M. Kuchling2005-06-021-5/+5
| | | | other grammar rules
* Backport fix to decorator grammar update.Raymond Hettinger2005-05-271-0/+2
|
* update documentation on what constitutes a line in a source fileFred Drake2005-05-251-5/+12
| | | | (closes SF bug #1167922)
* SF bug #1190451: 6.9 First sentence is confusingRaymond Hettinger2005-04-281-7/+8
| | | | | | | * Fixed incorrect wording: expression->exception * Noted the specific exception reported by "raise" when the is nothing to re-raise. * Eliminated several instances of "e.g." as recommended in the style guide.
* Fix typo.Raymond Hettinger2005-04-261-1/+1
|
* SF #1156412: document the __new__() static method.Greg Ward2005-03-081-0/+29
|
* fix a bunch of spelling errorsFred Drake2005-01-191-1/+1
| | | | (closes SF patch #1104868)
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-013-3/+3
|
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-121-5/+6
| | | | | | | | | | | | | | | | - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-112-2/+4
|
* minor markup nits; fix missing whitespaceFred Drake2004-11-101-2/+2
|
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-2/+4
| | | | (SF bug #829073)
* clarify trailing comma in function argument listFred Drake2004-11-022-6/+6
| | | | (SF bug #798652)
* Patch #1042969: add closing brace for \token {generator_expression}. ThanksJohannes Gijsbers2004-10-091-1/+1
| | | | George Yoshida!
* Remove claims that Python source code is ASCII. Fixes #1026038.Martin v. Löwis2004-09-141-5/+15
|
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-2/+5
| | | | | "from blah import (foo, bar baz, bongo)"