javaclass

Changelog

(0) -10 +10 +100 tip
50:b8078fdfcd63
2004-11-14 Paul Boddie changeset files shortlog graph Fixed importing of modules.
bytecode.py
49:0116a2e13aad
2004-11-14 Paul Boddie changeset files shortlog graph Fixed apparent breakage of Python packages and modules with the hook installed. Commented out the seemingly redundant hooks class.
classhook.py
48:3c6102b22bfd
2004-11-14 Paul Boddie changeset files shortlog graph Adjusted the dispatcher method code, adding comments, where the only real changes are the removal of pop_top at the end of the code for testing each method (since it had been assumed that the iterator was still on the stack, but it was probably something else) and the moving of setup_loop upwards before the preparation of the argument-to-type mapping.
bytecode.py
47:576596f6971b
2004-11-14 Paul Boddie changeset files shortlog graph Added DUP_TOPX and SLICE+0 translations. Fixed array construction and added an implementation for multianewarray.
bytecode.py
46:8e2ad0f8b10f
2004-11-13 Paul Boddie changeset files shortlog graph Added STORE_SUBSCR. Made code attribute discovery more robust. Added a slightly better import mechanism.
bytecode.py
45:036e01d8f797
2004-11-13 Paul Boddie changeset files shortlog graph Fixed hierarchical imports. Removed some unnecessary code.
classhook.py
44:eeb675a30dd9
2004-11-13 Paul Boddie changeset files shortlog graph Fixed LocalVariableAttributeInfo.
classfile.py
43:db63432af949
2004-11-13 Paul Boddie changeset files shortlog graph Fixed class names in certain cases to avoid usage of fully qualified names. Removed old code. Added some method descriptions.
bytecode.py
42:7cdb641603fb 43:db63432af949 181:39d5f9ecb58b
2004-11-13 Paul Boddie changeset files shortlog graph Added a test of packages.
tests/testpackage/PackageClass.java
41:a33f6687721a
2004-11-13 Paul Boddie changeset files shortlog graph Fixed importing from the current directory. Changed the debug messages. Changed module creation.
classhook.py
(0) -10 +10 +100 tip