103:c2a0d5d6660c
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed formatting. |
|
|
examples/Qt/WidgetTest.java
|
|
102:7c84cbd6155b
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added various collections, iterators and maps. |
|
|
java/util.py
|
|
101:0f97eefa94ea
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added object as a superclass for each wrapper class, thus enabling
new-style behaviour for things like Tkinter which use old-style classes. |
|
|
tools/wrap.py
|
|
100:feda623ce900
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced removal of skeleton classes. |
|
|
tools/wrap.py
|
|
99:0546fc332f6f
|
2005-01-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some notes about using the software. |
|
|
README.txt
|
|
98:61c61585ef67
|
2005-01-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a tool which inspects Java skeleton classes and produces Python
wrapper classes. |
|
|
tools/wrap.py
|
|
97:8ed23fe36fc6
|
2005-01-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added an example of Java code accessing skeleton classes representing
wrapped Python classes. |
|
|
examples/Qt/qtjava/QWidget.java
|
|
96:e0ae9c0dd90a
|
2005-01-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added an example of Java code accessing skeleton classes representing
wrapped Python classes. |
|
|
examples/Qt/WidgetTest.java
|
|
95:055b402634bc
|
2005-01-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a method to provide the "unqualified Python name" of methods. This is
useful when generating wrappers of existing Python classes where the
additional type information usually included in "Python names" is not
present in the wrapped method names. |
|
|
classfile.py
|
|
94:89cf6f5868da
|
2005-01-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added Python 2.2 dis module compatibility. |
|
|
bytecode.py
|
|