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
/
ref3.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
1
-2093/+0
*
Remove useless \withsubitem.
Georg Brandl
2007-08-02
1
-1/+0
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-9/+3
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-7/+4
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-2/+3
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-6/+3
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-45/+52
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
put a missing curly brace
George Yoshida
2007-02-26
1
-1/+1
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-21/+21
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+36
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-7/+7
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-3/+2
*
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz
2006-08-29
1
-2/+1
*
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz
2006-08-21
1
-125/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4/+27
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-43/+35
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-11/+76
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-0/+7
*
Updating the short blob about old/new-style classes to reflect (IMHO) more
Armin Rigo
2005-12-26
1
-7/+35
*
Add placeholder section on old and new-style classes
Andrew M. Kuchling
2005-12-04
1
-0/+13
*
add missing "and"
Fred Drake
2005-10-30
1
-2/+3
*
Better wording for integer ref entry.
Georg Brandl
2005-09-12
1
-2/+2
*
- 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
*
bug [ 1261229 ] __new__ is class method
Georg Brandl
2005-08-25
1
-1/+1
*
SF bug #1249837: container methods raise KeyError not IndexError
Raymond Hettinger
2005-08-21
1
-0/+2
*
Patch [ 1230615 ] Patch for (Doc) #1168746
Georg Brandl
2005-07-02
1
-11/+14
*
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
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
1
-1/+1
*
This is my patch
Michael W. Hudson
2004-08-12
1
-22/+49
*
Add a missing space.
Brett Cannon
2004-06-29
1
-1/+1
*
note that descriptor objects must be instances of new-style types
Fred Drake
2004-05-06
1
-1/+2
*
clean up indexing for None, NotImplemented
Fred Drake
2004-01-01
1
-4/+2
*
Patch #821093: Fix various typos.
Martin v. Löwis
2003-10-19
1
-1/+1
*
SF 810242. Fix doubled word errors.
Raymond Hettinger
2003-09-22
1
-1/+1
*
Added doubled word warnings.
Raymond Hettinger
2003-08-25
1
-1/+1
*
Fix representation of ^= operator in __ixor__() documentation.
Fred Drake
2003-07-23
1
-1/+1
*
Minor corrections.
Raymond Hettinger
2003-07-17
1
-1/+1
*
- improve the description of how user-defined method
Fred Drake
2003-07-17
1
-25/+85
*
Clarify the lack of relationship between rich comparison operators.
Raymond Hettinger
2003-07-16
1
-0/+5
*
Indexing is a mess; try to get the link targets closer to the relevant
Fred Drake
2003-07-15
1
-3/+2
*
Discuss calling new-style types.
Fred Drake
2003-07-15
1
-1/+9
*
Minor fixes to punctuation and grammar.
Raymond Hettinger
2003-06-29
1
-5/+5
*
* Markup nits for the Invoking Descriptors section
Raymond Hettinger
2003-06-27
1
-7/+121
*
remove _ from label: LaTeX rejects this due to all the magic we use to
Fred Drake
2003-06-26
1
-1/+1
*
* Document how descriptors are invoked.
Raymond Hettinger
2003-06-25
1
-3/+63
[next]