1. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  2. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  3. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago
  4. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  5. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  6. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  7. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  8. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  9. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  10. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  11. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  12. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  13. 90df06e Add \exception markup by George Yoshida · 18 years ago
  14. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  15. 4917c34 Grammar fix by George Yoshida · 18 years ago
  16. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  17. dd0c312 Fix two small errors in argument lists. by Georg Brandl · 18 years ago
  18. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  19. f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 18 years ago
  20. 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
  21. e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 18 years ago
  22. 0901965 Minor language edit by Andrew M. Kuchling · 18 years ago
  23. ce5933f Use \versionchanged for the feature change by George Yoshida · 18 years ago
  24. d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 18 years ago
  25. 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
  26. 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
  27. a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 18 years ago
  28. 4511a71 Whitespace normalization. by Tim Peters · 18 years ago
  29. 3053667 fix up whitespace in prompt strings by Fred Drake · 18 years ago
  30. 5f1cca0 one more place to avoid extra markup (how many will there be?) by Fred Drake · 18 years ago
  31. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  32. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  33. 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 19 years ago
  34. c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 19 years ago
  35. 4bbf66e Markup fixes by Andrew M. Kuchling · 19 years ago
  36. edbe657 Markup fixes; add some XXX comments noting problems by Andrew M. Kuchling · 19 years ago
  37. 5f43074 Add msilib documentation. by Martin v. Löwis · 19 years ago
  38. 82560eb Further integration of the documentation for the sqlite3 module. There's still by Gerhard Häring · 19 years ago
  39. 6550f03 - minor clarification in section title by Fred Drake · 19 years ago
  40. 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 19 years ago
  41. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
  42. 5085fe2 Use \versionchanged instead of \versionadded for new parameter support. by George Yoshida · 19 years ago
  43. eb2e192 This is the start of documentation for the sqlite3 module. Please feel free to by Gerhard Häring · 19 years ago
  44. f674939 grammar fix by George Yoshida · 19 years ago
  45. d771672 correct a dead link by George Yoshida · 19 years ago
  46. 6778007 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 19 years ago
  47. efd3a09 Mention the xmlrpclib.Error base class, which is used in one of the examples by Andrew M. Kuchling · 19 years ago
  48. 356f938 [Bug #1477140] Import Error base class by Andrew M. Kuchling · 19 years ago
  49. 7acb7b4 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
  50. 4b8ec63 add missing word by Fred Drake · 19 years ago
  51. 790c3c1 Fix an error in the last contextlib.closing example by Nick Coghlan · 19 years ago
  52. 2afbf96 markup fixes, cleanup by Fred Drake · 19 years ago
  53. 34a70c6 Fix markup glitch in unittest docs. Will backport. by Thomas Wouters · 19 years ago
  54. e708cf5 Fix latex typo by Nick Coghlan · 19 years ago
  55. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
  56. 327ea38 Revert previous change, SKIP had a versionadded elsewhere by Neal Norwitz · 19 years ago
  57. 85c767a versionadded for SKIP by Neal Norwitz · 19 years ago
  58. 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
  59. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 19 years ago
  60. 8dc73d2 Bug #1337990: clarified that `doctest` does not support examples by Tim Peters · 19 years ago
  61. 9ab2f45 it's always helpful if the example works... by Skip Montanaro · 19 years ago
  62. 56a3706 minor tweak by Skip Montanaro · 19 years ago
  63. 47767c3 first cut at trace module doc by Skip Montanaro · 19 years ago
  64. 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 19 years ago
  65. 84faa85 Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation) by Nick Coghlan · 19 years ago
  66. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  67. 51a23fe - add versionadded tag - make arbitrary arguments come last by George Yoshida · 19 years ago
  68. 3c134a2 Typo fixes by George Yoshida · 19 years ago
  69. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  70. 9f7e58a Documentation for ctypes. by Thomas Heller · 19 years ago
  71. cd84b92 Correct the grammar by George Yoshida · 19 years ago
  72. 0d84028 Fix a markup. This generated a ugly code, "P&gt;". by George Yoshida · 19 years ago
  73. ba67a8a Typo, grammar fixes. This file could use another proofreading pass. by Andrew M. Kuchling · 19 years ago
  74. 84a7ee7 Typo fixes by Andrew M. Kuchling · 19 years ago
  75. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  76. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  77. e7670a3 fix typo by George Yoshida · 19 years ago
  78. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  79. 8ed2914 Typo fix by Andrew M. Kuchling · 19 years ago
  80. 121c98c Typo fixes by Andrew M. Kuchling · 19 years ago
  81. 984bdd7 Typo fix by Andrew M. Kuchling · 19 years ago
  82. 3adc4aa raise the minimum supported BerkeleyDB version to 3.3 and add notes to by Gregory P. Smith · 19 years ago
  83. 678b8ec Forgot to mark up a PEP reference by Phillip J. Eby · 19 years ago
  84. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  85. 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
  86. caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
  87. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
  88. cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples by David Goodger · 19 years ago
  89. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 19 years ago
  90. 5f284da Document recent fdopen() change. by Georg Brandl · 19 years ago
  91. e805829 Grammar fix by Andrew M. Kuchling · 19 years ago
  92. ad5177c Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results by Fred Drake · 19 years ago
  93. f878b81 Make firstweekday a simple attribute instead by Walter Dörwald · 19 years ago
  94. cd10347 Fix LaTeX oversight. by Georg Brandl · 19 years ago
  95. 9cdf563 clarify new docs on attr value entity expansion by Georg Brandl · 19 years ago
  96. 7f6b67c patch #1462498: handle entityrefs in attribute values. by Georg Brandl · 19 years ago
  97. 48d5e50 Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, by Walter Dörwald · 19 years ago
  98. 014d29f Patch #1462496: typo in libsignal.tex by Georg Brandl · 19 years ago
  99. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 19 years ago
  100. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago