| Commit message (Expand) | Author | Age | Files | Lines |
* | A large contribution from Dave Kuhlman describing what each of the slots | Fred Drake | 2001-08-15 | 1 | -6/+385 |
|
|
* | Lots of new text and example code on embedding Python in C, contributed | Fred Drake | 2001-08-04 | 2 | -1/+309 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -2/+2 |
|
|
* | Corrected a section reference (title was wrong). | Fred Drake | 2001-07-20 | 1 | -5/+8 |
|
|
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -22/+22 |
|
|
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 1 | -0/+3 |
|
|
* | Added new parser markers 'et' and 'et#' which do not recode string | Marc-André Lemburg | 2001-05-02 | 1 | -0/+12 |
|
|
* | Markup nit: For the Python documents, we use \empt instead of \textit. | Fred Drake | 2001-03-19 | 1 | -1/+1 |
|
|
* | Py_BuildValue(): Add "D" conversion to create a Python complex value from | Fred Drake | 2001-03-12 | 1 | -0/+3 |
|
|
* | There was a real leak in the "export a C API" example; fix that one. | Fred Drake | 2001-03-02 | 1 | -4/+9 |
|
|
* | There is no longer a -X option to the interpreter, so remove the comments | Fred Drake | 2001-03-02 | 1 | -21/+16 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-02-19 | 1 | -9/+440 |
|
|
* | Worked around bug SF #125880: changed the text of three sections that | Fred Drake | 2001-01-22 | 1 | -3/+3 |
|
|
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 1 | -1/+1 |
|
|
* | Corrected a number of typos reported by Gilles Civario | Fred Drake | 2000-11-17 | 1 | -12/+3 |
|
|
* | Fix cut & paste error that describes three paramters when there are only | Fred Drake | 2000-11-02 | 1 | -4/+3 |
|
|
* | All acknowledgements have been moved to the Doc/ACKS file. | Fred Drake | 2000-10-26 | 1 | -25/+21 |
|
|
* | Added some comments on the interaction of reload() and extension modules. | Fred Drake | 2000-10-02 | 1 | -1/+6 |
|
|
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 1 | -0/+5 |
|
|
* | Special case the "s#" PyArg_Parse() token for Unicode objects: | Marc-André Lemburg | 2000-09-21 | 1 | -4/+4 |
|
|
* | Add a brief section on linking Python as an embedded scripting language. | Fred Drake | 2000-09-08 | 1 | -0/+37 |
|
|
* | Markup errors: \cfuntion -> \cfunction | Fred Drake | 2000-08-11 | 1 | -3/+3 |
|
|
* | Added descriptions of the new parser markers for PyArg_ParseTuple(). | Marc-André Lemburg | 2000-08-03 | 1 | -16/+77 |
|
|
* | needs a space | Greg Stein | 2000-07-09 | 1 | -1/+1 |
|
|
* | Remove the only Py_PROTO in the docs. | Fred Drake | 2000-07-09 | 1 | -1/+1 |
|
|
* | Small grammatical correction from Frank Stajano. Added comment with | Fred Drake | 2000-06-30 | 1 | -2/+9 |
|
|
* | Enhanced memory-reference information in the description of Py_BuildValue(), | Fred Drake | 2000-06-28 | 1 | -1/+5 |
|
|
* | Added memory-reference information to the description of Py_BuildValue(), | Fred Drake | 2000-06-28 | 1 | -1/+6 |
|
|
* | Oops, better also note that the module initialization function must be | Fred Drake | 2000-05-10 | 1 | -0/+2 |
|
|
* | Section "The Module's Method Table and Initialization Function": | Fred Drake | 2000-05-10 | 1 | -7/+10 |
|
|
* | Brian Hooper <brian_takashi@hotmail.com>: | Fred Drake | 2000-05-03 | 1 | -0/+28 |
|
|
* | Documentation patch describing the 'u' and 'u#' format specifiers, | Fred Drake | 2000-04-28 | 1 | -0/+10 |
|
|
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -24/+65 |
|
|
* | Use \citetitle in several places, and \programopt where appropriate. | Fred Drake | 1999-11-10 | 1 | -20/+23 |
|
|
* | Added descriptions of the t#, w, and w# PyArg_ParseTuple() format | Fred Drake | 1999-08-27 | 1 | -0/+21 |
|
|
* | Minor markup nit. | Fred Drake | 1999-07-02 | 1 | -1/+1 |
|
|
* | Added paragraph about potential re-initialization of extension | Fred Drake | 1999-06-18 | 1 | -0/+7 |
|
|
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 1 | -3/+3 |
|
|
* | Clarify that the Modules/ directory is in an unpacked source | Fred Drake | 1999-04-29 | 1 | -3/+3 |
|
|
* | Update starship URLs. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
|
|
* | Fixed latex2html weirdness for a footnote. | Fred Drake | 1999-04-05 | 1 | -2/+2 |
|
|
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
|
|
* | Added note about *static* after description of *shared*. | Fred Drake | 1999-02-22 | 1 | -1/+3 |
|
|
* | Removed "This will be discussed later." where it's not. Reported by | Fred Drake | 1999-02-22 | 1 | -4/+4 |
|
|
* | Update note about the (...) format specifier for PyArg_ParseTuple(). | Fred Drake | 1999-02-18 | 1 | -4/+10 |
|
|
* | Small updates and grammatical adjustments. | Fred Drake | 1999-02-17 | 1 | -24/+28 |
|
|
* | Removed old dynamic linking chapter. | Fred Drake | 1999-02-16 | 1 | -213/+148 |
|
|
* | Integrated notes on building extension modules on Windows, by Neil | Fred Drake | 1999-02-16 | 1 | -1/+50 |
|
|
* | Small grammatical fix; missing comma. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
|
|