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