1. 410825a Move content input files shared among the documents into a new directory by Fred Drake · 21 years ago
  2. 2ee37ff - use string methods by Fred Drake · 21 years ago
  3. e395e22 Fix the most recent change to the invocation of the mkhowto script so by Fred Drake · 21 years ago
  4. 5a25aa6 Fix spelling and add markup. by Raymond Hettinger · 21 years ago
  5. 7cf4d9b [Bug #812936] Correct the documentation for RotatingFileHandler. by Andrew M. Kuchling · 21 years ago
  6. df49324 define a variable to specify the mkhowto program itself, as for any by Fred Drake · 21 years ago
  7. 39cb54b Typo: sys.prefex -> sys.prefix by Thomas Heller · 21 years ago
  8. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 21 years ago
  9. 757dedc first cut at a glossary by Skip Montanaro · 21 years ago
  10. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
  11. 16434b5 Fix whitespace in example by Raymond Hettinger · 21 years ago
  12. ccfbfb9 Change the default window size to 1024x768. This shows at least the by Thomas Heller · 21 years ago
  13. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  14. 09fad27 add entry for 2.3.1 by Fred Drake · 21 years ago
  15. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  16. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  17. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 21 years ago
  18. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 21 years ago
  19. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  20. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  21. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  22. a425dbc Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 21 years ago
  23. d21fd7b * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 21 years ago
  24. 3404034 Minor fixups by Raymond Hettinger · 21 years ago
  25. 1e4cf67 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 21 years ago
  26. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  27. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  28. 614438a fix markup buglets by Fred Drake · 21 years ago
  29. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  30. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  31. 11b138f remove useless <br/> from the top navigation panel by Fred Drake · 21 years ago
  32. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  33. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  34. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  35. fd4fa88 mention new module doc display feature of pydoc in libref and NEWS by Skip Montanaro · 21 years ago
  36. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 21 years ago
  37. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 21 years ago
  38. 0d6e8cd SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 21 years ago
  39. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 21 years ago
  40. 9756f38 Fix typo. by Raymond Hettinger · 21 years ago
  41. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 21 years ago
  42. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 21 years ago
  43. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago
  44. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  45. f350160 Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  46. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  47. a26c16c fix \NULL with following space and no {} (two instances) by Fred Drake · 21 years ago
  48. 4ccf6e7 fix \NULL with following space and no {} by Fred Drake · 21 years ago
  49. 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 21 years ago
  50. 60e868a - reorganize sections by Fred Drake · 21 years ago
  51. 5b52717 add missing dependency by Fred Drake · 21 years ago
  52. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  53. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 21 years ago
  54. 951976d SF bug #801486: Markup error. by Raymond Hettinger · 21 years ago
  55. c8b08b4 add a note about how \ulink should be different than it actually is by Fred Drake · 21 years ago
  56. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
  57. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  58. f355213 avoid spurious vertical whitespace preceeding heading which are marked by Fred Drake · 21 years ago
  59. 74530ff markup updates by Fred Drake · 21 years ago
  60. 1b1ca0c normalize whitespace; detabify by Fred Drake · 21 years ago
  61. 41aa018 fix some nuissance formatting problems for the "alltt" environment; by Fred Drake · 21 years ago
  62. d37154f normalize whitespace by Fred Drake · 21 years ago
  63. a1a1dba add index entry by Fred Drake · 21 years ago
  64. 6a002ca fix minor markup nits by Fred Drake · 21 years ago
  65. 911e571 add a relevant "see also" link by Fred Drake · 21 years ago
  66. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  67. b24e84c clean up some markup by Fred Drake · 21 years ago
  68. 7a55642 normalize whitespace by Fred Drake · 21 years ago
  69. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  70. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 21 years ago
  71. b79f343 adjust markup to avoid suppressing a word space in content by Fred Drake · 21 years ago
  72. 859c46a Make the redundent portion of the lower navigation area disappear from the by Fred Drake · 21 years ago
  73. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 21 years ago
  74. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  75. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 21 years ago
  76. aa1178b Minor typo by Raymond Hettinger · 21 years ago
  77. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 21 years ago
  78. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago
  79. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 21 years ago
  80. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 21 years ago
  81. 9d12ab5 Fix long option markup. by Raymond Hettinger · 21 years ago
  82. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 21 years ago
  83. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 21 years ago
  84. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 21 years ago
  85. 9e78d1e fix minor syntactic faux pas by Fred Drake · 21 years ago
  86. 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 21 years ago
  87. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 21 years ago
  88. 9bd308f Fix doubled word typos. by Raymond Hettinger · 21 years ago
  89. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  90. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  91. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 21 years ago
  92. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  93. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  94. 4892381 Fix a loooong-standing brainfart: I got the site-packages path for by Greg Ward · 21 years ago
  95. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 21 years ago
  96. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  97. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 21 years ago
  98. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 21 years ago
  99. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 21 years ago
  100. fb85789 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 21 years ago