summaryrefslogtreecommitdiff
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28289: ImportError.__init__ now resets not specified attributes.Serhiy Storchaka2016-09-281-0/+14
* Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-1/+0
|\
* | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-0/+17
|/
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+66
* Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-6/+9
|\
| * Add a rudimentary test for StopAsyncIteration in test_exceptions.Yury Selivanov2015-07-031-0/+2
| * Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-6/+7
* | Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-5/+12
|/
* Issue #22977: Remove unconditional import of ctypes.Serhiy Storchaka2015-04-061-1/+0
* Issue #22977: Fix test_exceptionsVictor Stinner2015-04-021-5/+8
* Issue #22977: Fixed formatting Windows error messages on Wine.Serhiy Storchaka2015-04-021-1/+9
* Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
* make sure to test UnicodeEncodeError, tooBenjamin Peterson2014-04-021-1/+1
* bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+6
* make test name consistent with the rest of the fileBenjamin Peterson2014-04-021-1/+1
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-091-2/+2
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-12/+9
|\
| * Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-211-15/+13
| |\
| | * Remove dead code in test_exceptions.Brett Cannon2013-07-041-3/+0
| | * Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-0/+3
| | * Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-3/+0
| | * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
| | * Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-3/+3
| | * merge 3.3Philip Jenvey2012-11-141-5/+6
| | |\
| | | * merge 3.3Philip Jenvey2012-11-131-0/+3
| | | |\
| | | * | Clean up some warnings in test suite output.Nadeem Vawda2012-10-141-4/+5
* | | | | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+2
* | | | | Silence BytesWarning (backport 267a4d4d9d65).Serhiy Storchaka2014-02-071-5/+6
|/ / / /
* | | | Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-211-0/+13
|/ / /
* | | merge 3.2Philip Jenvey2012-11-141-5/+10
|\ \ \ | |_|/ |/| |
| * | don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)Philip Jenvey2012-11-141-5/+9
* | | merge 3.2Philip Jenvey2012-11-131-18/+105
|\ \ \ | |/ / |/| / | |/
| * Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-281-2/+2
| * Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-241-0/+5
| * Issue #1692335: Move initial args assignment to BaseException.__new__Richard Oudkerk2012-07-281-1/+15
| * PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-141-7/+8
| * Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-121-1/+23
| * - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-031-1/+1
| |\
| * | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-6/+23
| * | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-9/+34
| * | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
| |\ \
| * \ \ Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
| |\ \ \
| * \ \ \ merge 3.2Benjamin Peterson2011-07-031-0/+12
| |\ \ \ \
| * \ \ \ \ merge 3.2 (#12475)Benjamin Peterson2011-07-031-0/+15
| |\ \ \ \ \
| * | | | | | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-1/+4
* | | | | | | add gc_collects to weakref testsPhilip Jenvey2012-11-131-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-031-1/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
| |_|_|/ |/| | |
* | | | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
| |_|/ |/| |
* | | never retain a generator's caller's exception state on the generator after a ...Benjamin Peterson2011-07-031-0/+12
| |/ |/|