1. 3fda936 markup fix by Fred Drake · 18 years ago
  2. 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 · 18 years ago
  3. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  4. 83fa22f document xmlcore (still minimal; needs mention in each of the xml.* modules) by Fred Drake · 18 years ago
  5. 76e268b typo by Fredrik Lundh · 18 years ago
  6. b69a3c2 Updates for the ctypes documentation. by Thomas Heller · 18 years ago
  7. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 18 years ago
  8. 76c5af6 Fix the wrong description of LibraryLoader.LoadLibrary, and document by Thomas Heller · 18 years ago
  9. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 18 years ago
  10. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
  11. 56640df Patch #1504046: Add documentation for xml.etree. by Neal Norwitz · 18 years ago
  12. b6b1752 Fix RFC number. by Georg Brandl · 18 years ago
  13. 2bfe3a9 Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs by Nick Coghlan · 18 years ago
  14. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  15. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 18 years ago
  16. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 18 years ago
  17. d41f4ce no need to elaborate "string". by Georg Brandl · 18 years ago
  18. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 18 years ago
  19. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 18 years ago
  20. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 18 years ago
  21. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 18 years ago
  22. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 18 years ago
  23. 348b7c8 Document decorator usage of property. by Georg Brandl · 18 years ago
  24. 4ef256c add string methods to index by Skip Montanaro · 18 years ago
  25. 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 · 18 years ago
  26. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 18 years ago
  27. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  28. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 18 years ago
  29. 066769c Fix typos. by Thomas Heller · 18 years ago
  30. 3f1f7be Update url. by George Yoshida · 18 years ago
  31. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 18 years ago
  32. b526a29 minor documentation cleanup. mention the bsddb.db interface explicitly by name. by Gregory P. Smith · 18 years ago
  33. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 18 years ago
  34. f143510 Document paramflags. by Thomas Heller · 18 years ago
  35. bcae622 Write more docs. by Thomas Heller · 18 years ago
  36. 43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that by Tim Peters · 18 years ago
  37. 5d7c290 Updated documentation for pysqlite 2.3.0 API. by Gerhard Häring · 18 years ago
  38. b66902f More docs for ctypes. by Thomas Heller · 18 years ago
  39. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  40. f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 18 years ago
  41. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 18 years ago
  42. a754a22 Add versionadded to doc by Neal Norwitz · 18 years ago
  43. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 18 years ago
  44. 82578c8 New docs for ctypes. by Thomas Heller · 18 years ago
  45. c5221e1 Sync with Optik docs (rev 518): by Greg Ward · 18 years ago
  46. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 18 years ago
  47. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 18 years ago
  48. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 18 years ago
  49. 06c5c8a Typo fix by Andrew M. Kuchling · 18 years ago
  50. e275d3d Mention other placeholders by Andrew M. Kuchling · 18 years ago
  51. 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 18 years ago
  52. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 18 years ago
  53. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  54. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 18 years ago
  55. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  56. 67966be Markup fix by George Yoshida · 18 years ago
  57. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  58. 4094b3d Minor rewording by Andrew M. Kuchling · 18 years ago
  59. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 18 years ago
  60. 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 18 years ago
  61. 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 18 years ago
  62. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 18 years ago
  63. 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
  64. 14a0952 Clarify wording on default values for strptime(); defaults are used when better by Brett Cannon · 18 years ago
  65. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
  66. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  67. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 18 years ago
  68. cc7570f Write more docs. by Thomas Heller · 18 years ago
  69. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  70. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  71. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  72. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  73. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  74. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago
  75. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  76. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  77. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  78. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  79. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  80. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  81. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  82. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  83. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  84. 90df06e Add \exception markup by George Yoshida · 18 years ago
  85. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  86. 4917c34 Grammar fix by George Yoshida · 18 years ago
  87. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  88. dd0c312 Fix two small errors in argument lists. by Georg Brandl · 18 years ago
  89. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  90. f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 18 years ago
  91. b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 18 years ago
  92. e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 18 years ago
  93. 0901965 Minor language edit by Andrew M. Kuchling · 18 years ago
  94. ce5933f Use \versionchanged for the feature change by George Yoshida · 18 years ago
  95. d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 18 years ago
  96. d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 18 years ago
  97. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  98. a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 18 years ago
  99. 4511a71 Whitespace normalization. by Tim Peters · 18 years ago
  100. 3053667 fix up whitespace in prompt strings by Fred Drake · 18 years ago