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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrote the basic section of the chapter on defining new types.
Jim Fulton
2003-05-07
3
-125/+946
*
Remove another lie.
Michael W. Hudson
2003-02-06
1
-4/+2
*
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
*
Fix SF # 626275, missing DECREF's in embedding example
Neal Norwitz
2002-12-17
1
-3/+8
*
Fix SF # 646578, Documentation Typo
Neal Norwitz
2002-12-02
1
-1/+1
*
Remove unused variable
Neal Norwitz
2002-12-02
1
-1/+1
*
Fix minor markup nits.
Fred Drake
2002-11-05
1
-2/+2
*
Fix peculiar (and ungrammatical) wording in an example program.
Greg Ward
2002-08-22
1
-2/+2
*
Replace DL_EXPORT with PyMODINIT_FUNC
Mark Hammond
2002-07-31
1
-1/+1
*
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond
2002-07-19
1
-5/+8
*
Change staticforward and statichere to just use static.
Fred Drake
2002-07-17
1
-2/+2
*
Remove now-obsolete staticforward/statichere discussion.
Fred Drake
2002-07-17
1
-10/+2
*
Fix a typo.
Thomas Heller
2002-07-04
1
-1/+1
*
Convert the example C code to ANSI rather than K&R.
Fred Drake
2002-06-22
1
-19/+17
*
Typo fix.
Greg Ward
2002-06-21
1
-1/+1
*
Typo.
Guido van Rossum
2002-05-16
1
-1/+1
*
Fix broken reference, minor clarification.
Fred Drake
2002-05-16
1
-8/+10
*
Typo: build -> built
Fred Drake
2002-05-16
1
-1/+1
*
Minor wording changes, plus correct a typo.
Fred Drake
2002-05-14
1
-7/+7
*
Clean up the use of version numbers in filenames; always use an "abstract"
Fred Drake
2002-04-19
1
-6/+17
*
Move the listing of the type structure, since both the C API reference and
Fred Drake
2002-04-15
1
-76/+0
*
Update the type of the tp_free slot.
Fred Drake
2002-04-12
1
-1/+1
*
Do not use PyModule_GetDict().
Fred Drake
2002-04-12
1
-23/+27
*
Change example of retrieving & calling a Python function to not use
Fred Drake
2002-04-12
1
-12/+9
*
Change the type of the tp_dealloc back to what it really is.
Fred Drake
2002-04-12
1
-2/+2
*
Modernize the minimal example of an extension type.
Fred Drake
2002-04-12
1
-7/+15
*
Update the type of tp_dealloc.
Fred Drake
2002-04-12
1
-1/+1
*
Update to use the new \csimplemacro macro
Fred Drake
2002-04-09
1
-5/+5
*
Move reference material on PyArg_Parse*() out of the Extending & Embedding
Fred Drake
2002-04-05
3
-375/+115
*
Remove weird spacing in typeset version of the chapter head.
Fred Drake
2002-04-05
1
-1/+1
*
Add a note warning against semicolons following PyObject_HEAD.
Fred Drake
2002-04-02
1
-5/+9
*
There is no PyArg_ConvertTuple(); call it by the right name.
Fred Drake
2002-04-01
1
-1/+1
*
Use the right types for a couple of fields of the type structure.
Fred Drake
2002-03-29
1
-2/+2
*
Started updating information about defining attributes on types.
Fred Drake
2002-03-29
1
-7/+171
*
Mark a couple of types that had not been marked.
Fred Drake
2002-03-28
1
-5/+5
*
Added comments for more entries of the type structure in the example
Fred Drake
2002-03-28
1
-19/+19
*
The new files included by \verbatiminput in newtypes.tex.
Fred Drake
2002-03-28
2
-0/+134
*
Move some of the longer example code to external fragments, and
Fred Drake
2002-03-28
1
-148/+31
*
Added index entries.
Fred Drake
2002-03-28
1
-0/+4
*
Allow a page break in a code longish example.
Fred Drake
2002-03-28
1
-1/+3
*
Describe how to support the iterator protocol in extension types.
Fred Drake
2002-03-13
1
-4/+60
*
Patch #500136: Update Update ext build documentation. 2.2.1 candidate.
Martin v. Löwis
2002-03-09
4
-190/+148
*
That hasn't been my email address for a while!
Michael W. Hudson
2002-01-16
1
-1/+1
*
Fixed "u#" parser marker to pass through Unicode objects as-is without
Marc-André Lemburg
2002-01-09
1
-0/+2
*
Replace the "Cookbook approach" with the approach documented in
Fred Drake
2001-12-13
1
-15/+166
*
Added discussion of protecting against screwing up the exception state in
Fred Drake
2001-12-11
1
-0/+48
*
More info about the cycle detector.
Guido van Rossum
2001-12-07
1
-2/+4
[next]