1. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  2. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  3. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  4. a8d7341 PyRun_InteractiveOne(), PyRun_InteractiveLoop(): Added descriptions. by Fred Drake · 24 years ago
  5. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  6. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  7. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  8. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  9. 7932ed0 Added material about documenting packages, so that the use of module by Fred Drake · 24 years ago
  10. f407063 Include the document dependencies earlier so that documents are rebuilt by Fred Drake · 24 years ago
  11. 4e15945 Markup errors: \cfuntion -> \cfunction by Fred Drake · 24 years ago
  12. 7d45d34 ANY becomes void, to reflect the requirement for ANSI C. by Fred Drake · 24 years ago
  13. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  14. 6598337 More on noutrefresh. by Eric S. Raymond · 24 years ago
  15. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  16. 3fe9a98 Correct markup error. by Fred Drake · 24 years ago
  17. fc1f922 Correct version number at which the curses.ascii module was introduced. by Fred Drake · 24 years ago
  18. ec4b2af Fix a few markup errors and lots of small consistency issues. by Fred Drake · 24 years ago
  19. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 24 years ago
  20. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  21. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  22. 2afffd4 Wrote the "Describing extension modules" section. by Greg Ward · 24 years ago
  23. 1d8f57a A bundle of wording improvements, corrections, clarifications, updates, by Greg Ward · 24 years ago
  24. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 24 years ago
  25. 581f33a Added zip() builtin by Andrew M. Kuchling · 24 years ago
  26. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  27. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  28. 8b9835c Added descriptions of the new parser markers for PyArg_ParseTuple(). by Marc-André Lemburg · 24 years ago
  29. cc2b81e \py@varvars: Merge the various definitions to be the simplist one that by Fred Drake · 24 years ago
  30. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  31. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  32. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  33. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  34. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago
  35. f917bf6 fixing a minor spelling mistake by Peter Schneider-Kamp · 24 years ago
  36. fbd3b45 Stop lying about [].pop() being experimental! There is no backing it out by Fred Drake · 24 years ago
  37. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  38. 4640e13 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  39. 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  40. e39dab6 Organized a little bit; merged in some items from the 1.5.2p2 branch that by Fred Drake · 24 years ago
  41. e7aa5dc Update to indicate the appropriate version of LaTeX2HTML. Update pointer by Fred Drake · 24 years ago
  42. 85d14c9 Many changes to work with newer versions of LaTeX2HTML. This has been by Fred Drake · 24 years ago
  43. 1915754 Small changes to reflect changes in LaTeX2HTML support for newer versions by Fred Drake · 24 years ago
  44. 1e75e17 Two minor nits from Gerry Weiner (no working email address) about by Fred Drake · 24 years ago
  45. b8aa261 Always pass the split level to LaTeX2HTML as a command line option since by Fred Drake · 24 years ago
  46. 578a3f9 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  47. 885082c Update, 'cause Guido said it should be this way. by Fred Drake · 24 years ago
  48. 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
  49. b924bd4 Second round of curses documentation improvements. Completes and extends by Eric S. Raymond · 24 years ago
  50. 518e55c Rip out the information about the PSA, since the fate of that is not certain. by Fred Drake · 24 years ago
  51. 1962fb5 Document tiget{flag,num,str} by Andrew M. Kuchling · 24 years ago
  52. 1cb3a9e Add entries for the distutils documents to the directories table. by Fred Drake · 24 years ago
  53. 498c18f Only use one initialization file for LaTeX2HTML; more recent versions only by Fred Drake · 24 years ago
  54. e1b304d Fix small typos and markup consistency nits. by Fred Drake · 24 years ago
  55. 6899660 First round of curses documentation improvements; correct errors, flesh out by Eric S. Raymond · 24 years ago
  56. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  57. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago
  58. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  59. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  60. f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 24 years ago
  61. 8c46b30 Document PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  62. 91826ed Improve the descriptions of expected exceptions for __getitem__(), by Fred Drake · 24 years ago
  63. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  64. bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 24 years ago
  65. 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 24 years ago
  66. 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  67. acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 24 years ago
  68. 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 24 years ago
  69. c2844af needs a space by Greg Stein · 24 years ago
  70. 08d87c6 Document addition of webbrowser.py Mention the ANSIfication of the source. by Andrew M. Kuchling · 24 years ago
  71. a83b68a Remove the only Py_PROTO in the docs. by Fred Drake · 24 years ago
  72. 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 24 years ago
  73. 35e8afb Rearrange order of sections Fix some incorrect module names by Andrew M. Kuchling · 24 years ago
  74. 5443c49 Markup improvements in sections relating to interactive behavior. by Fred Drake · 24 years ago
  75. c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 24 years ago
  76. 4707320 Added new APIs and fixed some other Unicode ones (missing * or extra ' '). by Marc-André Lemburg · 24 years ago
  77. 5a20b21 Added docs for the new Unicode and string APIs. by Marc-André Lemburg · 24 years ago
  78. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 24 years ago
  79. aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 24 years ago
  80. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 24 years ago
  81. e1a85f5 Minor changes. Explain that for class exceptions, use excdesc but do not by Fred Drake · 24 years ago
  82. 8968a82 modified template to demonstrate subsection for examples. by Skip Montanaro · 24 years ago
  83. 5802e48 Added some further description to the usage of the seealso environment. by Fred Drake · 24 years ago
  84. 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 24 years ago
  85. 14ea85f Add entry for readline documentation. by Fred Drake · 24 years ago
  86. 011028c Sjoerd Mullender <sjoerd@oratrix.nl>: Updates for recent changes in xmllib. by Fred Drake · 24 years ago
  87. d14423a Correct typo in description of the machine name parameter to the by Fred Drake · 24 years ago
  88. 63099f9 added seealso pointing reader at readline example which uses atexit. by Skip Montanaro · 24 years ago
  89. 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 24 years ago
  90. 191a282 Typo: "This table table" -> "This table is" by Fred Drake · 24 years ago
  91. 0915165 added warning about incompatibility with other codes' use of sys.exitfunc. by Skip Montanaro · 24 years ago
  92. b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 24 years ago
  93. c05cbb0 Wrapped some long lines. by Fred Drake · 24 years ago
  94. 25e7cee get_starttag_text(): Document this method. by Fred Drake · 24 years ago
  95. ae96aab Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  96. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 24 years ago
  97. 353aaad Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  98. fcc95a4 Tim-blessed documentation for math.frexp(). by Fred Drake · 24 years ago
  99. c3a6598 others --> other's (possessive) by Fred Drake · 24 years ago
  100. 506a7a8 Send a "ARTICLE" --> Send an "ARTICLE" by Fred Drake · 24 years ago