aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-25
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490)Victor Stinner2019-05-22
* bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...Serhiy Storchaka2018-11-27
* bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)Ammar Askar2018-09-24
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-18
* Fix miscellaneous typos (#4275)luzpaz2017-11-05
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-26
* bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)xdegaye2017-10-23
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-22
* bpo-31161: only check for parens error for SyntaxError (#3082)Martijn Pieters2017-08-22
* bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...Michael Seifert2017-04-09
* bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)Serhiy Storchaka2017-04-08
* bpo-20548: Use specific asserts in warnings and exceptions tests (#788)Serhiy Storchaka2017-03-30
* Issue #29507: Update test_exceptionsVictor Stinner2017-02-09
* Issue #28289: ImportError.__init__ now resets not specified attributes.Serhiy Storchaka2016-09-28
* Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-27
|\
| * Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-27
|/
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-28
* Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-26
|\
| * Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-26
* | Add a rudimentary test for StopAsyncIteration in test_exceptions.Yury Selivanov2015-07-03
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-03
|/
* Issue #22977: Remove unconditional import of ctypes.Serhiy Storchaka2015-04-06
* Issue #22977: Fix test_exceptionsVictor Stinner2015-04-02
* Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-02
* Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-18
* make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-02
* bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-02
* make test name consistent with the rest of the fileBenjamin Peterson2014-04-02
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-09
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
| * Silence BytesWarning (backport 267a4d4d9d65).Serhiy Storchaka2014-02-07
* | Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-21
|\|
| * Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-21
* | Remove dead code in test_exceptions.Brett Cannon2013-07-04
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-04
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-12
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-17
* | merge 3.3Philip Jenvey2012-11-14
|\|
| * merge 3.2Philip Jenvey2012-11-14
| |\
| | * don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)Philip Jenvey2012-11-14
* | | merge 3.3Philip Jenvey2012-11-13
|\| |
| * | merge 3.2Philip Jenvey2012-11-13
| |\|
| | * add gc_collects to weakref testsPhilip Jenvey2012-11-13
* | | Clean up some warnings in test suite output.Nadeem Vawda2012-10-14
|/ /
* | Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-28
* | Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-24