Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | 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 since | Barry Warsaw | 1996-12-10 | 1 | -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! |