1. ba21d10 Added note about *static* after description of *shared*. by Fred Drake · 25 years ago
  2. 9226d8e Removed "This will be discussed later." where it's not. Reported by by Fred Drake · 25 years ago
  3. 29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). by Fred Drake · 25 years ago
  4. 8e01517 Small updates and grammatical adjustments. by Fred Drake · 25 years ago
  5. 33698f8 Removed old dynamic linking chapter. by Fred Drake · 25 years ago
  6. 3de61bc Integrated notes on building extension modules on Windows, by Neil by Fred Drake · 25 years ago
  7. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 25 years ago
  8. 295fb43 Make it clear that Demo/embed/ is from the source distribution. by Fred Drake · 25 years ago
  9. ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. by Fred Drake · 25 years ago
  10. f9918f2 Minor nit to prevent dropping a space in the HTML generation. by Fred Drake · 25 years ago
  11. d358afe Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
  12. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  13. e743fd0 Rationalize a word-space markup to not break in the LaTeX->*ML by Fred Drake · 26 years ago
  14. 5e8aa54 Update the example in "Calling Python Functions from C" to use by Fred Drake · 26 years ago
  15. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  16. b85fbec "ZeroDevisionError" --> "ZeroDivisionError" by Fred Drake · 26 years ago
  17. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  18. dc40904 Hyphenate "built-in" for consistency. by Fred Drake · 26 years ago
  19. b789c70 Minor markup nits. by Fred Drake · 26 years ago
  20. a0dbddf Markup consistency nits. by Fred Drake · 26 years ago
  21. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 26 years ago
  22. 7d20ffe Adjust the index inclusion for the new index support. by Fred Drake · 26 years ago
  23. cd05ca9 Remove unnecessary blank line in long code sample. by Fred Drake · 26 years ago
  24. 3fe985f Simplify some of the escaping around ']' in \item[...] markup in light of by Fred Drake · 26 years ago
  25. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  26. 40e72f7 Fix typo. by Fred Drake · 26 years ago
  27. d7bb303 Marked reference to the Python Library Reference with \emph{}. by Fred Drake · 26 years ago
  28. 3da06a6 Marked references to the other manuals as \emph{} in the abstract. by Fred Drake · 26 years ago
  29. 2474d68 Fix up description of 'S' format; as Dave Ascher pointed out, it by Guido van Rossum · 26 years ago
  30. 628f598 Make sure the ']' in the content of the \item[] isn't used as the ending ']'. by Fred Drake · 26 years ago
  31. 1aedbd8 "--" --> "---" in two places. by Fred Drake · 26 years ago
  32. 1e11a5c Remove \bcode / \ecode everywhere. by Fred Drake · 26 years ago
  33. afcd589 Retract the statement that all functions called by Python (even method by Guido van Rossum · 26 years ago
  34. b6e5032 Added description of "D" format for PyArg_ParseTuple(), including example by Fred Drake · 26 years ago
  35. ca6567f Use \url{} to mark URLs. by Fred Drake · 27 years ago
  36. 53396f6 Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. by Fred Drake · 27 years ago
  37. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  38. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  39. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  40. 0fd8268 Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  41. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  42. 98046b9 Minor typo only. by Guido van Rossum · 27 years ago
  43. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  44. debf2e8 Fix dropped word. by Guido van Rossum · 27 years ago
  45. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  46. 7e924dd Correct typo in PyArg_ParseTuple example. by Guido van Rossum · 27 years ago
  47. d16ddb6 Typos reported by Tamito Kajiyama. by Guido van Rossum · 28 years ago
  48. 305ed11 Remove mention of HAVE_CONFIG_H by Guido van Rossum · 28 years ago
  49. 267e80d Added doco for abstract interface by Guido van Rossum · 28 years ago
  50. ed39cd0 change warning about C++ by Guido van Rossum · 29 years ago
  51. 7ec5957 typo bf should be \bf by Guido van Rossum · 29 years ago
  52. b92112d yet a better introduction by Guido van Rossum · 29 years ago
  53. f23e0fe micro change by Guido van Rossum · 29 years ago
  54. 5049bcb another round (sigh :-( ) by Guido van Rossum · 29 years ago
  55. 16cd7f9 Moved author and date to boilerplate.tex. by Guido van Rossum · 30 years ago
  56. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  57. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  58. fbee23e Documented the fact that IRIX 5.x also supports Sun style shared libraries. by Guido van Rossum · 31 years ago
  59. 83eb962 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. by Guido van Rossum · 31 years ago
  60. 6f0132f * text2latex.py: call main() instead of always processing ext.tex. by Guido van Rossum · 31 years ago
  61. db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
  62. 7a2dba2 * ext.tex: documentation for extending, reference counts, and embedding by Guido van Rossum · 31 years ago