| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 2 | -2/+0 |
|
|
* | s/it's/its/, s/NULL/NULL{}/, where appropriate. | Tim Peters | 2004-07-15 | 1 | -4/+4 |
|
|
* | Formalize that the Py_VISIT macro requires that the tp_traverse | Tim Peters | 2004-07-15 | 1 | -33/+38 |
|
|
* | Updated documentation to: | Jim Fulton | 2004-07-14 | 4 | -45/+201 |
|
|
* | Changed applicable use of ``char *`` declarations that are passed into | Brett Cannon | 2004-06-29 | 1 | -6/+6 |
|
|
* | Mention Py_RETURN_NONE when introducing the idiom of how to have a function | Brett Cannon | 2004-06-27 | 1 | -1/+2 |
|
|
* | Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will | Brett Cannon | 2004-06-26 | 1 | -1/+2 |
|
|
* | Added documentation to address SF bug #963246: limitations on multiple | Phillip J. Eby | 2004-06-06 | 1 | -0/+24 |
|
|
* | Emphasize the requirement that Python.h be included first more strongly. | Fred Drake | 2004-03-31 | 1 | -3/+6 |
|
|
* | SF #894428, fix typo | Neal Norwitz | 2004-02-10 | 1 | -1/+1 |
|
|
* | fix some sloppy markup to use \guilabel | Fred Drake | 2004-01-23 | 1 | -20/+21 |
|
|
* | SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) | Raymond Hettinger | 2003-12-07 | 1 | -2/+2 |
|
|
* | Fix the problem addressed by patch | Michael W. Hudson | 2003-11-07 | 1 | -1/+1 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Fix spacing markup and other sundries. | Raymond Hettinger | 2003-09-08 | 1 | -2/+2 |
|
|
* | fix \NULL with following space and no {} (two instances) | Fred Drake | 2003-09-07 | 1 | -2/+2 |
|
|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
|
|
* | normalize markup for consistency | Fred Drake | 2003-07-01 | 1 | -15/+16 |
|
|
* | A few minor improvements | Barry Warsaw | 2003-06-28 | 1 | -3/+4 |
|
|
* | Rewrote the docs for supporting cyclic garbage collection to reflect | Jim Fulton | 2003-06-28 | 5 | -103/+394 |
|
|
* | Added tests for sample modules. | Jim Fulton | 2003-06-28 | 1 | -0/+121 |
|
|
* | Added s setup module to make it easier to test the sample modules. | Jim Fulton | 2003-06-28 | 1 | -0/+8 |
|
|
* | Fixed bug in implementation of tp_init function. It should be an int | Jim Fulton | 2003-06-28 | 2 | -8/+6 |
|
|
* | Changed the assignment of PyType_GenericNew to tp_new slot. Now do | Jim Fulton | 2003-06-28 | 1 | -17/+1 |
|
|
* | Changed the assignment of PyType_GenericNew to tp_new slot. Now do | Jim Fulton | 2003-06-28 | 1 | -23/+12 |
|
|
* | Fix ref counts in initialization code. | Raymond Hettinger | 2003-05-25 | 3 | -0/+3 |
|
|
* | Fix missing parethesis. | Raymond Hettinger | 2003-05-20 | 1 | -1/+1 |
|
|
* | Missing parenthesis. | Raymond Hettinger | 2003-05-16 | 1 | -1/+1 |
|
|
* | Added some missing PyObject* casts in the deallocators. | Jim Fulton | 2003-05-16 | 3 | -2/+11 |
|
|
* | Added a missing PyObject* cast to the dealloc examples. | Jim Fulton | 2003-05-16 | 1 | -2/+10 |
|
|
* | Removed reference to the out-of-date (and not very useful) | Jim Fulton | 2003-05-16 | 1 | -23/+9 |
|
|
* | Updated simple example. This should have been checked in the other | Jim Fulton | 2003-05-12 | 1 | -45/+45 |
|
|
* | Fixed small typo Pointed out by Michael Hudson. | Jim Fulton | 2003-05-08 | 1 | -1/+1 |
|
|
* | Fixed a typo in an example dealloc routine that calls it's "self" | Jim Fulton | 2003-05-08 | 1 | -1/+1 |
|
|
* | Rewrote the basic section of the chapter on defining new types. | Jim Fulton | 2003-05-07 | 3 | -125/+946 |
|
|
* | Remove another lie. | Michael W. Hudson | 2003-02-06 | 1 | -4/+2 |
|
|
* | Rewrite awkward/ungrammatical sentence. | Greg Ward | 2003-01-08 | 1 | -3/+3 |
|
|
* | Grammatical fix: change possessive "it's" to "its". | Greg Ward | 2003-01-03 | 1 | -3/+3 |
|
|
* | Two more typo fixes. | Greg Ward | 2002-12-17 | 1 | -2/+2 |
|
|
* | Typo fix. | Greg Ward | 2002-12-17 | 1 | -1/+1 |
|
|
* | Fix SF # 626275, missing DECREF's in embedding example | Neal Norwitz | 2002-12-17 | 1 | -3/+8 |
|
|
* | Fix SF # 646578, Documentation Typo | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | Fix minor markup nits. | Fred Drake | 2002-11-05 | 1 | -2/+2 |
|
|
* | Fix peculiar (and ungrammatical) wording in an example program. | Greg Ward | 2002-08-22 | 1 | -2/+2 |
|
|
* | Replace DL_EXPORT with PyMODINIT_FUNC | Mark Hammond | 2002-07-31 | 1 | -1/+1 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -5/+8 |
|
|
* | Change staticforward and statichere to just use static. | Fred Drake | 2002-07-17 | 1 | -2/+2 |
|
|
* | Remove now-obsolete staticforward/statichere discussion. | Fred Drake | 2002-07-17 | 1 | -10/+2 |
|
|
* | Fix a typo. | Thomas Heller | 2002-07-04 | 1 | -1/+1 |
|
|