summaryrefslogtreecommitdiff
path: root/Lib/test/test_new.py
Commit message (Expand)AuthorAgeFilesLines
* I forgot to remove the tests for new *blush*Christian Heimes2007-11-281-158/+0
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-2/+2
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-1/+1
* Make test_new pass.Guido van Rossum2007-05-171-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-6/+6
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-180/+158
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+8
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-6/+13
* SF patch 1495675: Remove types.InstanceType and new.instanceGuido van Rossum2006-05-261-12/+2
* 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