45
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made interactive.py resistant to missing sys.stdout.softspace in user code. More... about 21 years ago
Implemented exec statement functionality. More... about 21 years ago
Added ability to put superclasses and tuples in except: clauses. More... about 21 years ago
changed a wrong (old) import. But test_builtins needs more work. More... about 21 years ago
small changes to make this run under Windows, too. (splitdrive is available on all platforms and does always the right thing) More... about 21 years ago
new test script that gathers all test files (currently only in interpreter), imports them and iterates through all TestCases. More... about 21 years ago
modified intobject.py's hash() to be either strict or liberal.\nWe need to decide how to handle such issues in the future. More... about 21 years ago
added a test for 'except:' More... about 21 years ago
add an "import sys" More... about 21 years ago
try to import readline if we have it. More... about 21 years ago
exception handling fixed, it now works well (see test_interpreter.py) More... about 21 years ago
use our own evaluator for class instantiation and bound method calls More... about 21 years ago
we must import new to get the classobj! More... about 21 years ago
unbreak keyword arguments More... about 21 years ago
renamed the TestCase class to reflect the name of the function it tests. More... about 21 years ago
explicit implementation of 'obj[slice-obj]' that works (for the simple cases) with Python 2.2. This lets you run 'python interpreter.py' in Python 2.2 without requiring Python 2.3. --This line, and those below, will be ignored-- More... about 21 years ago
Wohoo! 'python interactive.py std' will successfully run a (very) limited set of operations on top of the standard object space! It can now be used to test, say, integer operations (for example, 'import sys; sys.maxint+1' which raises an OverflowError). --This line, and those below, will be ignored-- More... about 21 years ago
Ooops, forgot to remove the XXXXXXXXX for my tests. Now interpreter.py works great! More... about 21 years ago
more ground work. interactive.py worked quite fine at some point but is now broken again for a reason not immediately obvious to me. More... about 21 years ago
moved sprint document to doc dir. More... about 21 years ago
Move the pypy trunk into its own top level directory so the path names stay constant. More... about 21 years ago