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
*
normalize markup for consistency
Fred Drake
2003-07-01
1
-15/+16
*
A few minor improvements
Barry Warsaw
2003-06-28
1
-3/+4
*
Rewrote the docs for supporting cyclic garbage collection to reflect
Jim Fulton
2003-06-28
1
-24/+91
*
Changed the assignment of PyType_GenericNew to tp_new slot. Now do
Jim Fulton
2003-06-28
1
-23/+12
*
Missing parenthesis.
Raymond Hettinger
2003-05-16
1
-1/+1
*
Added a missing PyObject* cast to the dealloc examples.
Jim Fulton
2003-05-16
1
-2/+10
*
Removed reference to the out-of-date (and not very useful)
Jim Fulton
2003-05-16
1
-23/+9
*
Fixed small typo Pointed out by Michael Hudson.
Jim Fulton
2003-05-08
1
-1/+1
*
Fixed a typo in an example dealloc routine that calls it's "self"
Jim Fulton
2003-05-08
1
-1/+1
*
Rewrote the basic section of the chapter on defining new types.
Jim Fulton
2003-05-07
1
-125/+523
*
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