1. 911e571 add a relevant "see also" link by Fred Drake · 21 years ago
  2. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  3. b24e84c clean up some markup by Fred Drake · 21 years ago
  4. 7a55642 normalize whitespace by Fred Drake · 21 years ago
  5. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  6. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 21 years ago
  7. b79f343 adjust markup to avoid suppressing a word space in content by Fred Drake · 21 years ago
  8. 859c46a Make the redundent portion of the lower navigation area disappear from the by Fred Drake · 21 years ago
  9. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 21 years ago
  10. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  11. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 21 years ago
  12. aa1178b Minor typo by Raymond Hettinger · 21 years ago
  13. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 21 years ago
  14. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago
  15. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 21 years ago
  16. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 21 years ago
  17. 9d12ab5 Fix long option markup. by Raymond Hettinger · 21 years ago
  18. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 21 years ago
  19. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 21 years ago
  20. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 21 years ago
  21. 9e78d1e fix minor syntactic faux pas by Fred Drake · 21 years ago
  22. 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 21 years ago
  23. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 21 years ago
  24. 9bd308f Fix doubled word typos. by Raymond Hettinger · 21 years ago
  25. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  26. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  27. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 21 years ago
  28. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  29. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  30. 4892381 Fix a loooong-standing brainfart: I got the site-packages path for by Greg Ward · 21 years ago
  31. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 21 years ago
  32. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  33. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 21 years ago
  34. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 21 years ago
  35. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 21 years ago
  36. fb85789 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 21 years ago
  37. 8fd8def fix markup by Fred Drake · 21 years ago
  38. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  39. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  40. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  41. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 21 years ago
  42. 12c484d SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 21 years ago
  43. 0eec087 Explain argument unpacking by Raymond Hettinger · 21 years ago
  44. 6e13bcc SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 21 years ago
  45. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  46. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 21 years ago
  47. bb18f62 Fix hyperlinks and one class reference. Backporting to Python 2.3 branch. by Fred Drake · 21 years ago
  48. f8a52d3 Removed deprecated functions by Raymond Hettinger · 21 years ago
  49. 02771c1 SF patch #782810: typo in libfuture.tex (Contributed by George Yoshida) by Raymond Hettinger · 21 years ago
  50. cebcc61 Patch #781126: Fix markup for add_fallback. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  51. 5d9c636f init_myformat(): None of the "mark" values can be empty strings, or by Fred Drake · 21 years ago
  52. b278ac4 Add note about fileno not being usable as a normal file descriptor in Windows. by Brett Cannon · 21 years ago
  53. e0c1740 better support for well-formed XHTML by Fred Drake · 21 years ago
  54. 2fc88a6 make the portions of the generated HTML produced by these styles better by Fred Drake · 21 years ago
  55. 4ee2ff3 Clarified that TypeErrors can be raised by any function (not just builtins). by Raymond Hettinger · 21 years ago
  56. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  57. 3576f0a Everyone knows what Fred meant, but I thought I'd make it official... ;-) by Skip Montanaro · 21 years ago
  58. 7d597d9 Generalize the template for the "What's New" document so it's easier by Fred Drake · 21 years ago
  59. 90b2049 there's a new "What's New" for Python 2.4 by Fred Drake · 21 years ago
  60. ed0fa3d boilerplate to start off "What's New in Python 2.4" by Fred Drake · 21 years ago
  61. afc0d8e Update to the same version info used by the interpreter. by Fred Drake · 21 years ago
  62. 68a3294 [Bug #779469] Fix error in example code by Andrew M. Kuchling · 21 years ago
  63. 9d84308 update the documentation contact address by Fred Drake · 21 years ago
  64. 333d6fd - update the documentation contact address by Fred Drake · 21 years ago
  65. b34ba3f Bump version number; record 2.3 release date by Andrew M. Kuchling · 21 years ago
  66. 7a7aba9 Update release information. by Fred Drake · 21 years ago
  67. 96b49ff Bump version information. by Fred Drake · 21 years ago
  68. d50bd6c Update URL. by Fred Drake · 21 years ago
  69. 98741af Bump release number. by Fred Drake · 21 years ago
  70. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 21 years ago
  71. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 21 years ago
  72. f1c9869 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  73. 644a08c Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  74. 700c890 Avoid a few 301 permanent redirects. Part of SF patch #773007. by Fred Drake · 21 years ago
  75. ef13949 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  76. 6c49709 Merge the old dumbdbm documetation into the new docs that have been added. by Fred Drake · 21 years ago
  77. 0ceb9b1 Change \code to \verb, because TeX merges the two dashes into a by Andrew M. Kuchling · 21 years ago
  78. 476fcae SF bug #774411: Typo in socket documentation by Raymond Hettinger · 21 years ago
  79. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 21 years ago
  80. 6e73f9e Add a few more items by Andrew M. Kuchling · 21 years ago
  81. 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 · 21 years ago
  82. 7a6b4f0 more markup chages by Fred Drake · 21 years ago
  83. 0106e1d Include the GNU info format in the edist target since we're now by Fred Drake · 21 years ago
  84. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 21 years ago
  85. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  86. de7cdb2 - put the GNU info packages in the same place as everything else by Fred Drake · 21 years ago
  87. e5f15ff - update the list of documents for which GNU info is built by Fred Drake · 21 years ago
  88. 7262ca8 Bump version numbers. by Fred Drake · 21 years ago
  89. ea690c4 - improve the description of how user-defined method by Fred Drake · 21 years ago
  90. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 21 years ago
  91. e8e241b Make the howto document class work properly with the pypaper.sty by Fred Drake · 21 years ago
  92. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 21 years ago
  93. aa9b39f Mention list.index; more small textual changes by Andrew M. Kuchling · 21 years ago
  94. c760c6c Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception by Andrew M. Kuchling · 21 years ago
  95. 2491cd9 expose the C API subsection which was hidden from LaTeX in a comment. In by Skip Montanaro · 21 years ago
  96. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 21 years ago
  97. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  98. 853276e Lots of markup cleanups to avoid warnings from the GNU info generation; by Fred Drake · 21 years ago
  99. 788617f Remove \versionchanged; the text was too complex for the GNU info by Fred Drake · 21 years ago
  100. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 21 years ago