1. a6140be Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  2. a8e0827 Hmm... better add a version annotation for the Iterator Protocol section. by Fred Drake · 23 years ago
  3. dbcaeda Added documentation for PyIter_Check() and PyIter_Next(). by Fred Drake · 23 years ago
  4. a8defaa Skeletal version; I'm checking this in now so I can keep a list of changes, by Andrew M. Kuchling · 23 years ago
  5. f42cc45 The general iteration support is part of 2.2, not 2.1 -- fixed the version by Fred Drake · 23 years ago
  6. 9cfe182 Add documentation for the StopIteration exception. by Fred Drake · 23 years ago
  7. 287c4cb State that Mailbox objects are iterator objects. by Fred Drake · 23 years ago
  8. eacdec6 Update the filter() and list() descriptions to include information about by Fred Drake · 23 years ago
  9. 93656e7 Added section describing the iterator protocol. by Fred Drake · 23 years ago
  10. 6f15e57 Added new parser markers 'et' and 'et#' which do not recode string by Marc-André Lemburg · 23 years ago
  11. 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 23 years ago
  12. 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 23 years ago
  13. 8b3d6ca At the suggestion of Peter Funk, document 'key in dict' and 'key not by Guido van Rossum · 23 years ago
  14. 34b48e8 Update publish-to-SourceForge scripts to automatically determine if the by Fred Drake · 23 years ago
  15. 82f93c6 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 23 years ago
  16. e99b97e encode(): Handle Latin-1 input characters better. by Fred Drake · 23 years ago
  17. bda0556 Add support for <memberline/> (needs markup improvement!). by Fred Drake · 23 years ago
  18. 4cacec5 Fix a number of minor markup errors. by Fred Drake · 23 years ago
  19. 056a71d The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 23 years ago
  20. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  21. 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 23 years ago
  22. bc524c4 Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 23 years ago
  23. 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 23 years ago
  24. f384832 Sync version number with the current CVS version. by Fred Drake · 23 years ago
  25. 3151f44 Add description of the "explanation" optional parameter added to the by Fred Drake · 23 years ago
  26. 4c6f17a Make a number of small clarifications and correct a whole bunch of typos, by Fred Drake · 23 years ago
  27. 635a7cf Sync version number with the current CVS version. by Fred Drake · 23 years ago
  28. 293f77a Add note about the version in which GetoptError was added -- this can by Fred Drake · 23 years ago
  29. c2b29d0 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 23 years ago
  30. fdfb05b \versionadded: Add support for including an explanatory note along with by Fred Drake · 23 years ago
  31. 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 23 years ago
  32. 3fee304 Bump version number and set date. by Fred Drake · 23 years ago
  33. fc4ee0a Add convenience targets that build all archive types for single formatting by Fred Drake · 23 years ago
  34. 8d00a0f Michael Hudson: by Fred Drake · 23 years ago
  35. 0c4d468 Fixup some platform annotations. by Fred Drake · 23 years ago
  36. 2441366 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  37. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  38. 62effc1 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  39. fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  40. d20d8b3 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  41. a3e56a6 Minor markup adjustments. Turn reference to the cmd module into a hyperlink. by Fred Drake · 23 years ago
  42. e1f3ed6 Update the helper scripts that push development docs to SourceForge; by Fred Drake · 23 years ago
  43. 3de3369 Add entry for ColorPicker documentation as well. by Fred Drake · 23 years ago
  44. b6bdcb2 Documentation for Just's ColorPicker module, so the Mac OS guys get by Fred Drake · 23 years ago
  45. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 23 years ago
  46. 47f11ce Added warning that FancyURLopener prompts the user on the terminal when by Fred Drake · 23 years ago
  47. 62a2669 Added module synopsis for the chapter summary. by Fred Drake · 23 years ago
  48. e20bd19 Convert several \seetext references to \seerfc and \seetitle versions. by Fred Drake · 23 years ago
  49. 24e7a29 Work around the conversion of ">>" and "<<" to guillemets. Reported by by Fred Drake · 23 years ago
  50. 0056a42 Added a lot of text from Steve Purcell's HTML documentation. by Fred Drake · 23 years ago
  51. c790e08 Use "2.1c1" since that is what Guido used for the Python version number. by Fred Drake · 23 years ago
  52. 0c14961 Update to reflect the new string repr -- \n instead of \012. This is the by Fred Drake · 23 years ago
  53. 9ad526f Markup nit: use \envvar to mark environment variables. by Fred Drake · 23 years ago
  54. e0197bf When forming the <A> tag for a \seepep or \seerfc, make sure we strip by Fred Drake · 23 years ago
  55. db7657d Explain popitem() Add Unixware 7 port Ready for RC1 Minor rewrites by Andrew M. Kuchling · 23 years ago
  56. b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 23 years ago
  57. c3cbbaf Added some additional documentation describing how BabylMailbox by Barry Warsaw · 23 years ago
  58. eedf985 Include a synopsis for the chapter overview. by Fred Drake · 23 years ago
  59. 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 23 years ago
  60. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  61. 29be701 Added definition of "test fixture". by Fred Drake · 23 years ago
  62. 8875c86 Typo: "BuildApple" --> "BuildApplet" by Fred Drake · 23 years ago
  63. c5287ac Bump version numbers for upcoming release candidate. by Fred Drake · 23 years ago
  64. 20931fb Update the XML conversion specification. by Fred Drake · 23 years ago
  65. ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 23 years ago
  66. da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 23 years ago
  67. cfac6d2 Normalize tabs to spaces. by Fred Drake · 23 years ago
  68. 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 23 years ago
  69. 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 23 years ago
  70. b5309a9 Import the alltt package and wrap that environment in a similar way to by Fred Drake · 23 years ago
  71. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 23 years ago
  72. 697c9c9 In the typeset versions, the legal notices had grown past the one-page by Fred Drake · 23 years ago
  73. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 23 years ago
  74. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 23 years ago
  75. 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 23 years ago
  76. 501d904 Add entry for unittest documentation. by Fred Drake · 23 years ago
  77. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 23 years ago
  78. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 23 years ago
  79. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 23 years ago
  80. c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 23 years ago
  81. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  82. c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 23 years ago
  83. 659f377 Add entry for curses.panel documentation. by Fred Drake · 23 years ago
  84. 14631f6 Fix serious markup errors. by Fred Drake · 23 years ago
  85. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 23 years ago
  86. cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 23 years ago
  87. 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 23 years ago
  88. e264577 Typo: "ariables" --> "variables" This fixes SF bug #411118. by Fred Drake · 23 years ago
  89. 2bbc697 Fix a number of small issues; this closes SF bug #411063. by Fred Drake · 23 years ago
  90. 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 23 years ago
  91. 4240bc5 Note missing explanation by Andrew M. Kuchling · 23 years ago
  92. c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 23 years ago
  93. 8f6df46 Strengthen the constraints on calling PyObject_GC_Fini(). by Fred Drake · 23 years ago
  94. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  95. 7190247 Remove the annoying __version__ definitions. by Fred Drake · 23 years ago
  96. 3e8f921 Lots of small changes to make this work with the Python DOM bindings by Fred Drake · 23 years ago
  97. 2262a80 Pick up the "encode" function from esistools instead of defining our own by Fred Drake · 23 years ago
  98. a9d0450 No quotes around the "future" in the first use of the term "future statement". by Fred Drake · 23 years ago
  99. f6c115f Re-write to no longer depend on an old version of PyXML. This now by Fred Drake · 23 years ago
  100. a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 23 years ago