1. 8cb8d2f Change the default window size to 1024x768. This shows at least the by Thomas Heller · 22 years ago
  2. beefd94 bump version number by Fred Drake · 22 years ago
  3. 7e37a60 update release info by Fred Drake · 22 years ago
  4. a1aea3a add entry for 2.3.1 by Fred Drake · 22 years ago
  5. 0c20b04 Fix doubled word errors. by Raymond Hettinger · 22 years ago
  6. 7f74ecf Fix doubled word errors. by Raymond Hettinger · 22 years ago
  7. 2509143 Support 2.3 docs in HTMLHelp format. by Thomas Heller · 22 years ago
  8. 9155c73 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 22 years ago
  9. c0c49d6 minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 22 years ago
  10. 2857ef5 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  11. e4a73ad Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 22 years ago
  12. 9e9fd88 * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 22 years ago
  13. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  14. 194e909 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 22 years ago
  15. c44d23d SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 22 years ago
  16. ea23fd2 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 22 years ago
  17. 254e2b7 SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 22 years ago
  18. a733d76 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 22 years ago
  19. aa96fea SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 22 years ago
  20. 3555601 SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 22 years ago
  21. bfac473 Fix typo. by Raymond Hettinger · 22 years ago
  22. e69459b SF #801306: Bad RE in scanf example by Raymond Hettinger · 22 years ago
  23. 68406af SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 22 years ago
  24. 898b483 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  25. 607e2d7 Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  26. 986693c Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  27. de2f99e backport from trunk: - reorganize sections - lots of markup changes by Fred Drake · 22 years ago
  28. 161edfc Fix NULL markup. by Raymond Hettinger · 22 years ago
  29. 181626b fix \NULL with following space and no {} by Fred Drake · 22 years ago
  30. 306c285 fix \NULL with following space and no {} (two instances) by Fred Drake · 22 years ago
  31. 1e65e26 backport Brett's markup fix from revision 1.28: add missing {} after \NULL by Fred Drake · 22 years ago
  32. cddda59 add missing dependency by Fred Drake · 22 years ago
  33. 444f7d0 SF bug 799191: fix markup by Raymond Hettinger · 22 years ago
  34. b21d822 SF bug 799367: grammar error by Raymond Hettinger · 22 years ago
  35. db8ff68 SF bug #801486: Markup error. by Raymond Hettinger · 22 years ago
  36. faf3923 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 22 years ago
  37. 5a3fd22 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 22 years ago
  38. e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  39. 4278d70 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 22 years ago
  40. 4791ce2 Minor typo by Raymond Hettinger · 22 years ago
  41. 5c44ac7 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 22 years ago
  42. af81dfd SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 22 years ago
  43. 3729077 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 22 years ago
  44. 4822758 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 22 years ago
  45. 0e40daa SF bug 798006: Fix long option markup. by Raymond Hettinger · 22 years ago
  46. 7dc2987 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 22 years ago
  47. 3c2d6d9 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 22 years ago
  48. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  49. 82adb7b remove extra word occurance; reported to webmaster by Fred Drake · 22 years ago
  50. f84d20a Make the derived tools amendable to cut and paste. by Raymond Hettinger · 22 years ago
  51. d19a275 Fixed doubled word typos. by Raymond Hettinger · 22 years ago
  52. ac5d6ac Fix double word typos. by Raymond Hettinger · 22 years ago
  53. 411f458 SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 22 years ago
  54. ca0609f Fix typo. by Raymond Hettinger · 22 years ago
  55. 59d6214 Fix typo. by Raymond Hettinger · 22 years ago
  56. c15f8b5 Missing "if". by Raymond Hettinger · 22 years ago
  57. f059147 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 22 years ago
  58. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  59. 49ce872 Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 22 years ago
  60. fa86fc5 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 22 years ago
  61. 6c8980a SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  62. 107638e SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  63. b70e0dd SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 22 years ago
  64. 91b75cf Explain argument unpacking by Raymond Hettinger · 22 years ago
  65. ea86856 SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 22 years ago
  66. 362545e Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 22 years ago
  67. 9ea4970 Fix hyperlinks and one class reference. by Fred Drake · 22 years ago
  68. 2c1b927 control where this lands by default in dev/doc/ on python.org, by Fred Drake · 22 years ago
  69. 23ce025 Backport doc update: by Raymond Hettinger · 22 years ago
  70. 3efb725 Backport typo fix by Raymond Hettinger · 22 years ago
  71. e0ed620 Patch #781126: Fix markup for add_fallback. by Martin v. Löwis · 22 years ago
  72. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  73. b34ba3f Bump version number; record 2.3 release date by Andrew M. Kuchling · 22 years ago
  74. 7a7aba9 Update release information. by Fred Drake · 22 years ago
  75. 96b49ff Bump version information. by Fred Drake · 22 years ago
  76. d50bd6c Update URL. by Fred Drake · 22 years ago
  77. 98741af Bump release number. by Fred Drake · 22 years ago
  78. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 22 years ago
  79. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 22 years ago
  80. f1c9869 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 22 years ago
  81. 644a08c Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 22 years ago
  82. 700c890 Avoid a few 301 permanent redirects. Part of SF patch #773007. by Fred Drake · 22 years ago
  83. ef13949 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 22 years ago
  84. 6c49709 Merge the old dumbdbm documetation into the new docs that have been added. by Fred Drake · 22 years ago
  85. 0ceb9b1 Change \code to \verb, because TeX merges the two dashes into a by Andrew M. Kuchling · 22 years ago
  86. 476fcae SF bug #774411: Typo in socket documentation by Raymond Hettinger · 22 years ago
  87. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 22 years ago
  88. 6e73f9e Add a few more items by Andrew M. Kuchling · 22 years ago
  89. 8744f12 Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status by Andrew M. Kuchling · 22 years ago
  90. 7a6b4f0 more markup chages by Fred Drake · 22 years ago
  91. 0106e1d Include the GNU info format in the edist target since we're now by Fred Drake · 22 years ago
  92. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 22 years ago
  93. 943277e Minor corrections. by Raymond Hettinger · 22 years ago
  94. de7cdb2 - put the GNU info packages in the same place as everything else by Fred Drake · 22 years ago
  95. e5f15ff - update the list of documents for which GNU info is built by Fred Drake · 22 years ago
  96. 7262ca8 Bump version numbers. by Fred Drake · 22 years ago
  97. ea690c4 - improve the description of how user-defined method by Fred Drake · 22 years ago
  98. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 22 years ago
  99. e8e241b Make the howto document class work properly with the pypaper.sty by Fred Drake · 22 years ago
  100. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 22 years ago