|
Added a get_bytecode method to the bytecode writer which provides a list of |
|
|
Added version information. |
|
|
Added release procedures to the documentation. |
|
|
Added release procedures to the documentation. |
|
|
Changed the stylesheet and added licensing details. |
|
|
Changed the stylesheet and added licensing details. |
|
|
Fixed imports. |
|
|
Added a note about the Java API implementation. |
|
|
Fixed the names and grammar. |
|
|
Added testing notes. Indented command strings. |
|
|
Added more tests. |
|
|
Added notes about dispatcher methods. |
|
|
Added a simple "test everything" program. |
|
|
Added more test programs. |
|
|
Added more test programs. |
|
|
Fixed the default values used in array initialisation. |
|
|
Updated the documentation. |
|
|
Worked on the documentation somewhat. |
|
|
Fixed the package specifications in the setup script. |
|
|
Moved the modules into the javaclass package. |
|
|
Moved the modules into the javaclass package. |
|
|
Added the start of documentation. |
|
|
Added the start of a test program. |
|
|
Added more test programs. |
|
|
Added a main method test program. |
|
|
Fixed signed constant loading in bipush and sipush. |
|
|
Added the mainloop method. |
|
|
Added a main method. |
|
|
Added a wrapper class for QApplication. |
|
|
Added a main method, although it does not currently work - there may be an |
|
|
Added tests of the Integer class and of String object addition. |
|
|
Added tests of the StringBuffer class and of String object addition. |
|
|
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 |
|