index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-09
1
-2
/
+2
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-12
/
+9
|
\
|
*
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-15
/
+13
|
|
\
|
|
*
Remove dead code in test_exceptions.
Brett Cannon
2013-07-04
1
-3
/
+0
|
|
*
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
1
-0
/
+3
|
|
*
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
1
-3
/
+0
|
|
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-4
/
+4
|
|
*
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-3
/
+3
|
|
*
merge 3.3
Philip Jenvey
2012-11-14
1
-5
/
+6
|
|
|
\
|
|
|
*
merge 3.3
Philip Jenvey
2012-11-13
1
-0
/
+3
|
|
|
|
\
|
|
|
*
|
Clean up some warnings in test suite output.
Nadeem Vawda
2012-10-14
1
-4
/
+5
*
|
|
|
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0
/
+2
*
|
|
|
|
Silence BytesWarning (backport 267a4d4d9d65).
Serhiy Storchaka
2014-02-07
1
-5
/
+6
|
/
/
/
/
*
|
|
|
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-0
/
+13
|
/
/
/
*
|
|
merge 3.2
Philip Jenvey
2012-11-14
1
-5
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
Philip Jenvey
2012-11-14
1
-5
/
+9
*
|
|
merge 3.2
Philip Jenvey
2012-11-13
1
-18
/
+105
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #15784: Modify OSError.__str__() to better distinguish between
Richard Oudkerk
2012-08-28
1
-2
/
+2
|
*
Issue #15778: Coerce ImportError.args to a string when it isn't
Brett Cannon
2012-08-24
1
-0
/
+5
|
*
Issue #1692335: Move initial args assignment to BaseException.__new__
Richard Oudkerk
2012-07-28
1
-1
/
+15
|
*
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-14
1
-7
/
+8
|
*
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon
2012-04-12
1
-1
/
+23
|
*
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
Antoine Pitrou
2012-03-03
1
-1
/
+1
|
|
\
|
*
|
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-6
/
+23
|
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-9
/
+34
|
*
|
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Antoine Pitrou
2011-09-01
1
-0
/
+8
|
|
\
\
|
*
\
\
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0
/
+62
|
|
\
\
\
|
*
\
\
\
merge 3.2
Benjamin Peterson
2011-07-03
1
-0
/
+12
|
|
\
\
\
\
|
*
\
\
\
\
merge 3.2 (#12475)
Benjamin Peterson
2011-07-03
1
-0
/
+15
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-1
/
+4
*
|
|
|
|
|
|
add gc_collects to weakref tests
Philip Jenvey
2012-11-13
1
-0
/
+3
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Antoine Pitrou
2011-09-01
1
-0
/
+8
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0
/
+62
|
|
_
|
/
|
/
|
|
*
|
|
never retain a generator's caller's exception state on the generator after a ...
Benjamin Peterson
2011-07-03
1
-0
/
+12
|
|
/
|
/
|
*
|
restore a generator's caller's exception state both on yield and (last) return
Benjamin Peterson
2011-07-03
1
-0
/
+15
|
/
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-30
/
+29
*
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou
2010-10-28
1
-0
/
+39
*
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc
2010-09-10
1
-0
/
+11
*
Merged revisions 82330 via svnmerge from
Benjamin Peterson
2010-06-28
1
-1
/
+3
*
prevent generator finalization from invalidating sys.exc_info() #7173
Benjamin Peterson
2010-03-07
1
-1
/
+16
*
Merged revisions 78418 via svnmerge from
Eric Smith
2010-02-24
1
-0
/
+36
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-3
/
+3
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1
/
+1
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-2
/
+2
*
Merged revisions 77088 via svnmerge from
Georg Brandl
2009-12-28
1
-0
/
+40
*
Remove test for unicode(e) converted to str(e) by 2to3
Ezio Melotti
2009-12-24
1
-5
/
+3
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-25
/
+25
*
Fix segfaults when running test_exceptions with coverage tracing, caused by w...
Georg Brandl
2009-03-31
1
-0
/
+6
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
1
-5
/
+11
[next]