-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
178 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ build | |
dist | ||
*.pyc | ||
MANIFEST | ||
.DS_Store | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
2012-04-09 Mike Johnson <[email protected]> | ||
* setup.py: distutils build, pypi integration | ||
* tests: unittesting implemented in python | ||
* jep: added `jep` command line script for launching console.py | ||
* exception mapping (dynamic creation of python exceptions) no longer supported | ||
* pyjobject.c: implement richcompare using Java .equals | ||
* pyjobject.c: missing attribute raises AttributeError | ||
* pyjobject.c: don't change optimization flag by default | ||
* pyjarray.c: fix for iterator, so list() works on jarrays | ||
2012-05-05 3.1.0 - Mike Johnson <[email protected]> | ||
* lazy load classes imported via import hook | ||
|
||
2007-03-19 Mike Johnson <[email protected]> | ||
2012-03-06 3.0.0 - Mike Johnson <[email protected]> | ||
* project uses distutils now, is pip installable | ||
* added a proper import hook | ||
|
||
2007-03-19 Mike Johnson <[email protected]> | ||
* pyembed.c: patch from Jon Wright to convert packed strings to float array in java. | ||
* pyembed.c: return jarray object in invoke and getValue | ||
* pyembed.c: throw exception if invocation object not found | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__VERSION__ = '3.0.0' | ||
__VERSION__ = '3.0.1' | ||
VERSION = __VERSION__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.