index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pep352.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
First merge from the trunk straight into the py3k branch. I'm not
Guido van Rossum
2007-08-16
1
-1/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-4/+4
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-54/+17
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-17/+55
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-3/+3
*
Use __builtin__, not __builtins__.
Brett Cannon
2007-02-28
1
-1/+1
*
Fix test_pep352 to deal with the removal of the 'exceptions' module.
Brett Cannon
2007-02-28
1
-2/+8
*
Remove the ability to slice/index on exceptions per PEP 352.
Brett Cannon
2007-02-27
1
-7/+9
*
You can no longer catch non-BaseException objects; TypeError is raised if such
Brett Cannon
2007-02-26
1
-27/+10
*
Merged revisions 53859-53874 via svnmerge from
Thomas Wouters
2007-02-23
1
-18/+34
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-9/+45
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-2/+1
*
String exceptions are gone and so are classic classes.
Neal Norwitz
2006-03-24
1
-40/+0
*
Fix parsing of exception_hierarchy.txt when a platform-specific exception is
Brett Cannon
2006-03-01
1
-0/+1
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-0/+182