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
|
|
93:1df4fc5c93d6
|
2005-01-08 |
Paul Boddie |
changeset
files
shortlog
graph
|
Started an inheritance hierarchy for collections resembling that defined in
the Java API documentation. |
|
|
java/util.py
|
|
92:68c3bfb16cd8
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some reminders. |
|
|
README.txt
|
|
91:0e8017ad0053
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed imports from __this__ within the multi-root import mechanism. This
avoids multiple imports from the current directory. |
|
|
classhook.py
|
|
90:e4f7daee37f2
|
2004-12-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some class definitions. |
|
|
java/security/__init__.py
|
|