summaryrefslogtreecommitdiffstats
path: root/Doc/ext/newtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Rewrite awkward/ungrammatical sentence.Greg Ward2003-01-081-3/+3
* Grammatical fix: change possessive "it's" to "its".Greg Ward2003-01-031-3/+3
* Two more typo fixes.Greg Ward2002-12-171-2/+2
* Typo fix.Greg Ward2002-12-171-1/+1
* Remove now-obsolete staticforward/statichere discussion.Fred Drake2002-07-171-10/+2
* Minor wording changes, plus correct a typo.Fred Drake2002-05-141-7/+7
* Change the type of the tp_dealloc back to what it really is.Fred Drake2002-04-121-2/+2
* Update the type of tp_dealloc.Fred Drake2002-04-121-1/+1
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-051-3/+31
* Add a note warning against semicolons following PyObject_HEAD.Fred Drake2002-04-021-5/+9
* Started updating information about defining attributes on types.Fred Drake2002-03-291-7/+171
* Added comments for more entries of the type structure in the exampleFred Drake2002-03-281-19/+19
* Move some of the longer example code to external fragments, andFred Drake2002-03-281-148/+31
* Describe how to support the iterator protocol in extension types.Fred Drake2002-03-131-4/+60
* That hasn't been my email address for a while!Michael W. Hudson2002-01-161-1/+1
* Added discussion of protecting against screwing up the exception state inFred Drake2001-12-111-0/+48
* Exhibit good form in C code: always provide docstrings in method tables, andFred Drake2001-11-171-5/+8
* Document required return values -1, 0, 1 for tp_compare handler, asGuido van Rossum2001-10-161-2/+11
* Remove comment that no longer applies.Fred Drake2001-09-261-3/+0
* On Fred's suggestion, convert sprintf() examples to useBarry Warsaw2001-08-291-19/+11
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-201-0/+798