1. 0c20b04 Fix doubled word errors. by Raymond Hettinger · 22 years ago
  2. 9155c73 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 22 years ago
  3. 2857ef5 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  4. 9e9fd88 * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 22 years ago
  5. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  6. 194e909 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 22 years ago
  7. c44d23d SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 22 years ago
  8. ea23fd2 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 22 years ago
  9. 254e2b7 SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 22 years ago
  10. a733d76 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 22 years ago
  11. aa96fea SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 22 years ago
  12. 3555601 SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 22 years ago
  13. bfac473 Fix typo. by Raymond Hettinger · 22 years ago
  14. e69459b SF #801306: Bad RE in scanf example by Raymond Hettinger · 22 years ago
  15. 68406af SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 22 years ago
  16. 898b483 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  17. 986693c Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  18. de2f99e backport from trunk: - reorganize sections - lots of markup changes by Fred Drake · 22 years ago
  19. 161edfc Fix NULL markup. by Raymond Hettinger · 22 years ago
  20. 444f7d0 SF bug 799191: fix markup by Raymond Hettinger · 22 years ago
  21. b21d822 SF bug 799367: grammar error by Raymond Hettinger · 22 years ago
  22. db8ff68 SF bug #801486: Markup error. by Raymond Hettinger · 22 years ago
  23. 5a3fd22 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 22 years ago
  24. e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  25. 4278d70 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 22 years ago
  26. 4791ce2 Minor typo by Raymond Hettinger · 22 years ago
  27. 5c44ac7 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 22 years ago
  28. af81dfd SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 22 years ago
  29. 3729077 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 22 years ago
  30. 4822758 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 22 years ago
  31. 0e40daa SF bug 798006: Fix long option markup. by Raymond Hettinger · 22 years ago
  32. 7dc2987 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 22 years ago
  33. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  34. 82adb7b remove extra word occurance; reported to webmaster by Fred Drake · 22 years ago
  35. f84d20a Make the derived tools amendable to cut and paste. by Raymond Hettinger · 22 years ago
  36. ac5d6ac Fix double word typos. by Raymond Hettinger · 22 years ago
  37. 411f458 SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 22 years ago
  38. c15f8b5 Missing "if". by Raymond Hettinger · 22 years ago
  39. f059147 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 22 years ago
  40. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  41. fa86fc5 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 22 years ago
  42. 107638e SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  43. ea86856 SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 22 years ago
  44. 362545e Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 22 years ago
  45. 23ce025 Backport doc update: by Raymond Hettinger · 22 years ago
  46. 3efb725 Backport typo fix by Raymond Hettinger · 22 years ago
  47. e0ed620 Patch #781126: Fix markup for add_fallback. by Martin v. Löwis · 22 years ago
  48. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  49. d50bd6c Update URL. by Fred Drake · 22 years ago
  50. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 22 years ago
  51. ef13949 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 22 years ago
  52. 6c49709 Merge the old dumbdbm documetation into the new docs that have been added. by Fred Drake · 22 years ago
  53. 476fcae SF bug #774411: Typo in socket documentation by Raymond Hettinger · 22 years ago
  54. 7a6b4f0 more markup chages by Fred Drake · 22 years ago
  55. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 22 years ago
  56. 943277e Minor corrections. by Raymond Hettinger · 22 years ago
  57. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 22 years ago
  58. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 22 years ago
  59. 2491cd9 expose the C API subsection which was hidden from LaTeX in a comment. In by Skip Montanaro · 22 years ago
  60. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 22 years ago
  61. 853276e Lots of markup cleanups to avoid warnings from the GNU info generation; by Fred Drake · 22 years ago
  62. 788617f Remove \versionchanged; the text was too complex for the GNU info by Fred Drake · 22 years ago
  63. d24c767 A variety of markup-level adjustments. by Fred Drake · 22 years ago
  64. 46f681c Discussion of signatures for unicode.translate() and str.translate() by Raymond Hettinger · 22 years ago
  65. d9cf8e7 Markup consistency nits. by Fred Drake · 22 years ago
  66. 9753ae1 Added missing markup. by Fred Drake · 22 years ago
  67. 708c2a8 Fix unbalanced parenthesis in text. by Raymond Hettinger · 22 years ago
  68. 0e53d23 Fix missing parenthesis by Raymond Hettinger · 22 years ago
  69. 7233117 update norobots link by Skip Montanaro · 22 years ago
  70. a2d3d93 + libdumdbm by Skip Montanaro · 22 years ago
  71. d54c5dd minimal dumdbm module doc by Skip Montanaro · 22 years ago
  72. 9bb3386 SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition by Raymond Hettinger · 22 years ago
  73. 5c5fca9 SF bug #706546: u''.translate not documented by Raymond Hettinger · 22 years ago
  74. 6272737 SF bug #770107: Typo in documentation of resource module by Raymond Hettinger · 22 years ago
  75. 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  76. 92f21b1 Document Jim Fulton's docttest extensions. by Raymond Hettinger · 22 years ago
  77. 9de3c21 SF #767592: unittest docs don't suggest "unittest.main()" by Raymond Hettinger · 22 years ago
  78. a4d2b86 Add versionadded. Remove duplicate "to" by Neal Norwitz · 22 years ago
  79. 0b1782f Document interrupt_main() by Kurt B. Kaiser · 22 years ago
  80. dd3afa7 add missing ' by Neal Norwitz · 22 years ago
  81. 9a5b6a6 - clean up table markup for readability by Fred Drake · 22 years ago
  82. 8120995 Update Tkinter3000 notes based on text from Fredrik Lundh. by Fred Drake · 22 years ago
  83. a6b7d34 Fixed a table that wasn't in a tableii block, and added a very simple by Anthony Baxter · 22 years ago
  84. 7cb229d add versionadded for getcheckinterval by Neal Norwitz · 22 years ago
  85. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
  86. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 22 years ago
  87. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 22 years ago
  88. 5e4e39f Note that csv files (when they are actual files) must be opened in 'b'inary by Skip Montanaro · 22 years ago
  89. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 22 years ago
  90. f8020e0 Grammar nit. SF bug #757822 by Raymond Hettinger · 22 years ago
  91. c5528b1 Revert the previous change; this is now dealt with in a better way. by Fred Drake · 22 years ago
  92. 1ec0bdf The datetime C API really isn't usable outside the datetime module by Fred Drake · 22 years ago
  93. 2884d6d Fix a variety of small markup nits. by Fred Drake · 22 years ago
  94. 3ede784 - note that super() only applies to new-style classes; by Fred Drake · 22 years ago
  95. 93ceaea showwarning() calls formatwarning(), not showwarning(). by Tim Peters · 22 years ago
  96. 9c8f78d Improve the wording a bit by Raymond Hettinger · 22 years ago
  97. 69d6356 Fix spelling, grammar, usage, and markup. by Raymond Hettinger · 22 years ago
  98. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 22 years ago
  99. ecc7171 Add versionadded info for the 2 new threading module functions by Neal Norwitz · 22 years ago
  100. 5728815 Fix broken markup, & tweak a couple of things for consistency. by Fred Drake · 22 years ago