summaryrefslogtreecommitdiffstats
path: root/Doc/ext
Commit message (Expand)AuthorAgeFilesLines
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-151-33/+38
* Updated documentation to:Jim Fulton2004-07-144-45/+201
* Changed applicable use of ``char *`` declarations that are passed intoBrett Cannon2004-06-291-6/+6
* Mention Py_RETURN_NONE when introducing the idiom of how to have a functionBrett Cannon2004-06-271-1/+2
* Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC willBrett Cannon2004-06-261-1/+2
* Added documentation to address SF bug #963246: limitations on multiplePhillip J. Eby2004-06-061-0/+24
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-311-3/+6
* SF #894428, fix typoNeal Norwitz2004-02-101-1/+1
* fix some sloppy markup to use \guilabelFred Drake2004-01-231-20/+21
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-071-2/+2
* Fix the problem addressed by patchMichael W. Hudson2003-11-071-1/+1
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-081-2/+2
* 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-285-103/+394
* Added tests for sample modules.Jim Fulton2003-06-281-0/+121
* Added s setup module to make it easier to test the sample modules.Jim Fulton2003-06-281-0/+8
* Fixed bug in implementation of tp_init function. It should be an intJim Fulton2003-06-282-8/+6
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-17/+1
* Changed the assignment of PyType_GenericNew to tp_new slot. Now doJim Fulton2003-06-281-23/+12
* Fix ref counts in initialization code.Raymond Hettinger2003-05-253-0/+3
* Fix missing parethesis.Raymond Hettinger2003-05-201-1/+1
* Missing parenthesis.Raymond Hettinger2003-05-161-1/+1
* Added some missing PyObject* casts in the deallocators.Jim Fulton2003-05-163-2/+11
* 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
* Updated simple example. This should have been checked in the otherJim Fulton2003-05-121-45/+45
* 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-073-125/+946
* Remove another lie.Michael W. Hudson2003-02-061-4/+2
* 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
* Fix SF # 626275, missing DECREF's in embedding exampleNeal Norwitz2002-12-171-3/+8
* Fix SF # 646578, Documentation TypoNeal Norwitz2002-12-021-1/+1
* Remove unused variableNeal Norwitz2002-12-021-1/+1
* Fix minor markup nits.Fred Drake2002-11-051-2/+2
* Fix peculiar (and ungrammatical) wording in an example program.Greg Ward2002-08-221-2/+2
* Replace DL_EXPORT with PyMODINIT_FUNCMark Hammond2002-07-311-1/+1
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-5/+8
* Change staticforward and statichere to just use static.Fred Drake2002-07-171-2/+2
* Remove now-obsolete staticforward/statichere discussion.Fred Drake2002-07-171-10/+2
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Convert the example C code to ANSI rather than K&R.Fred Drake2002-06-221-19/+17
* Typo fix.Greg Ward2002-06-211-1/+1