javaclass

Shortlog

(0) -100 -60 +60 tip
2005-01-11 Paul Boddie Made conversions slightly more general.
2005-01-11 Paul Boddie Added commented-out special method for conversion of HashMap to dictionary.
2005-01-10 Paul Boddie Corrected various base classes (object -> java.lang.Object, Exception ->
2005-01-10 Paul Boddie Moved the lang module contents into the lang package.
2005-01-10 Paul Boddie Moved the lang module contents into the lang package.
2005-01-10 Paul Boddie Moved the lang module contents into the lang package.
2005-01-10 Paul Boddie Moved the lang module contents into the lang package.
2005-01-10 Paul Boddie Moved the lang module contents into the lang package.
2005-01-10 Paul Boddie Exposed the Frame.quit method and Button configuration methods for both
2005-01-10 Paul Boddie Exposed the Frame.quit method and Button configuration methods for both
2005-01-10 Paul Boddie Added button configuration and callbacks.
2005-01-10 Paul Boddie Replaced object with java.lang.Object as the standard base class.
2005-01-10 Paul Boddie Removed the special base classes and introduced retrieval of all classes
2005-01-10 Paul Boddie Added a Tkinter wrapping example based on the Python 2.2.2 library
2005-01-10 Paul Boddie Fixed formatting.
2005-01-10 Paul Boddie Added various collections, iterators and maps.
2005-01-10 Paul Boddie Added object as a superclass for each wrapper class, thus enabling
2005-01-10 Paul Boddie Introduced removal of skeleton classes.
2005-01-10 Paul Boddie Added some notes about using the software.
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.
(0) -100 -60 +60 tip