index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
ref
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1536660: separate two words.
Georg Brandl
2006-08-08
1
-1/+1
*
Bug #1531349: right <-> left glitch in __rop__ description.
Georg Brandl
2006-07-30
1
-1/+1
*
remove unnecessary markup
Fred Drake
2006-06-18
1
-1/+1
*
markup fix
George Yoshida
2006-06-17
1
-1/+1
*
Bug #1153163: describe __add__ vs __radd__ behavior when adding
Georg Brandl
2006-06-14
1
-4/+19
*
Bug #1501122: mention __gt__ &co in description of comparison order.
Georg Brandl
2006-06-14
1
-2/+6
*
SF patch #1303595: improve description of __builtins__, explaining how it
Fred Drake
2006-06-10
1
-4/+14
*
minor markup nits
George Yoshida
2006-05-27
1
-1/+2
*
Patch #1492218: document None being a constant.
Georg Brandl
2006-05-26
1
-2/+6
*
- markup fix
George Yoshida
2006-05-20
2
-4/+5
*
Duplicated description about the illegal continue usage can be found in nearl...
George Yoshida
2006-05-12
1
-5/+2
*
wrap SyntaxError with \exception{}
George Yoshida
2006-04-23
1
-1/+1
*
bug #1462278: small fix in documentation of __op__ vs __rop__ methods
Georg Brandl
2006-04-01
1
-8/+9
*
update - still some old .cvsignore files lying around
Anthony Baxter
2006-03-23
1
-3/+0
*
Add markup to a "Python Standard Library" doc reference I added for bug 839585.
Georg Brandl
2006-01-20
1
-2/+3
*
Remove dots in \version{added,changed} arguments.
Georg Brandl
2006-01-15
1
-1/+1
*
Bug #839585: mention % string operator in language ref (backport)
Georg Brandl
2005-12-26
1
-0/+6
*
Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals.
Georg Brandl
2005-11-22
1
-2/+3
*
add missing "and"
Fred Drake
2005-10-30
1
-2/+3
*
Make close brace a paren to match open.
Neal Norwitz
2005-10-04
1
-1/+1
*
Armin caught this mistake in bug #973103.
Neal Norwitz
2005-10-04
1
-1/+1
*
Correct docs for empty raise when no exception is active.
Raymond Hettinger
2005-10-03
1
-2/+3
*
Better wording for integer ref entry (from HEAD 1.131).
Georg Brandl
2005-09-12
1
-2/+2
*
note that the return and yield statements cannot be used at the top level in
Fred Drake
2005-09-07
1
-1/+6
*
- fix typo report by email, only 1.5 years late
Fred Drake
2005-09-07
1
-7/+7
*
Clarify what is meant with "whole numbers".
Georg Brandl
2005-09-04
1
-1/+2
*
__new__ is a static method
Georg Brandl
2005-08-26
1
-1/+1
*
backport bug [ 1261229 ] __new__ is class method
Georg Brandl
2005-08-25
1
-1/+1
*
Empty sets and frozensets are also false.
Georg Brandl
2005-08-21
1
-3/+3
*
SF bug #1249837: container methods raise KeyError not IndexError
Raymond Hettinger
2005-08-21
1
-0/+2
*
Mention explicitly that False is considered false.
Georg Brandl
2005-08-21
1
-3/+3
*
[ 1243288 ] Misuse of "it's"
Georg Brandl
2005-07-22
1
-1/+1
*
add information about alternate implementations, noting that documentation
Fred Drake
2005-07-20
1
-1/+51
*
backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*)
Georg Brandl
2005-07-02
1
-11/+14
*
[Bug #1193001] Make the notation section use the same productionlist env. as ...
Andrew M. Kuchling
2005-06-02
1
-5/+5
*
Backport fix to decorator grammar update.
Raymond Hettinger
2005-05-27
1
-0/+2
*
update documentation on what constitutes a line in a source file
Fred Drake
2005-05-25
1
-5/+12
*
SF bug #1190451: 6.9 First sentence is confusing
Raymond Hettinger
2005-04-28
1
-7/+8
*
Fix typo.
Raymond Hettinger
2005-04-26
1
-1/+1
*
SF #1156412: document the __new__() static method.
Greg Ward
2005-03-08
1
-0/+29
*
fix a bunch of spelling errors
Fred Drake
2005-01-19
1
-1/+1
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
3
-3/+3
*
Patch #1080684: typo repair. Thanks George Yoshida!
Johannes Gijsbers
2004-12-12
1
-5/+6
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
2
-2/+4
*
minor markup nits; fix missing whitespace
Fred Drake
2004-11-10
1
-2/+2
*
clarify discussion of iteration in the section on the "for" statement
Fred Drake
2004-11-02
1
-2/+4
*
clarify trailing comma in function argument list
Fred Drake
2004-11-02
2
-6/+6
*
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
Johannes Gijsbers
2004-10-09
1
-1/+1
*
Remove claims that Python source code is ASCII. Fixes #1026038.
Martin v. Löwis
2004-09-14
1
-5/+15
*
SF patch #1007189, multi-line imports, for instance:
Anthony Baxter
2004-08-31
1
-2/+5
[next]