summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
* 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
* Bug #1501122: mention __gt__ &co in description of comparison order.Georg Brandl2006-06-141-2/+6
* SF patch #1303595: improve description of __builtins__, explaining how itFred Drake2006-06-101-4/+14
* 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
* Duplicated description about the illegal continue usage can be found in nearl...George Yoshida2006-05-121-5/+2
* 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
* 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
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
* 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
* 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
* backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*)Georg Brandl2005-07-021-11/+14
* [Bug #1193001] Make the notation section use the same productionlist env. as ...Andrew M. Kuchling2005-06-021-5/+5
* 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
* SF bug #1190451: 6.9 First sentence is confusingRaymond Hettinger2005-04-281-7/+8
* 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
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-013-3/+3
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-121-5/+6
* 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
* clarify trailing comma in function argument listFred Drake2004-11-022-6/+6
* Patch #1042969: add closing brace for \token {generator_expression}. ThanksJohannes Gijsbers2004-10-091-1/+1
* 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