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_new.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
I forgot to remove the tests for new *blush*
Christian Heimes
2007-11-28
1
-158
/
+0
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-2
/
+2
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-1
/
+1
*
Make test_new pass.
Guido van Rossum
2007-05-17
1
-1
/
+1
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-6
/
+6
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-180
/
+158
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0
/
+8
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-6
/
+13
*
SF patch 1495675: Remove types.InstanceType and new.instance
Guido van Rossum
2006-05-26
1
-12
/
+2
*
Fix for rather inaccurately titled bug
Michael W. Hudson
2005-03-30
1
-0
/
+10
*
Whitespace normalization.
Tim Peters
2004-08-13
1
-5
/
+5
*
Fix bug
Michael W. Hudson
2004-08-12
1
-6
/
+62
*
note a really bad test (no time to fix now)
Michael W. Hudson
2004-06-12
1
-0
/
+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
1
-0
/
+24
*
Moved a print statement outside the jython platform test. Otherwise
Finn Bock
2001-12-09
1
-1
/
+1
*
Several changes for Jython portability. This closes SF patch
Barry Warsaw
2001-03-23
1
-9
/
+18
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-2
/
+2
*
move extra arguments to the back of the new.code() arglist
Jeremy Hylton
2001-02-01
1
-1
/
+4
*
Added tests for new signature of new.instance().
Fred Drake
2001-01-28
1
-7
/
+15
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-1
/
+2
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1
/
+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1
/
+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-3
/
+3
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-1
/
+1
*
new.code() has grown another foot, eh, another two arguments.
Guido van Rossum
1997-01-27
1
-1
/
+1
*
Add stacksize argument to new.code().
Guido van Rossum
1997-01-17
1
-1
/
+1
*
test_rotor.py: New test of the rotor module.
Barry Warsaw
1996-12-23
1
-1
/
+20
*
A test of the `new' module. The new.code() test is fairly bogus since
Barry Warsaw
1996-12-10
1
-0
/
+44