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
*
Update with statement documentation to use same terminology as 2.5a1 implemen...
Nick Coghlan
2006-04-23
1
-20/+32
*
bug #1462278: small fix in documentation of __op__ vs __rop__ methods
Georg Brandl
2006-04-01
1
-8/+9
*
typos
Georg Brandl
2006-03-31
1
-2/+2
*
Add index entries for new-style/old-style class.
Georg Brandl
2006-03-31
1
-1/+5
*
Add version added info for with statement and context managers
Neal Norwitz
2006-03-28
1
-0/+2
*
Document the PEP 343 context manager protocol methods.
Phillip J. Eby
2006-03-27
1
-0/+58
*
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
*
Add explicit text for where an obindex call for generators was since obindex ...
Brett Cannon
2003-06-15
1
-1/+2
*
Add a specific mention of the term "operator overloading" and add an
Fred Drake
2003-05-12
1
-1/+4
*
- apply SF patch #700798: fixes and cleanups for descriptor info
Fred Drake
2003-03-20
1
-13/+13
*
I thought it was common practice to check things compiled before
Michael W. Hudson
2003-03-05
1
-5/+5
*
SF doc patch #692001, properties and __getattribute__. I added some
Guido van Rossum
2003-02-28
1
-8/+54
*
Document __module__.
Jeremy Hylton
2003-01-31
1
-3/+11
*
Fix typo
Raymond Hettinger
2003-01-19
1
-1/+1
*
SF patch #634866: Alex Martelli's corrections to the ref manual.
Raymond Hettinger
2003-01-19
1
-37/+75
*
This is Richie Hindle's patch
Michael W. Hudson
2002-12-17
1
-5/+7
*
Another try at clarifying what goes into and comes out of Unicode objects.
Fred Drake
2002-09-24
1
-12/+20
*
Clarified that the footnote applies to versions 1.5 and after instead of
Raymond Hettinger
2002-09-08
1
-4/+4
*
A few days ago, Guido said (in the thread "[Python-Dev] Python
Michael W. Hudson
2002-07-19
1
-0/+9
*
SF 563530 added missing methods for emulating numeric types
Raymond Hettinger
2002-06-20
1
-1/+5
[next]