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