summaryrefslogtreecommitdiffstats
path: root/Doc/ext/newtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* SF bug #1066036: Typo about PyErr_WriteUnraisable()Raymond Hettinger2004-11-181-1/+1
* s/it's/its/, s/NULL/NULL{}/, where appropriate.Tim Peters2004-07-151-4/+4
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-151-33/+38
* Updated documentation to:Jim Fulton2004-07-141-29/+166
* Added documentation to address SF bug #963246: limitations on multiplePhillip J. Eby2004-06-061-0/+24
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-071-2/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* fix \NULL with following space and no {} (two instances)Fred Drake2003-09-071-2/+2
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* normalize markup for consistencyFred Drake2003-07-011-15/+16
* A few minor improvementsBarry Warsaw2003-06-281-3/+4
* Rewrote the docs for supporting cyclic garbage collection to reflectJim Fulton2003-06-281-24/+91
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-23/+12
* Missing parenthesis.Raymond Hettinger2003-05-161-1/+1
* Added a missing PyObject* cast to the dealloc examples.Jim Fulton2003-05-161-2/+10
* Removed reference to the out-of-date (and not very useful)Jim Fulton2003-05-161-23/+9
* Fixed small typo Pointed out by Michael Hudson.Jim Fulton2003-05-081-1/+1
* Fixed a typo in an example dealloc routine that calls it's "self"Jim Fulton2003-05-081-1/+1
* Rewrote the basic section of the chapter on defining new types.Jim Fulton2003-05-071-125/+523
* 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