summaryrefslogtreecommitdiffstats
path: root/Doc/ext/noddy.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-17/+1
* Fix ref counts in initialization code.Raymond Hettinger2003-05-251-0/+1
* Added some missing PyObject* casts in the deallocators.Jim Fulton2003-05-161-0/+3
* Updated simple example. This should have been checked in the otherJim Fulton2003-05-121-45/+45
* Replace DL_EXPORT with PyMODINIT_FUNCMark Hammond2002-07-311-1/+1
* Change staticforward and statichere to just use static.Fred Drake2002-07-171-2/+2
* Modernize the minimal example of an extension type.Fred Drake2002-04-121-7/+15
* The new files included by \verbatiminput in newtypes.tex.Fred Drake2002-03-281-0/+58