summaryrefslogtreecommitdiff
path: root/Lib/test/test_new.py
Commit message (Expand)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Deprecate the new module for removal in 3.0.Brett Cannon2008-05-091-1/+2
* Port test_new.py to unittest.Walter Dörwald2007-01-201-183/+162
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-301-0/+8
* Fix for rather inaccurately titled bugMichael W. Hudson2005-03-301-0/+10
* Whitespace normalization.Tim Peters2004-08-131-5/+5
* Fix bugMichael W. Hudson2004-08-121-6/+62
* note a really bad test (no time to fix now)Michael W. Hudson2004-06-121-0/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Extend function() to support an optional closure argument.Jeremy Hylton2002-07-111-0/+24
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1
* Several changes for Jython portability. This closes SF patchBarry Warsaw2001-03-231-9/+18
* Whitespace normalization.Tim Peters2001-02-091-2/+2
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-1/+4
* Added tests for new signature of new.instance().Fred Drake2001-01-281-7/+15
* PEP 227 implementationJeremy Hylton2001-01-251-1/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-1/+1
* new.code() has grown another foot, eh, another two arguments.Guido van Rossum1997-01-271-1/+1
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-1/+1
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-1/+20
* A test of the `new' module. The new.code() test is fairly bogus sinceBarry Warsaw1996-12-101-0/+44