1. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  2. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  3. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  4. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  5. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  6. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  7. c6f5c87 Typo fix by Andrew M. Kuchling · 18 years ago
  8. 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 18 years ago
  9. ad0cb65 Add str.partition() by Andrew M. Kuchling · 18 years ago
  10. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  11. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago
  12. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  13. 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 18 years ago
  14. 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 18 years ago
  15. 61bbe6c fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) by Fred Drake · 18 years ago
  16. 3cdf24b Minor edits; add an item by Andrew M. Kuchling · 18 years ago
  17. 70bd199 Add item by Andrew M. Kuchling · 18 years ago
  18. 150faff Add two items by Andrew M. Kuchling · 18 years ago
  19. 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 18 years ago
  20. 1cdace4 Mention string improvements by Andrew M. Kuchling · 18 years ago
  21. c602723 Add some items; mention the sprint by Andrew M. Kuchling · 18 years ago
  22. 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 18 years ago
  23. 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 18 years ago
  24. c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
  25. 1e9f574 Minor edits by Andrew M. Kuchling · 18 years ago
  26. b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 18 years ago
  27. 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
  28. 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
  29. e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 18 years ago
  30. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  31. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  32. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  33. d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 18 years ago
  34. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  35. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  36. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  37. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  38. c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 18 years ago
  39. d779b35 Add item by Andrew M. Kuchling · 18 years ago
  40. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  41. e6d9506 Typo repair. by Tim Peters · 18 years ago
  42. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  43. 90df06e Add \exception markup by George Yoshida · 18 years ago
  44. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  45. 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 18 years ago
  46. 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 18 years ago
  47. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  48. 7cadf59 typo fix by Andrew M. Kuchling · 18 years ago
  49. 4917c34 Grammar fix by George Yoshida · 18 years ago
  50. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  51. dd0c312 Fix two small errors in argument lists. by Georg Brandl · 18 years ago
  52. 356af46 Clarify description of exception handling by Andrew M. Kuchling · 18 years ago
  53. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  54. f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 18 years ago
  55. 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
  56. e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 18 years ago
  57. 0901965 Minor language edit by Andrew M. Kuchling · 18 years ago
  58. fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 18 years ago
  59. ce5933f Use \versionchanged for the feature change by George Yoshida · 18 years ago
  60. d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 18 years ago
  61. 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
  62. 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
  63. a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 18 years ago
  64. 4511a71 Whitespace normalization. by Tim Peters · 18 years ago
  65. 3053667 fix up whitespace in prompt strings by Fred Drake · 18 years ago
  66. 5f1cca0 one more place to avoid extra markup (how many will there be?) by Fred Drake · 18 years ago
  67. 2de7a35 one more place to avoid extra markup by Fred Drake · 18 years ago
  68. 6b07be9 at least comment on why curly-quotes are not enabled by Fred Drake · 18 years ago
  69. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  70. f863609 tell LaTeX2HTML to: - use UTF-8 output - not mess with the >>> prompt! by Fred Drake · 18 years ago
  71. e10b21b remove unnecessary assignment by Fred Drake · 18 years ago
  72. f322d68 Update context manager section for removal of __context__ by Andrew M. Kuchling · 18 years ago
  73. a71fd71 Documentation bug: PySet_Pop() returns a new reference (because the by Armin Rigo · 18 years ago
  74. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  75. a883701 Provide encoding as keyword argument; soften warning paragraph about encodings by Andrew M. Kuchling · 18 years ago
  76. 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 18 years ago
  77. c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 18 years ago
  78. 4bbf66e Markup fixes by Andrew M. Kuchling · 18 years ago
  79. 6849488 Add item by Andrew M. Kuchling · 18 years ago
  80. edbe657 Markup fixes; add some XXX comments noting problems by Andrew M. Kuchling · 18 years ago
  81. d22c6db add dependency by Fred Drake · 18 years ago
  82. 5f43074 Add msilib documentation. by Martin v. Löwis · 18 years ago
  83. 82560eb Further integration of the documentation for the sqlite3 module. There's still by Gerhard Häring · 18 years ago
  84. e3c958c Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren() by Andrew M. Kuchling · 18 years ago
  85. 6550f03 - minor clarification in section title by Fred Drake · 18 years ago
  86. 0961228 Add item by Andrew M. Kuchling · 18 years ago
  87. 4b5caae Add urllib2 HOWTO from Michael Foord by Andrew M. Kuchling · 18 years ago
  88. 3c1983f Patch #1479438: add \keyword markup for "with". by Georg Brandl · 18 years ago
  89. 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 18 years ago
  90. fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 18 years ago
  91. 5085fe2 Use \versionchanged instead of \versionadded for new parameter support. by George Yoshida · 18 years ago
  92. c923611 Add two items by Andrew M. Kuchling · 18 years ago
  93. eb2e192 This is the start of documentation for the sqlite3 module. Please feel free to by Gerhard Häring · 18 years ago
  94. aa013da Add item by Andrew M. Kuchling · 18 years ago
  95. 18db487 Make case of 'ZIP' consistent by Andrew M. Kuchling · 18 years ago
  96. b37bcb5 Add item by Andrew M. Kuchling · 18 years ago
  97. f674939 grammar fix by George Yoshida · 18 years ago
  98. d771672 correct a dead link by George Yoshida · 18 years ago
  99. 6778007 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 18 years ago
  100. 9dea97a fix markup glitch by George Yoshida · 18 years ago