javaclass

Shortlog

(0) -60 +60 tip
2005-01-09 Paul Boddie Added a tool which inspects Java skeleton classes and produces Python
2005-01-09 Paul Boddie Added an example of Java code accessing skeleton classes representing
2005-01-09 Paul Boddie Added an example of Java code accessing skeleton classes representing
2005-01-09 Paul Boddie Added a method to provide the "unqualified Python name" of methods. This is
2005-01-09 Paul Boddie Added Python 2.2 dis module compatibility.
2005-01-08 Paul Boddie Started an inheritance hierarchy for collections resembling that defined in
2004-12-14 Paul Boddie Added some reminders.
2004-12-14 Paul Boddie Fixed imports from __this__ within the multi-root import mechanism. This
2004-12-14 Paul Boddie Added some class definitions.
2004-12-14 Paul Boddie Fixed Class.forName, added some more exceptions and the start of the System
2004-12-14 Paul Boddie Added some real behaviour to InputStream and added stream classes of use
2004-12-10 Paul Boddie Added the start of java.security.
2004-12-10 Paul Boddie Added more classes and missing special methods.
2004-12-10 Paul Boddie Moved class name loading (in translated instructions) into a top-level
2004-12-09 Paul Boddie Added support for "package unions" or "multi-rooted packages" where the
2004-12-09 Paul Boddie Fixed source code filename acquisition.
2004-12-09 Paul Boddie Added "return None" for abstract methods.
2004-12-09 Paul Boddie Added a simple comparison test.
2004-12-09 Paul Boddie Changed the special notation for Java-callable methods so that methods may
2004-12-09 Paul Boddie Made i2c a null operation since char values are treated like int values in
2004-12-08 Paul Boddie Added .jar archive support to the import hook.
2004-12-08 Paul Boddie Added a test of subpackages.
2004-11-21 Paul Boddie Added method entries for Java access to the String class.
2004-11-21 Paul Boddie Added a test of java.lang.String.
2004-11-21 Paul Boddie Added tentative library implementations.
2004-11-21 Paul Boddie Added tentative library implementations.
2004-11-21 Paul Boddie Added tentative library implementations.
2004-11-21 Paul Boddie Fixed ldc* implementations.
2004-11-21 Paul Boddie Added importing of external names.
2004-11-21 Paul Boddie Removed the descriptor parsing mix-in class, making the methods global
2004-11-21 Paul Boddie Added workarounds so that exceptions may be represented by new-style
2004-11-20 Paul Boddie Added new tests.
2004-11-20 Paul Boddie Changed the new implementation to use object.__new__ and root classes to
2004-11-20 Paul Boddie Added a get_class method so that static and special methods can be
2004-11-20 Paul Boddie Removed avoidance of abstract class initialisation.
2004-11-19 Paul Boddie Added a test of switch statements.
2004-11-19 Paul Boddie Introduced class initialisation avoidance for abstract classes (although
2004-11-19 Paul Boddie Fixed long and double constant handling.
2004-11-19 Paul Boddie Added lookupswitch and tableswitch fixes.
2004-11-15 Paul Boddie Replaced apply usage with CALL_FUNCTION_VAR.
2004-11-15 Paul Boddie Added a test of class loading and superclass presence.
2004-11-14 Paul Boddie Added tests of static initialisation.
2004-11-14 Paul Boddie Added tentative support for class initialisation (although not enabled).
2004-11-14 Paul Boddie Added support for class initialisation method names and access flags
2004-11-14 Paul Boddie Added a test of field initialisation.
2004-11-14 Paul Boddie Padded out comments and loops for readability.
2004-11-14 Paul Boddie Added Java package and class data types and attempted to fix package/module
2004-11-14 Paul Boddie Made a better attempt at fixing module importing.
2004-11-14 Paul Boddie Fixed importing of modules.
2004-11-14 Paul Boddie Fixed apparent breakage of Python packages and modules with the hook
2004-11-14 Paul Boddie Adjusted the dispatcher method code, adding comments, where the only real
2004-11-14 Paul Boddie Added DUP_TOPX and SLICE+0 translations.
2004-11-13 Paul Boddie Added STORE_SUBSCR.
2004-11-13 Paul Boddie Fixed hierarchical imports.
2004-11-13 Paul Boddie Fixed LocalVariableAttributeInfo.
2004-11-13 Paul Boddie Fixed class names in certain cases to avoid usage of fully qualified names.
2004-11-13 Paul Boddie Added a test of packages.
2004-11-13 Paul Boddie Fixed importing from the current directory.
2004-11-13 Paul Boddie Added translation from "/"-separated names to "."-separated names.
2004-11-13 Paul Boddie Fixed 8-bit limited value rewriting.
(0) -60 +60 tip