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