1. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  2. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  3. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  4. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  5. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  6. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 9 years ago
  7. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 9 years ago
  8. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  9. b6d1f48 Issue #21559: Add alternative (historical) reason for OverflowError. by Terry Jan Reedy · 10 years ago
  10. b2788fe Issue #16136: VMSError is done, bye bye VMS by Victor Stinner · 10 years ago
  11. abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. by Mark Dickinson · 10 years ago
  12. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 10 years ago
  13. 5898d4f IOError -> OSError by Andrew Svetlov · 10 years ago
  14. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  15. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  16. c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  17. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  18. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  19. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  20. bc332a2 merge with 3.3 by Georg Brandl · 11 years ago
  21. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  22. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  23. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  24. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  25. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  26. b4b8f23 Merge from 3.3 (issue #15209) by Nick Coghlan · 12 years ago
  27. 0eee97c Issue #15209: Fix typo and some additional wording tweaks by Nick Coghlan · 12 years ago
  28. 10cdf99 Merge from 3.3 (Issue #15209) by Nick Coghlan · 12 years ago
  29. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  30. b1715ea Merge 3.3 by Andrew Svetlov · 12 years ago
  31. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  32. c77dd20 merge 3.3 by Benjamin Peterson · 12 years ago
  33. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 12 years ago
  34. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  35. b24d3cf Fix indentation (or Sphinx will think these are attributes of ConnectionError). by Ezio Melotti · 12 years ago
  36. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  37. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  38. b8f2d29 Remove attribution; this is for the whatsnew. by Georg Brandl · 12 years ago
  39. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  40. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  41. ad8586d typo by Benjamin Peterson · 12 years ago
  42. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  43. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  44. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  45. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  46. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  47. f55011f Update doc for BlockingIOError and its alias in the io module by Antoine Pitrou · 13 years ago
  48. 195e702 Mention the merging of other exceptions into OSError. by Antoine Pitrou · 13 years ago
  49. f9c7746 Update exceptions doc for PEP 3151 by Antoine Pitrou · 13 years ago
  50. fb6fd5d #10856: document (Base)Exception.args better. by Georg Brandl · 14 years ago
  51. 0bdfbfa #10723: add missing builtin exceptions. by Georg Brandl · 14 years ago
  52. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  53. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  54. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  55. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  56. b496bad remove reference to second argument to raise #8676 by Benjamin Peterson · 14 years ago
  57. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  58. fbd1b22 #7590: exception classes no longer are in the "exceptions" module. Also clean up text that was written with string exceptions in mind. by Georg Brandl · 15 years ago
  59. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  60. c22c6f2 Merged revisions 73706,73778 via svnmerge from by Alexandre Vassalotti · 15 years ago
  61. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  62. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  63. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 15 years ago
  64. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  65. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  66. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  67. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  68. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  69. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  70. 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 17 years ago
  71. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  72. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  73. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  74. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  75. 02c3056 Finish the first pass of the language reference update. by Georg Brandl · 17 years ago
  76. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  77. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  78. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago