1. 961c288 document the exceptions raised by sgmllib, htmllib, and HTMLParser by Fred Drake · 20 years ago
  2. a2544ee fix typo in markup by Fred Drake · 20 years ago
  3. 216b249 make_nav_panel(): Don't cause side-effects on the input variables; by Fred Drake · 20 years ago
  4. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  5. 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 20 years ago
  6. 785c65c Markup nits. by Raymond Hettinger · 20 years ago
  7. bb30af4 Add missing close parenthesis. by Raymond Hettinger · 20 years ago
  8. 18c6960 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 20 years ago
  9. 1b26297 Rework some wording. by Brett Cannon · 20 years ago
  10. 2a72f19 SF bug #1020540: a wrong link from "frame object" in lib index by Raymond Hettinger · 20 years ago
  11. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
  12. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
  13. 0bbf137 Make the api of the _dispatch() method more concrete. I have no idea if by Skip Montanaro · 20 years ago
  14. 410eb84 - add missing \end{seealso} - wrap long line by Fred Drake · 20 years ago
  15. 3d3db96 Add item by Andrew M. Kuchling · 20 years ago
  16. ecd5754 Remove rotor reference by Andrew M. Kuchling · 20 years ago
  17. 595ac8a Remove rotor license by Andrew M. Kuchling · 20 years ago
  18. ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 20 years ago
  19. e723863 Remove xreadlines reference by Andrew M. Kuchling · 20 years ago
  20. a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 20 years ago
  21. e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 20 years ago
  22. e34c3bd Change from Raymond: use pos/neg instead of +/- 1; minor edits by Andrew M. Kuchling · 20 years ago
  23. ab77822 Describe non-recursive re by Andrew M. Kuchling · 20 years ago
  24. b07aae2 Add bug/patch counts by Andrew M. Kuchling · 20 years ago
  25. 3294e9d Update versions and dates; add PEP 328 by Andrew M. Kuchling · 20 years ago
  26. 17952b7 Updated doc for getLogger() by Vinay Sajip · 20 years ago
  27. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  28. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  29. ed04748 Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. by Johannes Gijsbers · 20 years ago
  30. cb7b3f3 Add items by Andrew M. Kuchling · 20 years ago
  31. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  32. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  33. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  34. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  35. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  36. 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 20 years ago
  37. f33683f Fine tune a word. by Tim Peters · 20 years ago
  38. cf53355 Thinko repair. by Tim Peters · 20 years ago
  39. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 20 years ago
  40. f4fd79c Small wording fixups. by Raymond Hettinger · 20 years ago
  41. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  42. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  43. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  44. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  45. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  46. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  47. e3a1b48 clean up markup for --executable description by Fred Drake · 20 years ago
  48. 87c98b2 Add various items by Andrew M. Kuchling · 20 years ago
  49. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  50. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 20 years ago
  51. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  52. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  53. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  54. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  55. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  56. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  57. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  58. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  59. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  60. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  61. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  62. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  63. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  64. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  65. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  66. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  67. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  68. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  69. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  70. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago
  71. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  72. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  73. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  74. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  75. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  76. 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 20 years ago
  77. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  78. 7ec7584 Typo fix by Andrew M. Kuchling · 20 years ago
  79. d3fe239 Minor improvements to the threading introduction: by Raymond Hettinger · 20 years ago
  80. 8df4e6b Fix punctuation typo. by Raymond Hettinger · 20 years ago
  81. 2864b80 Add a notes section to the docs: by Raymond Hettinger · 20 years ago
  82. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 20 years ago
  83. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  84. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  85. 83e259a Another microburst of snail-like progress. by Tim Peters · 20 years ago
  86. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  87. 2e56c8a SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff Epler by Neal Norwitz · 20 years ago
  88. ee6511b Fix the version number in which changes were made by Neal Norwitz · 20 years ago
  89. 2603960 Markup fiddling. by Tim Peters · 20 years ago
  90. 8a3b69c Excruciatingly slow progress on the docs. Option flags / directive names by Tim Peters · 20 years ago
  91. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  92. 568671f avoid version numbers in the text where possible by Fred Drake · 20 years ago
  93. ba100c9 clarify the behavior of the .first() and .last() methods for empty databases by Fred Drake · 20 years ago
  94. f54ac7e Spelling fix by Andrew M. Kuchling · 20 years ago
  95. d62d507 added missing documentation for UseForeignDTD() (new in 2.3) by Fred Drake · 20 years ago
  96. fb568ca add descriptions for many of the new error codes by Fred Drake · 20 years ago
  97. 9d92d5a minor changes to make this format again by Fred Drake · 20 years ago
  98. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  99. 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 20 years ago
  100. 7f203b8 Add item by Andrew M. Kuchling · 20 years ago