summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_new.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet.
* A test of the `new' module. The new.code() test is fairly bogus sinceBarry Warsaw1996-12-101-0/+44
I'm really not sure what the proper inputs are. I do flex the function call though by passing in arguments of the proper type. I don't try to exec the code object that gets returned!