1. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 23 years ago
  2. 9b88b4c Do not #include <stdio.h> since Python.h already does that. by Fred Drake · 23 years ago
  3. adaca02 Use the standard argument convention for main(), and conform to the by Fred Drake · 23 years ago
  4. da21ce3 On Fred's suggestion, convert sprintf() examples to use by Barry Warsaw · 23 years ago
  5. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago
  6. ce1650f A large contribution from Dave Kuhlman describing what each of the slots by Fred Drake · 23 years ago
  7. 5376575 Lots of new text and example code on embedding Python in C, contributed by Fred Drake · 23 years ago
  8. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  9. 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
  10. 7a889ce Minor change to match the style guide. by Fred Drake · 23 years ago
  11. 15e33d8 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  12. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  13. 6f15e57 Added new parser markers 'et' and 'et#' which do not recode string by Marc-André Lemburg · 23 years ago
  14. f531ad6 Markup nit: For the Python documents, we use \empt instead of \textit. by Fred Drake · 23 years ago
  15. 93fe96a Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 23 years ago
  16. 80d4c07 There was a real leak in the "export a C API" example; fix that one. by Fred Drake · 23 years ago
  17. 0539bfa There is no longer a -X option to the interpreter, so remove the comments by Fred Drake · 23 years ago
  18. f6a9617 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  19. bcb09fa Worked around bug SF #125880: changed the text of three sections that by Fred Drake · 24 years ago
  20. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  21. aa126e1 Corrected a number of typos reported by Gilles Civario by Fred Drake · 24 years ago
  22. 4bc0aed Fix cut & paste error that describes three paramters when there are only by Fred Drake · 24 years ago
  23. 585698a All acknowledgements have been moved to the Doc/ACKS file. by Fred Drake · 24 years ago
  24. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 24 years ago
  25. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
  26. 3578b77 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  27. 1c25803 Add a brief section on linking Python as an embedded scripting language. by Fred Drake · 24 years ago
  28. 4e15945 Markup errors: \cfuntion -> \cfunction by Fred Drake · 24 years ago
  29. 8b9835c Added descriptions of the new parser markers for PyArg_ParseTuple(). by Marc-André Lemburg · 24 years ago
  30. c2844af needs a space by Greg Stein · 24 years ago
  31. a83b68a Remove the only Py_PROTO in the docs. by Fred Drake · 24 years ago
  32. 1739be5 Small grammatical correction from Frank Stajano. Added comment with by Fred Drake · 24 years ago
  33. ec105d0 Enhanced memory-reference information in the description of Py_BuildValue(), by Fred Drake · 24 years ago
  34. 2b9e180 Added memory-reference information to the description of Py_BuildValue(), by Fred Drake · 24 years ago
  35. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  36. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  37. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  38. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  39. 54fd845 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  40. 9fa76f1 Use \citetitle in several places, and \programopt where appropriate. by Fred Drake · 25 years ago
  41. 8779f64 Added descriptions of the t#, w, and w# PyArg_ParseTuple() format by Fred Drake · 25 years ago
  42. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  43. a48a083 Added paragraph about potential re-initialization of extension by Fred Drake · 25 years ago
  44. 5f342ac Always use "section" when referring to sections of a document, not "Section". by Fred Drake · 25 years ago
  45. a4a90dd Clarify that the Modules/ directory is in an unpacked source by Fred Drake · 25 years ago
  46. c0fcbc1 Update starship URLs. by Fred Drake · 25 years ago
  47. 52e2d51 Fixed latex2html weirdness for a footnote. by Fred Drake · 25 years ago
  48. dc12ec8 Fix a number of typos and small grammatical nits pointed out by Detlef by Fred Drake · 25 years ago
  49. ba21d10 Added note about *static* after description of *shared*. by Fred Drake · 25 years ago
  50. 9226d8e Removed "This will be discussed later." where it's not. Reported by by Fred Drake · 25 years ago
  51. 29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). by Fred Drake · 25 years ago
  52. 8e01517 Small updates and grammatical adjustments. by Fred Drake · 25 years ago
  53. 33698f8 Removed old dynamic linking chapter. by Fred Drake · 25 years ago
  54. 3de61bc Integrated notes on building extension modules on Windows, by Neil by Fred Drake · 25 years ago
  55. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 25 years ago
  56. 295fb43 Make it clear that Demo/embed/ is from the source distribution. by Fred Drake · 25 years ago
  57. ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. by Fred Drake · 25 years ago
  58. f9918f2 Minor nit to prevent dropping a space in the HTML generation. by Fred Drake · 26 years ago
  59. d358afe Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
  60. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  61. e743fd0 Rationalize a word-space markup to not break in the LaTeX->*ML by Fred Drake · 26 years ago
  62. 5e8aa54 Update the example in "Calling Python Functions from C" to use by Fred Drake · 26 years ago
  63. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  64. b85fbec "ZeroDevisionError" --> "ZeroDivisionError" by Fred Drake · 26 years ago
  65. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  66. dc40904 Hyphenate "built-in" for consistency. by Fred Drake · 26 years ago
  67. b789c70 Minor markup nits. by Fred Drake · 26 years ago
  68. a0dbddf Markup consistency nits. by Fred Drake · 26 years ago
  69. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 26 years ago
  70. 7d20ffe Adjust the index inclusion for the new index support. by Fred Drake · 26 years ago
  71. cd05ca9 Remove unnecessary blank line in long code sample. by Fred Drake · 26 years ago
  72. 3fe985f Simplify some of the escaping around ']' in \item[...] markup in light of by Fred Drake · 26 years ago
  73. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  74. 40e72f7 Fix typo. by Fred Drake · 26 years ago
  75. d7bb303 Marked reference to the Python Library Reference with \emph{}. by Fred Drake · 26 years ago
  76. 3da06a6 Marked references to the other manuals as \emph{} in the abstract. by Fred Drake · 26 years ago
  77. 2474d68 Fix up description of 'S' format; as Dave Ascher pointed out, it by Guido van Rossum · 26 years ago
  78. 628f598 Make sure the ']' in the content of the \item[] isn't used as the ending ']'. by Fred Drake · 26 years ago
  79. 1aedbd8 "--" --> "---" in two places. by Fred Drake · 26 years ago
  80. 1e11a5c Remove \bcode / \ecode everywhere. by Fred Drake · 26 years ago
  81. afcd589 Retract the statement that all functions called by Python (even method by Guido van Rossum · 27 years ago
  82. b6e5032 Added description of "D" format for PyArg_ParseTuple(), including example by Fred Drake · 27 years ago
  83. ca6567f Use \url{} to mark URLs. by Fred Drake · 27 years ago
  84. 53396f6 Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. by Fred Drake · 27 years ago
  85. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  86. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  87. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  88. 0fd8268 Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  89. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  90. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  91. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  92. debf2e8 Fix dropped word. by Guido van Rossum · 27 years ago
  93. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  94. 7e924dd Correct typo in PyArg_ParseTuple example. by Guido van Rossum · 27 years ago
  95. d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
  96. 305ed11 Remove mention of HAVE_CONFIG_H by Guido van Rossum · 28 years ago
  97. 267e80d Added doco for abstract interface by Guido van Rossum · 28 years ago
  98. ed39cd0 change warning about C++ by Guido van Rossum · 29 years ago
  99. 7ec5957 typo bf should be \bf by Guido van Rossum · 29 years ago
  100. b92112d yet a better introduction by Guido van Rossum · 29 years ago