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
/
ext
/
newtypes.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite awkward/ungrammatical sentence.
Greg Ward
2003-01-08
1
-3/+3
*
Grammatical fix: change possessive "it's" to "its".
Greg Ward
2003-01-03
1
-3/+3
*
Two more typo fixes.
Greg Ward
2002-12-17
1
-2/+2
*
Typo fix.
Greg Ward
2002-12-17
1
-1/+1
*
Remove now-obsolete staticforward/statichere discussion.
Fred Drake
2002-07-17
1
-10/+2
*
Minor wording changes, plus correct a typo.
Fred Drake
2002-05-14
1
-7/+7
*
Change the type of the tp_dealloc back to what it really is.
Fred Drake
2002-04-12
1
-2/+2
*
Update the type of tp_dealloc.
Fred Drake
2002-04-12
1
-1/+1
*
Move reference material on PyArg_Parse*() out of the Extending & Embedding
Fred Drake
2002-04-05
1
-3/+31
*
Add a note warning against semicolons following PyObject_HEAD.
Fred Drake
2002-04-02
1
-5/+9
*
Started updating information about defining attributes on types.
Fred Drake
2002-03-29
1
-7/+171
*
Added comments for more entries of the type structure in the example
Fred Drake
2002-03-28
1
-19/+19
*
Move some of the longer example code to external fragments, and
Fred Drake
2002-03-28
1
-148/+31
*
Describe how to support the iterator protocol in extension types.
Fred Drake
2002-03-13
1
-4/+60
*
That hasn't been my email address for a while!
Michael W. Hudson
2002-01-16
1
-1/+1
*
Added discussion of protecting against screwing up the exception state in
Fred Drake
2001-12-11
1
-0/+48
*
Exhibit good form in C code: always provide docstrings in method tables, and
Fred Drake
2001-11-17
1
-5/+8
*
Document required return values -1, 0, 1 for tp_compare handler, as
Guido van Rossum
2001-10-16
1
-2/+11
*
Remove comment that no longer applies.
Fred Drake
2001-09-26
1
-3/+0
*
On Fred's suggestion, convert sprintf() examples to use
Barry Warsaw
2001-08-29
1
-19/+11
*
Split "Extending & Embedding" into separate files, one per chapter.
Fred Drake
2001-08-20
1
-0/+798