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