| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Emphasize the requirement that Python.h be included first more strongly. | Fred Drake | 2004-03-31 | 1 | -3/+6 |
| | | | | | Closes SF bug #837228; backported from the head. | ||||
| * | Backport of 1.26: | Michael W. Hudson | 2003-11-07 | 1 | -1/+1 |
| | | | | | | | | | Fix the problem addressed by patch [ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch. | ||||
| * | Fix spacing markup and other sundries. | Raymond Hettinger | 2003-09-08 | 1 | -2/+2 |
| | | |||||
| * | Fix missing parethesis. | Raymond Hettinger | 2003-05-20 | 1 | -1/+1 |
| | | |||||
| * | Remove another lie. | Michael W. Hudson | 2003-02-06 | 1 | -4/+2 |
| | | |||||
| * | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -5/+8 |
| | | |||||
| * | Convert the example C code to ANSI rather than K&R. | Fred Drake | 2002-06-22 | 1 | -19/+17 |
| | | | | | | This matches the Python C style guide (PEP 7). Closes SF patch #571489. | ||||
| * | Fix broken reference, minor clarification. | Fred Drake | 2002-05-16 | 1 | -8/+10 |
| | | |||||
| * | Do not use PyModule_GetDict(). | Fred Drake | 2002-04-12 | 1 | -23/+27 |
| | | | | | | Clean up the example of exporting a C-callable API from an extension module. Add a hyperlink to a related section in the Python/C API reference. | ||||
| * | Update to use the new \csimplemacro macro | Fred Drake | 2002-04-09 | 1 | -5/+5 |
| | | |||||
| * | Move reference material on PyArg_Parse*() out of the Extending & Embedding | Fred Drake | 2002-04-05 | 1 | -372/+5 |
| | | | | | | | | | document to the C API reference. Move some instructional text from the API reference to the Extending & Embedding manual. Fix the descriptions of the es and es# formats for PyArg_Parse*(). This closes SF bug #536516. | ||||
| * | There is no PyArg_ConvertTuple(); call it by the right name. | Fred Drake | 2002-04-01 | 1 | -1/+1 |
| | | | | | This closes SF bug #537511. | ||||
| * | Mark a couple of types that had not been marked. | Fred Drake | 2002-03-28 | 1 | -5/+5 |
| | | |||||
| * | Added index entries. | Fred Drake | 2002-03-28 | 1 | -0/+4 |
| | | |||||
| * | Allow a page break in a code longish example. | Fred Drake | 2002-03-28 | 1 | -1/+3 |
| | | |||||
| * | Fixed "u#" parser marker to pass through Unicode objects as-is without | Marc-André Lemburg | 2002-01-09 | 1 | -0/+2 |
| | | | | | | | going through the buffer interface API. Added tests for this to the _testcapi module and updated docs. | ||||
| * | More info about the cycle detector. | Guido van Rossum | 2001-12-07 | 1 | -2/+4 |
| | | |||||
| * | Trivial spelling repair on new cyclic garbage text. | Tim Peters | 2001-12-07 | 1 | -2/+2 |
| | | |||||
| * | Added more information about reference counting limitations and the cycle | Fred Drake | 2001-12-07 | 1 | -0/+27 |
| | | | | | | detector. This closes SF bug #484950. | ||||
| * | Clarify the description of the creation of an owned reference from an API | Fred Drake | 2001-11-29 | 1 | -5/+5 |
| | | | | | | function. This closes SF bug #486657. | ||||
| * | Add an index entry for the discussion of PyEval_CallObject(). | Fred Drake | 2001-11-29 | 1 | -8/+9 |
| | | | | | This is related to SF bug #485165. | ||||
| * | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -17/+17 |
| | | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
| * | Exhibit good form in C code: always provide docstrings in method tables, and | Fred Drake | 2001-11-17 | 1 | -11/+13 |
| | | | | | | always fill in all slots of table entries. Fixed a few minor markup errors. | ||||
| * | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -6/+6 |
| | | |||||
| * | SF [#466125] PyLong_AsLongLong works for any integer. | Tim Peters | 2001-09-30 | 1 | -0/+5 |
| | | | | | | | Generalize PyLong_AsLongLong to accept int arguments too. The real point is so that PyArg_ParseTuple's 'L' code does too. That code was undocumented (AFAICT), so documented it. | ||||
| * | Document the rule that Python.h must be included before any standard | Fred Drake | 2001-09-06 | 1 | -2/+4 |
| | | | | | headers. This is the final checkin for SF bug #458768. | ||||
| * | Split "Extending & Embedding" into separate files, one per chapter. | Fred Drake | 2001-08-20 | 1 | -0/+1695 |
