javaclass

Graph

(0) -100 -60 +60 tip
Introduced the StringBuffer class so that the addition of String objects
Fixed the argument values to be java.lang.String objects.
Hopefully improved the clarity of the documentation, adding notes on
Added a main method test within a package.
Fixed the importing of package classes.
Added a test of main methods.
Commented out various trace statements for improved high-level testing.
Made conversions slightly more general.
Added commented-out special method for conversion of HashMap to dictionary.
Corrected various base classes (object -> java.lang.Object, Exception ->
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Moved the lang module contents into the lang package.
Exposed the Frame.quit method and Button configuration methods for both
Exposed the Frame.quit method and Button configuration methods for both
Added button configuration and callbacks.
Replaced object with java.lang.Object as the standard base class.
Removed the special base classes and introduced retrieval of all classes
Added a Tkinter wrapping example based on the Python 2.2.2 library
Fixed formatting.
Added various collections, iterators and maps.
Added object as a superclass for each wrapper class, thus enabling
Introduced removal of skeleton classes.
Added some notes about using the software.
Added a tool which inspects Java skeleton classes and produces Python
Added an example of Java code accessing skeleton classes representing
Added an example of Java code accessing skeleton classes representing
Added a method to provide the "unqualified Python name" of methods. This is
Added Python 2.2 dis module compatibility.
Started an inheritance hierarchy for collections resembling that defined in
Added some reminders.
Fixed imports from __this__ within the multi-root import mechanism. This
Added some class definitions.
Fixed Class.forName, added some more exceptions and the start of the System
Added some real behaviour to InputStream and added stream classes of use
Added the start of java.security.
Added more classes and missing special methods.
Moved class name loading (in translated instructions) into a top-level
Added support for "package unions" or "multi-rooted packages" where the
Fixed source code filename acquisition.
Added "return None" for abstract methods.
Added a simple comparison test.
Changed the special notation for Java-callable methods so that methods may
Made i2c a null operation since char values are treated like int values in
Added .jar archive support to the import hook.
Added a test of subpackages.
Added method entries for Java access to the String class.
Added a test of java.lang.String.
Added tentative library implementations.
Added tentative library implementations.
Added tentative library implementations.
Fixed ldc* implementations.
Added importing of external names.
Removed the descriptor parsing mix-in class, making the methods global
Added workarounds so that exceptions may be represented by new-style
Added new tests.
Changed the new implementation to use object.__new__ and root classes to
Added a get_class method so that static and special methods can be
(0) -100 -60 +60 tip