javaclass

Shortlog

(0) -100 -60 tip
2005-01-22 Paul Boddie Added more test programs.
2005-01-22 Paul Boddie Fixed the default values used in array initialisation.
2005-01-22 Paul Boddie Updated the documentation.
2005-01-21 Paul Boddie Worked on the documentation somewhat.
2005-01-21 Paul Boddie Fixed the package specifications in the setup script.
2005-01-21 Paul Boddie Moved the modules into the javaclass package.
2005-01-21 Paul Boddie Moved the modules into the javaclass package.
2005-01-21 Paul Boddie Added the start of documentation.
2005-01-21 Paul Boddie Added the start of a test program.
2005-01-18 Paul Boddie Added more test programs.
2005-01-18 Paul Boddie Added a main method test program.
2005-01-18 Paul Boddie Fixed signed constant loading in bipush and sipush.
2005-01-14 Paul Boddie Added the mainloop method.
2005-01-14 Paul Boddie Added a main method.
2005-01-14 Paul Boddie Added a wrapper class for QApplication.
2005-01-14 Paul Boddie Added a main method, although it does not currently work - there may be an
2005-01-14 Paul Boddie Added tests of the Integer class and of String object addition.
2005-01-14 Paul Boddie Added tests of the StringBuffer class and of String object addition.
2005-01-14 Paul Boddie Introduced the StringBuffer class so that the addition of String objects
2005-01-14 Paul Boddie Fixed the argument values to be java.lang.String objects.
2005-01-13 Paul Boddie Hopefully improved the clarity of the documentation, adding notes on
2005-01-13 Paul Boddie Added a main method test within a package.
2005-01-13 Paul Boddie Fixed the importing of package classes.
2005-01-13 Paul Boddie Added a test of main methods.
2005-01-13 Paul Boddie Commented out various trace statements for improved high-level testing.
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.
(0) -100 -60 tip