1. e0197bf When forming the <A> tag for a \seepep or \seerfc, make sure we strip by Fred Drake · 23 years ago
  2. db7657d Explain popitem() Add Unixware 7 port Ready for RC1 Minor rewrites by Andrew M. Kuchling · 23 years ago
  3. b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 23 years ago
  4. c3cbbaf Added some additional documentation describing how BabylMailbox by Barry Warsaw · 23 years ago
  5. eedf985 Include a synopsis for the chapter overview. by Fred Drake · 23 years ago
  6. 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 23 years ago
  7. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  8. 29be701 Added definition of "test fixture". by Fred Drake · 23 years ago
  9. 8875c86 Typo: "BuildApple" --> "BuildApplet" by Fred Drake · 23 years ago
  10. c5287ac Bump version numbers for upcoming release candidate. by Fred Drake · 23 years ago
  11. 20931fb Update the XML conversion specification. by Fred Drake · 23 years ago
  12. ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 23 years ago
  13. da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 23 years ago
  14. cfac6d2 Normalize tabs to spaces. by Fred Drake · 23 years ago
  15. 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 23 years ago
  16. 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 23 years ago
  17. b5309a9 Import the alltt package and wrap that environment in a similar way to by Fred Drake · 23 years ago
  18. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 23 years ago
  19. 697c9c9 In the typeset versions, the legal notices had grown past the one-page by Fred Drake · 23 years ago
  20. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 23 years ago
  21. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 23 years ago
  22. 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 23 years ago
  23. 501d904 Add entry for unittest documentation. by Fred Drake · 23 years ago
  24. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 23 years ago
  25. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 23 years ago
  26. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 23 years ago
  27. c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 23 years ago
  28. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  29. c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 23 years ago
  30. 659f377 Add entry for curses.panel documentation. by Fred Drake · 23 years ago
  31. 14631f6 Fix serious markup errors. by Fred Drake · 23 years ago
  32. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 23 years ago
  33. cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 23 years ago
  34. 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 23 years ago
  35. e264577 Typo: "ariables" --> "variables" This fixes SF bug #411118. by Fred Drake · 23 years ago
  36. 2bbc697 Fix a number of small issues; this closes SF bug #411063. by Fred Drake · 23 years ago
  37. 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 23 years ago
  38. 4240bc5 Note missing explanation by Andrew M. Kuchling · 23 years ago
  39. c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 23 years ago
  40. 8f6df46 Strengthen the constraints on calling PyObject_GC_Fini(). by Fred Drake · 23 years ago
  41. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  42. 7190247 Remove the annoying __version__ definitions. by Fred Drake · 23 years ago
  43. 3e8f921 Lots of small changes to make this work with the Python DOM bindings by Fred Drake · 23 years ago
  44. 2262a80 Pick up the "encode" function from esistools instead of defining our own by Fred Drake · 23 years ago
  45. a9d0450 No quotes around the "future" in the first use of the term "future statement". by Fred Drake · 23 years ago
  46. f6c115f Re-write to no longer depend on an old version of PyXML. This now by Fred Drake · 23 years ago
  47. a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 23 years ago
  48. ce19496 Add conversions for more of the markup -- not all of this was around when by Fred Drake · 23 years ago
  49. 7621fa9 Add entry for the futures appendix in the reference manual. by Fred Drake · 23 years ago
  50. 557c1ae Include the futures appendix. by Fred Drake · 23 years ago
  51. 39778b7 Revise the markup so that this formats and uses markup consistently with by Fred Drake · 23 years ago
  52. 324cc6e Add some initial text for the appendix on future statements and nested scopes. by Jeremy Hylton · 23 years ago
  53. 2c84fc8 Note that assignments to __debug__ are illegal by Jeremy Hylton · 23 years ago
  54. e702481 Revert to ver 1.22, which was the version before the nested scopes by Jeremy Hylton · 23 years ago
  55. 16a0b17 Bump version number. by Fred Drake · 23 years ago
  56. ce7298a Explain the difference between NL and NEWLINE. by Ka-Ping Yee · 23 years ago
  57. c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 23 years ago
  58. 5e0dfac Update to the most recent weakref changes. by Fred Drake · 23 years ago
  59. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 23 years ago
  60. ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 23 years ago
  61. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  62. 6909642 Bump the version number. by Fred Drake · 23 years ago
  63. 15e07f4 Update to the current state of the universe. by Fred Drake · 23 years ago
  64. e28d8ae Be more clear about the specific rules for supporting the cyclic GC in an by Fred Drake · 23 years ago
  65. c392b57 Integrated an expanded version of some text from Neil Schemenauer about by Fred Drake · 23 years ago
  66. 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 23 years ago
  67. f531ad6 Markup nit: For the Python documents, we use \empt instead of \textit. by Fred Drake · 23 years ago
  68. b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 23 years ago
  69. 83e01bf Finally fill in the documentation for the PyDict_Next() function. It is by Fred Drake · 23 years ago
  70. 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 23 years ago
  71. 93fe96a Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 23 years ago
  72. 45bbda2 Fix a further markup problem noted by FLD by Andrew M. Kuchling · 23 years ago
  73. f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 23 years ago
  74. 9eb4155 Add more font flavors for <var> elements; the previous incarnation caused by Fred Drake · 23 years ago
  75. 859eb62 Do not refer to "sub-modules" since that is not a defined term. by Fred Drake · 23 years ago
  76. ac79e95 Re-word the explanation of the in/not in operators for increased content by Fred Drake · 23 years ago
  77. ce7129e Turn "Python Documentation Central" into just "Documentation Central"; some by Fred Drake · 23 years ago
  78. 2636572 Make sure the README files that contain page count information land in by Fred Drake · 23 years ago
  79. 67fdaa4 Correct typos in Ping's email address. by Fred Drake · 23 years ago
  80. 990b0fe Update documentation to reflect the shift to NetrcParseError instead of by Fred Drake · 23 years ago
  81. 0c8f664 Remove debugging "set -x". by Fred Drake · 23 years ago
  82. 42119e4 Fix a few minor markup nits. by Fred Drake · 23 years ago
  83. 6be838a Rene Liebscher <R.Liebscher@gmx.de>: by Fred Drake · 23 years ago
  84. 61af560 Discuss PEP 236. Update nested scope section. by Andrew M. Kuchling · 23 years ago
  85. 81df7be Update estimate bug and patch counts by Andrew M. Kuchling · 23 years ago
  86. 3f4e717 Revise the scripts I use to update the documentation on the SourceForge by Fred Drake · 23 years ago
  87. 93c8671 Lots of organizational changes for consistency with the rest of the by Fred Drake · 23 years ago
  88. 80d4c07 There was a real leak in the "export a C API" example; fix that one. by Fred Drake · 23 years ago
  89. ab357ec Label classes and exceptions explicitly in the documentation (for their by Fred Drake · 23 years ago
  90. 0539bfa There is no longer a -X option to the interpreter, so remove the comments by Fred Drake · 23 years ago
  91. 043d5e5 For copyfile(), be explicit that src and dst are file names; that was only by Fred Drake · 24 years ago
  92. cfef0096 Job.build_html(): When formatting HTML into more than one HTML page, and by Fred Drake · 24 years ago
  93. 7606e4d Added entry for urllib2 documentation. by Fred Drake · 24 years ago
  94. 8c01158 Use larger chunks for the HTML version of the Distutils documentation. by Fred Drake · 24 years ago
  95. a9a83e9 Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
  96. a09262e Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
  97. f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 24 years ago
  98. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
  99. baee0d4 Bump the release number to 2.1b1. by Fred Drake · 24 years ago
  100. 694e181 Fix markup nit pointed out by FLD by Andrew M. Kuchling · 24 years ago