summaryrefslogtreecommitdiffstats
path: root/Doc/ext/noddy.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-17/+1
| | | | | | this in module initialization before calling PyType_Ready. (Sorry Tim.) This is necessary to compile on cygwin. AFAIK, we support cygwin. If so, then we need to write extentions this way.
* 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
| | | | | | | Added some defines for PyMODINIT_FUNC so that the examples work with Python 2.2. I think I'm done hacking this documentation. Yippie! :)
* Updated simple example. This should have been checked in the otherJim Fulton2003-05-121-45/+45
| | | | day, but I missfired in CVS.
* 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
| | | | Removed ^M from some line-ends.
* 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