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_pep352.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2
/
+2
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1
/
+1
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-5
/
+5
*
Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from
Georg Brandl
2009-06-08
1
-2
/
+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1
/
+1
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-4
/
+4
*
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