1. 47ccfe2 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  2. f010df4 Update URL, and remove e-mail address reference (readers can get it from by Andrew M. Kuchling · 23 years ago
  3. 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  4. 2bb077f Finally fleshed out the examples section with 4 code samples! Some of by Barry Warsaw · 23 years ago
  5. c444039 Remove email*.tex subsections; they're all \input by email.tex by Andrew M. Kuchling · 23 years ago
  6. 43dc1fc Minor grammar and typo fixes by Andrew M. Kuchling · 23 years ago
  7. 169ded0 Finish SF patch 477059: __del__ on new classes vs. GC. by Tim Peters · 23 years ago
  8. 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
  9. bc4a1c2 [Patch #476612] Change docs to describe PEP247 interface by Andrew M. Kuchling · 23 years ago
  10. 622087a Fix stupid bug recently introduced for DVI version of the docs (used to by Fred Drake · 23 years ago
  11. d9272d6 Add deprecation notice to statcache. by Fred Drake · 23 years ago
  12. 67bd683 Make sure there are no weird nesting behaviors; the PDF version will not by Fred Drake · 23 years ago
  13. 3808045 Correct misspelling of "separate" in two places. This closes SF bug #476898. by Fred Drake · 23 years ago
  14. 2dab9c7 Fix markup typo by Andrew M. Kuchling · 23 years ago
  15. bbde588 Add paragraph about difflib suggested by David Goodger Bump version number by Andrew M. Kuchling · 23 years ago
  16. 72a7fb7 Fix grammar error by Andrew M. Kuchling · 23 years ago
  17. 433b5c4 Rewrites and additions resulting from today's feedback by Andrew M. Kuchling · 23 years ago
  18. 345b8df Always use --dvips-safe when generating HTML for the standard documentation by Fred Drake · 23 years ago
  19. 3ce28e4 Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in by Fred Drake · 23 years ago
  20. 7aa63c2 Various minor rewrites Bump version number by Andrew M. Kuchling · 23 years ago
  21. 7cc13de Corrections noted by Michael McLay by Andrew M. Kuchling · 23 years ago
  22. 99de218 Promote file objects out of the "Other Objects" category, so they become by Fred Drake · 23 years ago
  23. b4ea9d0 Promote built-in functions to come before built-in types. by Fred Drake · 23 years ago
  24. 003047a Mention the new file() builtin in the section on file objects. by Tim Peters · 23 years ago
  25. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  26. e59feb5 Revise the PDF support in the LaTeX style sheet. This still isn't quite by Fred Drake · 23 years ago
  27. 1117d93 dictionary -> dict by Andrew M. Kuchling · 23 years ago
  28. 4f9e220 Fix two typos noted by Jens Quade Bump version number by Andrew M. Kuchling · 23 years ago
  29. 589abb7 Add additional information on exceptions from time.mktime() and related to by Fred Drake · 23 years ago
  30. 1b58bff More refcount information. by Fred Drake · 23 years ago
  31. b0109ff Ignore all *.tex files in the typesetting output directories since there are by Fred Drake · 23 years ago
  32. 520b009 Make sure we generate versions of each file in the Python/C API manual with by Fred Drake · 23 years ago
  33. 2836907 Fix some markup errors noted by MH by Andrew M. Kuchling · 23 years ago
  34. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
  35. cf31d5d Fill in remaining XXX spots by Andrew M. Kuchling · 23 years ago
  36. e21e2bb Fix up a number of small problems with the DOM documentation. by Fred Drake · 23 years ago
  37. b83769c Finish off the type/class section; I don't think there's much else by Andrew M. Kuchling · 23 years ago
  38. 41cf5e0 Remove unused variable. by Fred Drake · 23 years ago
  39. ef428a2 Explain what [].insert() does when the target index is negative. by Fred Drake · 23 years ago
  40. d5be3b7 Add notes pointing out that these classes are kept for backward compatibility by Fred Drake · 23 years ago
  41. 7408da5 Many, many small fixes and improvements, most suggested by Detlef Lannert. by Fred Drake · 23 years ago
  42. c44e9ec Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). by Fred Drake · 23 years ago
  43. 81c7aa2 Added refcount data for PyObject_CallFunctionObArgs() and by Fred Drake · 23 years ago
  44. ef7d08a Some style changes and typo fixes. by Fred Drake · 23 years ago
  45. fb6499f Clean up the tables of child links generated by stock LaTeX2HTML so we get by Fred Drake · 23 years ago
  46. de3d060 Typo: destuction --> destruction Reported by Thomas Heller. by Fred Drake · 23 years ago
  47. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  48. af07b2c Add yet more markup that let's a stylesheet pick out a small bit of the by Fred Drake · 23 years ago
  49. 7f10cce Enforce a bit of markup consistency. by Fred Drake · 23 years ago
  50. 3a2c462 Minor textual adjustment, and style-guide conformance (no use of "iff"). by Fred Drake · 23 years ago
  51. 107771a Applying proposed patch for bug #474583, optional support for by Barry Warsaw · 23 years ago
  52. 61f7949 Typo: NamedNodeList --> NamedNodeMap by Fred Drake · 23 years ago
  53. 847c51a Slightly better conformance to the Python C style guide. by Fred Drake · 23 years ago
  54. af876d7 One more LaTeX-ism that we'd rather ignore. by Fred Drake · 23 years ago
  55. a281665 No need to run make twice here. by Fred Drake · 23 years ago
  56. 0099d8f Update the rules so that changes to the HTML stylesheet cause appropriate by Fred Drake · 23 years ago
  57. bc006af Make the deprecation notice use the same form as other such notices. by Fred Drake · 23 years ago
  58. 0559d95 Minor revision of the text. by Fred Drake · 23 years ago
  59. 08fd515 When describing "import *", add a level of indirection between "*" and the by Fred Drake · 23 years ago
  60. c84f2c5 Documentation for the new PyArg_UnpackTuple() function. by Fred Drake · 23 years ago
  61. 4855b02 Fill out section on how to write a new-style class by Andrew M. Kuchling · 23 years ago
  62. 98791af Doc and NEWS changes due to Jeremy adding traceback objects to gc. by Tim Peters · 23 years ago
  63. d05e051 Fixed an example in the use of email.Utils.getaddresses(). The by Barry Warsaw · 23 years ago
  64. a219b41 Add better support for Mozilla's use of <link> elements. by Fred Drake · 23 years ago
  65. 32e3232 Update bug/patch counts by Andrew M. Kuchling · 23 years ago
  66. f10584c Do a little bit more to try and add <link> elements to the header, not that by Fred Drake · 23 years ago
  67. 5d9a6b5 Clarify that the resource module does not attempt to mask platform by Fred Drake · 23 years ago
  68. beb3855 Add correction from /F about SRE \filename{} should be \file{} by Andrew M. Kuchling · 23 years ago
  69. 279e744 Partly fill out the PEP 252 section by Andrew M. Kuchling · 23 years ago
  70. 8b42f01 A bunch of minor rewordings by Andrew M. Kuchling · 23 years ago
  71. 9dbc0bc Update description of border() by Andrew M. Kuchling · 23 years ago
  72. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  73. 64a5aaf Describe the content given as the parameter to the \note and \warning macros by Fred Drake · 23 years ago
  74. 0c77cf1 Additional rules to support the iSilo conversion. by Fred Drake · 23 years ago
  75. 5a4bdb7 Hush up CVS. by Fred Drake · 23 years ago
  76. cc2e306 Support for the iSilo conversion. by Fred Drake · 23 years ago
  77. aad8bb5 When stating that some parameters to makefile() are similar to the open() by Fred Drake · 23 years ago
  78. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  79. e736d93 Added a note about the somewhat kludgey behavior of the message by Barry Warsaw · 23 years ago
  80. b6c1d52 SF patch #443759: Add Interface to readline's add_history by Guido van Rossum · 23 years ago
  81. a5e6165 changed misleading argument name by Fredrik Lundh · 23 years ago
  82. 91b81c4 Some minor clarifications for find()'s arguments based on SF bug by Barry Warsaw · 23 years ago
  83. db7287c Straighten out the exec*() function descriptions a bit, and clarify a few by Fred Drake · 23 years ago
  84. 9ae0994 Bump version number. Remove inconsistent use of HTMLDIR. by Fred Drake · 23 years ago
  85. 77165d0 Bump release information. by Fred Drake · 23 years ago
  86. 316141b Fix typo reported by Michael Soulier. by Fred Drake · 23 years ago
  87. ca836f7 Function descriptions must end as well as start! by Fred Drake · 23 years ago
  88. c405133 Elaborate on types and meaning of the setgroups arguments. by Martin v. Löwis · 23 years ago
  89. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  90. 61acf06 SF bug [#471111] inspect.getframeinfo() needs docs. TeX-ified its docstring. by Tim Peters · 23 years ago
  91. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  92. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  93. 7a59445 Document required return values -1, 0, 1 for tp_compare handler, as by Guido van Rossum · 23 years ago
  94. 5bf1ecd Update the description of PyTrace_EXCEPT. by Fred Drake · 23 years ago
  95. ab9b238 Fix a few usage and style-guide conformance issues. by Fred Drake · 23 years ago
  96. 64d7863 Added information about setprofile() and settrace() hooks being thread- by Fred Drake · 23 years ago
  97. a815916 Fix thinko in a comment about seeking with a file object. by Fred Drake · 23 years ago
  98. 327798c Added notes to clarify that binascii.crc32(), zlib.crc32(), and by Fred Drake · 23 years ago
  99. 0fae49f Added documentation for the functions listed in marshal.h. by Fred Drake · 23 years ago
  100. c65b3d9 Add entries for the newly split C API manual. by Fred Drake · 23 years ago