1. 310ee61 Missed a couple of program options that had been marked by \code. by Fred Drake · 25 years ago
  2. be48646 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  3. 805bf1b Added note that Skip created the initial version of this file. by Fred Drake · 25 years ago
  4. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  5. c924b8d Clarified start parameter to Py_CompileString, documented by Fred Drake · 25 years ago
  6. 58c5a2a Started documentation on buffer objects & types. Very preliminary. by Fred Drake · 25 years ago
  7. 32bc45f Removed PyMapping_Clear() -- it was wishful thinking and serves no by Guido van Rossum · 25 years ago
  8. dab4468 PyCObject_FromVoidPtr(): Clarify that the destr function will only be by Fred Drake · 25 years ago
  9. 0041a94 Fill in a few holes in the "Very High Level" chapter. by Fred Drake · 25 years ago
  10. 127ed0a Updated list of standard exceptions in section 4.1. by Fred Drake · 25 years ago
  11. 66b989c Be explicit about the reference count of the original value of the by Fred Drake · 25 years ago
  12. efd146c Markup nits. by Fred Drake · 25 years ago
  13. d1dbf63 Header for PyObject_DelItem() mentioned non-existing 3rd argument. by Guido van Rossum · 25 years ago
  14. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  15. a096a2e Warn that AddModule doesn't import the module. by Guido van Rossum · 26 years ago
  16. 0a0f11b PyMapping_SetItemString() returns int, not an object. by Guido van Rossum · 26 years ago
  17. ed9dcc1 Clarify that the Python interpreter lock need *not* be held by by Guido van Rossum · 26 years ago
  18. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  19. a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 26 years ago
  20. f8830d1 Convert recent additions to use new, "logical" markup. by Fred Drake · 26 years ago
  21. 4447513 Filled in some more blanks, with the help of Drew Csillag. by Guido van Rossum · 26 years ago
  22. 3c4378b Some patches by Drew Csillag; plus a few of my own uncommitted changes. by Guido van Rossum · 26 years ago
  23. 003d8da Typo: (and often severly limited) -- severely by Fred Drake · 26 years ago
  24. c94d934 In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the by Fred Drake · 26 years ago
  25. 2de75ec Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago
  26. 7e9d314 Capitalize "Python" for consistency. by Fred Drake · 26 years ago
  27. c6fa34e Markup consistency & nits. by Fred Drake · 26 years ago
  28. f3aa0e0 Revert the index stuff to work better with LaTeX2HTML. by Fred Drake · 26 years ago
  29. 7d20ffe Adjust the index inclusion for the new index support. by Fred Drake · 26 years ago
  30. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  31. f39ed67 Added \label{}s for logical addressing. by Fred Drake · 26 years ago
  32. b92dce3 PyFile_FromFile() description: make sure the closing brace for the arguments by Fred Drake · 26 years ago
  33. 7baf3d4 Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>. by Fred Drake · 26 years ago
  34. 9d20ac3 Removed various "(New in 1.5a?!)" constructs. Other notes pertaining to by Fred Drake · 26 years ago
  35. 4de05a9 Place C typedef for Py_complex after brief description, to be more consistent by Fred Drake · 26 years ago
  36. 53fb772 Added index enties for the Python built-in functions, where appropriate. by Fred Drake · 26 years ago
  37. e058b4f Lots of nitty-gritty stuff: by Fred Drake · 26 years ago
  38. 2a4646c Remove obsolete pagenumbering / pagestyle cruft. by Fred Drake · 26 years ago
  39. e5bc497 "ASCII" --> "\ASCII{}" by Fred Drake · 26 years ago
  40. e5bf8b2 Reorganized a bit. No changed content. by Fred Drake · 26 years ago
  41. f44617d For sections describing the "Foo Protocol", consistently use the capitalized by Fred Drake · 26 years ago
  42. faa1afe Py_Exit(status) calls exit(status), not exit(0). by Fred Drake · 26 years ago
  43. c6c921a Py_AtExit(): Added brief note about the constraint on cleanup functions not by Fred Drake · 26 years ago
  44. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  45. b0a7873 Consistency: by Fred Drake · 27 years ago
  46. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  47. 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  48. 85a5c52 Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all by Fred Drake · 27 years ago
  49. 5b8a523 A whole bunch of typos fixed by Andrew Kuchling. by Guido van Rossum · 27 years ago
  50. 580aa8d Several changes, e.g. restructuring of the intro to be closer to what by Guido van Rossum · 27 years ago
  51. 36fbe76 struct _frozen: by Fred Drake · 27 years ago
  52. 9faf4c5 Change title to {Python/C API Reference Manual}; remove \bcode \ecode by Guido van Rossum · 27 years ago
  53. c44d3d6 Done with tread state descriptions. Sigh! by Guido van Rossum · 27 years ago
  54. 42cefd0 Checkpoint. Added docs for the new exception handling APIs and for by Guido van Rossum · 27 years ago
  55. b904629 Fix some badly botched prototypes for PyRun* c.s. by Guido van Rossum · 27 years ago
  56. 5060b3b Consistently change Python-C API to Python/C API; added lots of new by Guido van Rossum · 27 years ago
  57. 09270b5 Fixes to make it pass latex without complaints. by Guido van Rossum · 27 years ago
  58. 4a944d7 Added more stuff on initialization (still rudimentary) by Guido van Rossum · 27 years ago
  59. 59a6135 Added new intro sections (incomplete); fixed various typos by Guido van Rossum · 27 years ago
  60. ae110af Just another checkin for backup. Nothing substantial yet. by Guido van Rossum · 27 years ago
  61. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago