Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_new.py
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
d7265d6
Deprecate the new module for removal in 3.0.
by Brett Cannon
· 17 years ago
71cd551
Port test_new.py to unittest.
by Walter Dörwald
· 18 years ago
5d59c09
Patch #1567691: super() and new.instancemethod() now don't accept
by Georg Brandl
· 19 years ago
e2749cb
Fix for rather inaccurately titled bug
by Michael W. Hudson
· 20 years ago
bf9ac4b
Whitespace normalization.
by Tim Peters
· 21 years ago
6093462
Fix bug
by Michael W. Hudson
· 21 years ago
84a7f00
note a really bad test (no time to fix now)
by Michael W. Hudson
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
df3f793
Extend function() to support an optional closure argument.
by Jeremy Hylton
· 23 years ago
d08011a
Moved a print statement outside the jython platform test. Otherwise
by Finn Bock
· 23 years ago
dfdac1a
Several changes for Jython portability. This closes SF patch
by Barry Warsaw
· 24 years ago
10fb386
Whitespace normalization.
by Tim Peters
· 24 years ago
6fe0a82
move extra arguments to the back of the new.code() arglist
by Jeremy Hylton
· 24 years ago
64d42c5
Added tests for new signature of new.instance().
by Fred Drake
· 24 years ago
619eea6
PEP 227 implementation
by Jeremy Hylton
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
866016b
new.code() has grown another foot, eh, another two arguments.
by Guido van Rossum
· 28 years ago
e9fd28d
Add stacksize argument to new.code().
by Guido van Rossum
· 28 years ago
5e056bb
test_rotor.py: New test of the rotor module.
by Barry Warsaw
· 28 years ago
924e5d5
A test of the `new' module. The new.code() test is fairly bogus since
by Barry Warsaw
· 28 years ago