1. 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 19 years ago
  2. b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 19 years ago
  3. a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 19 years ago
  4. abd51a3 Add a comment to the csv reader documentation that explains why the by Skip Montanaro · 19 years ago
  5. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 19 years ago
  6. 9964fdb [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. Fred approved committing this patch in December 2004! by Andrew M. Kuchling · 19 years ago
  7. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 19 years ago
  8. fbdeaad expunge the xmlcore changes: by Fred Drake · 19 years ago
  9. e49741d [Bug #1528258] Mention that the 'data' argument can be None. by Andrew M. Kuchling · 19 years ago
  10. aab30d0 Fix typo by Matt Fleming · 19 years ago
  11. b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 19 years ago
  12. 7092f4c [Bug #1519571] Document some missing functions: setup(), title(), done() by Andrew M. Kuchling · 19 years ago
  13. dafb1e5 [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit by Andrew M. Kuchling · 19 years ago
  14. 3ec3f78 Reword paragraph to match the order of the subsequent sections by Andrew M. Kuchling · 19 years ago
  15. 144691cf Update URL by Andrew M. Kuchling · 19 years ago
  16. 35f64c1 Add example by Andrew M. Kuchling · 19 years ago
  17. 9fd21e3 Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 19 years ago
  18. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 19 years ago
  19. 39d7739 Add example. Should I propagate this example to all the other DBM-ish modules, too? by Andrew M. Kuchling · 19 years ago
  20. 1d69a70 Don't overwrite built-in name; add some blank lines for readability by Andrew M. Kuchling · 19 years ago
  21. bd46810 Add example by Andrew M. Kuchling · 19 years ago
  22. 4036f43 Add example by Andrew M. Kuchling · 19 years ago
  23. 984b075 Typo fix by Andrew M. Kuchling · 19 years ago
  24. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 19 years ago
  25. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 19 years ago
  26. fc0e61d Add example by Andrew M. Kuchling · 19 years ago
  27. 752e28a Add example by Andrew M. Kuchling · 19 years ago
  28. 4b6d537 Reword paragraph by Andrew M. Kuchling · 19 years ago
  29. cff784c If binhex is higher-level than binascii, it should come first in the chapter by Andrew M. Kuchling · 19 years ago
  30. 40b35aa Mention base64 module; rewrite last sentence to be more positive by Andrew M. Kuchling · 19 years ago
  31. cbe8016 Add punctuation mark; add some examples by Andrew M. Kuchling · 19 years ago
  32. f60eeb1 Update URL; add example by Andrew M. Kuchling · 19 years ago
  33. 623005e Add missing word by Andrew M. Kuchling · 19 years ago
  34. 5ee6616 Typo fix ('publically' is rare, poss. non-standard) by Andrew M. Kuchling · 19 years ago
  35. 9dd8dc3 Add example by Andrew M. Kuchling · 19 years ago
  36. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
  37. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 19 years ago
  38. 3fda936 markup fix by Fred Drake · 19 years ago
  39. 9325ba6 Updated documentation for TimedRotatingFileHandler relating to how rollover files are named. The previous documentation was wrongly the same as for RotatingFileHandler. by Vinay Sajip · 19 years ago
  40. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
  41. 83fa22f document xmlcore (still minimal; needs mention in each of the xml.* modules) by Fred Drake · 19 years ago
  42. 76e268b typo by Fredrik Lundh · 19 years ago
  43. b69a3c2 Updates for the ctypes documentation. by Thomas Heller · 19 years ago
  44. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
  45. 76c5af6 Fix the wrong description of LibraryLoader.LoadLibrary, and document by Thomas Heller · 19 years ago
  46. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 19 years ago
  47. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
  48. 56640df Patch #1504046: Add documentation for xml.etree. by Neal Norwitz · 19 years ago
  49. b6b1752 Fix RFC number. by Georg Brandl · 19 years ago
  50. 2bfe3a9 Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs by Nick Coghlan · 19 years ago
  51. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
  52. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 19 years ago
  53. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 19 years ago
  54. d41f4ce no need to elaborate "string". by Georg Brandl · 19 years ago
  55. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 19 years ago
  56. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 19 years ago
  57. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 19 years ago
  58. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 19 years ago
  59. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 19 years ago
  60. 348b7c8 Document decorator usage of property. by Georg Brandl · 19 years ago
  61. 4ef256c add string methods to index by Skip Montanaro · 19 years ago
  62. ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. by Andrew M. Kuchling · 19 years ago
  63. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 19 years ago
  64. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 19 years ago
  65. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 19 years ago
  66. 066769c Fix typos. by Thomas Heller · 19 years ago
  67. 3f1f7be Update url. by George Yoshida · 19 years ago
  68. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 19 years ago
  69. b526a29 minor documentation cleanup. mention the bsddb.db interface explicitly by name. by Gregory P. Smith · 19 years ago
  70. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
  71. f143510 Document paramflags. by Thomas Heller · 19 years ago
  72. bcae622 Write more docs. by Thomas Heller · 19 years ago
  73. 43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that by Tim Peters · 19 years ago
  74. 5d7c290 Updated documentation for pysqlite 2.3.0 API. by Gerhard Häring · 19 years ago
  75. b66902f More docs for ctypes. by Thomas Heller · 19 years ago
  76. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  77. f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 19 years ago
  78. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 19 years ago
  79. a754a22 Add versionadded to doc by Neal Norwitz · 19 years ago
  80. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
  81. 82578c8 New docs for ctypes. by Thomas Heller · 19 years ago
  82. c5221e1 Sync with Optik docs (rev 518): by Greg Ward · 19 years ago
  83. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
  84. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago
  85. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
  86. 06c5c8a Typo fix by Andrew M. Kuchling · 19 years ago
  87. e275d3d Mention other placeholders by Andrew M. Kuchling · 19 years ago
  88. 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 19 years ago
  89. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 19 years ago
  90. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 19 years ago
  91. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
  92. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  93. 67966be Markup fix by George Yoshida · 19 years ago
  94. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  95. 4094b3d Minor rewording by Andrew M. Kuchling · 19 years ago
  96. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
  97. 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
  98. 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
  99. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  100. 622f144 [Bug #1473048] by Andrew M. Kuchling · 19 years ago