[jpy] branch master created (now 776219f)
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Feb 25 12:19:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a change to branch master
in repository jpy.
at 776219f add vcs to debian/control
This branch includes the following new commits:
new b4b6531 Initial commit
new df5b764 Updated
new ae5433b Updated
new 074f012 Initial files
new 910c084 Removed debug printing
new 13c40ab Added some basic tests
new 23091fe Renamings for harmonisation
new 8c85d13 Added CArray type
new ededc93 Update
new c3e80e5 Now converting primitive Java array return values into CArray instances
new 57e0f36 Added todo regarding String as sequence
new b9d2a85 Added new test for array return value
new 0191cdb Added annotations for method parameters
new ccc76c3 Update
new 79d20cf Started defining rigorous testing
new 91dd6be Added the richcompare() and hash() slots to JObj
new fa08b45 Update
new 8f19db5 Rename
new 590fd7e Removed TODO
new df7283a Testing and fixing array return values...
new 4220209 Fixed typo
new 9f78a9d Fixed problem occuring with Python: list(jarray)
new 67fde28 The new beampy module!
new d203ef4 Added TODOs
new 2661038 Added more array tests
new 0b96abf Added TODO
new 893824a Update
new 4e7f02a Renamed get_jtype --> get_class
new ad18752 Added annotation test
new acd9d29 Added API doc
new 8876706 Users can now register callables that are called on Java method definition
new 3a27966 Changed the point in time, a method's parameter descriptors are initialised with function pointers (namely after user's method callbacks are executed)
new 6eb3d23 Refactored parameter descriptor assessors and converters
new 5d36aee Improved debug out
new eb372a2 About to recognize mutable parameters
new e908aee Renamed
new 77e55fc Using assertAlmostEqual
new 56bccb6 Added beampy Testcases
new a8cde53 Method overload lookup now also done in super classes
new be8cbcc Now using beampy.ini to configure beampy.py
new c8636bd Added array factory method jpy.array(name, length)
new 5b58511 Using the 'int' array
new 48f28ac Added primitive array access
new bba0516 Renamings
new 6a3812c Renamings
new ef4f02c Mac Support
new 6c6414b Config adaption
new 3727b77 Update
new 812aeb8 We can now pass Python buffer object to any Java method expecting a primitive array parameter
new 34cba43 Renamings and fixes
new 62d4e82 Fixed issues regarding buffer arguments, added tests
new b67670c Started adding field support
new 5e310ca Added Python members to JOverloadedMethod
new a8295dd Removed prints
new 99205f4 Debugging session...
new 84089fa Implemented instance field access
new 1a2b0e4 Experimenting...
new e2473e4 Finalised field access
new 49b1c89 Debug output
new dfad10c Moved
new ba36c2f Moved
new 0b84677 Moved
new c8be063 Copying shared lib for Java binding
new 20cc52f Copying shared lib for Java binding
new 734df91 Explained how to build Java bindings with javah
new b74ee68 Started Java bindings
new 01db0c2 Update
new 8d4e555 Cast fix
new 535d360 About to implement PyObject.call()
new 9e880f2 Update
new 66f93c7 Fix for building on Mac OS (and Linux)
new 0931813 Merge branch 'master' of github.com:bcdev/jpy
new 763dd61 Fixed fix.
new 449177b Changed library extension for Darwin ('.dylib')
new ebf17eb General jpy design guideline: Use the JPy_GET_JNI_ENV_OR_RETURN macro only in entry points from Python calls into C.
new 449aeb1 Bug fix
new 1932572 Only copying *.so, if cmd is 'install'
new 8d3a346 Fixed gcc warnings
new e82e314 Update
new 8e142c4 Fixed problem with different names for target shared libs
new 68db403 Added header dependencies
new 7f6d8f5 Fixed gcc warnings
new 5149ba0 Fixed problem with wide-characters.
new e789f30 Fixed problem with wide-characters.
new 377dcae About to fix problem with wide-characters.
new 2c562a7 More TODOs
new 7465ca8 About to implement the Java-side of jpy... lot TODOs still!
new c0c7a9f Getting shared lib from system property
new b033387 exclude hs_err_pid*
new 0d8d654 Renamings
new a5f3f04 Switch to Java 7
new 749ee7a Rethrow
new a2f3c33 Solving linker problem with Unix
new 84d8381 Made it more verbose
new afb2d54 Made it even more verbose
new 8d2c02b Update
new 4d6ea8d Changed return type
new f9881ec Outputting error messages
new 49ca9bb Fixed gcc warning
new 1c3d8a6 Change for Darwin
new 09a9705 Change for Darwin
new 9c1354c Change for Darwin
new 9b1c8e7 add python to linux link option
new 91ac0f1 Removed semicola
new 0412e76 Added more java.lang types
new 32c1db7 Completing type conversions
new 11f196d Update
new 5b07d10 Added missing references
new 753dabd Obtain libname for Darwin as in Linux
new 9d02ec7 Checking initialisation
new 0ffdb06 Checking initialisation
new 51367f5 Calling tests
new 874ecec Update
new d0f9f6c Major renamings and other refactorings
new 6b10c03 Fix
new 622d658 Update
new 58578d3 We now can invoke Java proxy objects that are implemented in Python!
new 6bcaa93 Added user note
new 256c13b Refactoring towards readability and flexibility
new e680483 Refactoring towards better readability
new 1f1827c Fixed processor invocation (but still get unexpected SIGSEGVs on Unix)
new c61ef9f Moved Python unittests
new 1cffc57 Moved Python fixtures and fixed remaining SIGSEGV
new 0122b86 Added JNI error checking function
new 1b7b282 Adding exception handling
new 5db58df Now know how to get back to Py 3.2
new 017bc45 Converting Python error into Java Exceptions
new 2708399 Using macro JPy_DEBUG_PRINTF for debug dumps
new 2f8f74e Removed TODOs
new 819da79 Windows path sep. fix
new 2f06d0e PyRun_SimpleString has no exception message
new c4aa368 Fixing error msg construction
new 9343533 Added units tests for exception handling
new e56adee Created a dedicated beampy subdirectory
new 9cfbdc2 Created a dedicated beampy subdirectory
new 9df8e09 Added tests for Java method overloads
new eb9f912 Typo
new 919fd6a Update
new 3a4a752 Added module docstring
new e9f16f2 Added deployment goal
new ac35e8c Methods are now static
new 92db230 Typo
new 12a9788 Suppressed unused warnings
new f328723 Update
new 4125741 Fixed extra_classpath and beampy.ini loading
new 27a7cbf Fixed problem with super types when resolving methods, added tests for selection of constructor overloads.
new 509e45d Fixed bad characters
new b0217eb Testing BEAM Python API...
new 99563f4 Checking types for NotNone
new 8208fb2 Fixed conversion from Python to java.lang.Object, added tests.
new 9723cfc Fixed a problem dealing with late Java type resolution, added test
new 07d8e16 Made the 4th param of 'readValidMask' mutable
new 90985ea added *.exe
new 3a7bc04 relaxed format string interpretation, so that an array of dtype=numpy.bool is compatible with a Java boolean[]
new 6ed2b71 added readPixels() performance test
new 5562977 jpy is now Java thread-safe
new d44c65e renaming
new 914e337 Removed code duplication
new 0dcde63 Extracted module attrib names
new eaae4e5 Introduced type check before cast
new 2e41be4 renamed to JPy_JTYPE_ATTR_NAME_JINIT
new 75d0eba removed todo
new 7f93264 rename
new c4c02cc Various renamings for clarification
new d0e3e10 Typo
new 4df904f Typo
new 1596e1f Reformat for readability
new 912d745 removed JType_CreateNewJavaObjectReference()
new fd81087 refactoring
new 4bbe301 added support for conversion from Python sequences to Java Object arrays added stub for conversion from Python sequences to Java primitive arrays
new b80af66 added test for conversion from Python sequences to Java Object arrays
new 38fcb36 added new debug prints in order to fix a potential memory leak in beampy
new 9cb6745 added test for Object.getClass()
new 86c31b7 added test for multi-thread access
new 1303793 doc
new 8303031 DisposeArg is now a void function
new 4cecb60 Test that shows that unresolved Java classes don't even have a resolved class hierarchy (Peoduct.getProductReaders() yields an unresolved ProductReader type)
new a7b0980 Added more analytic print outs
new d3d4e39 Fixed extra_classpath parsing
new 126b04d Do not perform unit tests
new 18f81d8 Split tests
new 7444af6 Renamings
new c84538a Added more analytic print outs
new 441cc19 Added missing JNI DeleteLocalRef()
new 1356dc9 Fix: to many Py_INCREF
new a56c3ce Added more missing JNI DeleteLocalRef()
new a472567 Removed print
new 4fa1d6f version='0.6'
new a45a0ed Searching for a memory leak...
new 01f6cce @SuppressWarnings("UnusedDeclaration")
new 060cc85 Fixed java doc
new 861a603 Added even more missing JNI DeleteLocalRef()
new 77113aa version='0.4'
new 89d7597 About to support method parameters annotated as return values
new 1e64452 removed unused var
new c521ebd ignore *.N1
new 9de0cb4 Now supporting Java parameters marked as return values
new 3c8872a More tests on type resolution
new 40bd782 Java primitive array as python buffers: added jpy_jarray.h/c
new fe7891e Printing out current unit test file
new 9f2c3ea Removed CArray and replaced by Java primitive arrays that now implement the buffer protocol
new e7df58f DeleteGlobalRef on all global class refs
new 7e27ec6 DeleteGlobalRef on all global class refs (more)
new e92162c Added new tests for jpy.get_class()
new 44ac273 Added new tests for jpy.get_class()
new e008d10 Added new function JObj_New()
new b883a37 Can now pass Python tuples and lists as method parameter if a Java array is expected
new 1236e7c Added Java collection tests
new b82a66c Added diagnostic levels
new c2591f3 Fixed get_class() failure
new c7ccd38 Renamings (wrt PEP 8)
new da7213d Renamings (wrt PEP 8)
new 5e256ff Fix
new 6fb46d2 Update
new 67c7105 Removed unused parameter
new a54eea3 Update
new 660859f Aligned version
new 2733b25 Update
new 2150f3c Fixed a very evil bug
new 71ac7af Use of Py_XDECREF if arg may be NULL
new da64090 Param rename
new 4ba1311 Typo
new 5755e74 Nested Diag class must have its own static block
new 6a88a5e Initial jpy documentation
new 6627410 Update
new 8d8891c Update
new df31bdf Simplified PyLib Java class. Removed PyInterpreter moved Py* class one package up.
new 8b2e493 Moved PyLib class one package up.
new 83b8aad fixed typo
new 69f4a7e renamings
new 2a4d67f api doc
new 46e2cbf Unwrapping Java objects (PyObject) passed to PyLib methods
new 2e606e0 Updated docu
new 5cea2ec Write sample code for the docu (extend PyLib for it)
new 9ffd46d Update
new 12ecff7 Fixed toString
new 1de7688 Update
new d46e1cb Update
new 6c32f4b Update
new 53e2a7f Added getPythonVersion()
new b161c65 Removed trace messages
new 0be8c5e Now also calling Maven
new 6992294 added Operator and Rectangle
new af1cce6 Py_DECREF
new 065334e Print out
new 16dbb5f Test for: Python crash with multiple JVM threads #25
new 13a28f2 fixing https://github.com/bcdev/jpy/issues/26
new dd1145b Add found flag to diag
new fd30d86 typo
new d5fdf2e made the proxy synchronized
new 15cf4eb debugging the problem #26
new 3cc1a5a removed numpy dependency
new d5ade8a removed unused var
new bf81221 fixed decl
new 6ae87fb fixed uninit var
new 06c668c fixed return value
new 6bba5b0 removed unused var
new 22673b3 printing progress messages
new 6ca8364 fixed uninit var
new 4812bf1 removed diag flags
new 67190b8 typo
new 19624fd Added stdout redirection
new 98a5c98 Rename
new bbb97cf new macros for turning GIL management on/off
new e72bec2 Change for: Python crash with multiple JVM threads #25, added more diagnostics and PyLib.incRef()
new 7879289 update
new 791da38 move comment
new 1059382 improved diag
new d3c09f3 changed toString() to better compare pointer values on the console
new d18fa5a fix
new f336246 Change for: Python crash with multiple JVM threads #25, added more diagnostics in PyLib.incRef()
new 09efeea issue #25: never ever construct PyObject with illegal pointers, cause we will always call decRef()
new 0b008c5 issue #26: throwing exception, if pointer==0. But this can actually never occur!!!
new c551424 Java parameters/return values may now be of type PyObject
new 0922b07 Possibly fixed: https://github.com/bcdev/jpy/issues/26
new 4283869 No longer printing sys.path
new 212c4d3 Added comment
new 91be897 Update
new e3f60cc Update
new d2c42da Update README.md
new bc605ea Update
new 36bb009 Update
new 8597db1 * Renamed jpy.get_class() to jpy.get_type() because it can now also lookup primitive types. * jpy.array() and jpy.cast() now accept both: type objects and type names
new 27111b1 Renamed jpy.get_class() to jpy.get_type() because it can now also lookup primitive types. jpy.array() and jpy.cast() now accept both: type objects and type names
new 079aae2 Added tests for object arrays
new 15f08f5 Force UTF-8 encoding
new a4d0213 Avoid Maven [WARNING] Using platform encoding...
new deab6bb Update
new 324d11e Releasing array elements on error
new 3f57e15 jpy.array should also accept initializer (issue #8)
new 51ae220 Update
new 75495f8 detailed error messages (to be internal errors)
new 5c7e4f5 Added new F_JVM diag flag
new efceed2 Renamed file
new a87c3f2 Using F_JVM for debugging
new e11a6f5 Using F_JVM for debugging
new 0fe5930 Using F_JVM for debugging
new 17d1c63 Update
new 5215390 typos
new d82be9d source jar is now installed to repository too
new b1a0ac6 using class loader of the first type for creating a proxy
new 85eeb90 update
new 215e1eb Added performance test
new 1f39d30 Did some tests with JType_ConvertJavaToPythonObject(). Documented the results.
new 3b557ec Updated documentation
new 49b173d Updated documentation
new 1611186 Various import tests
new 0e86ee7 Always run all test
new 1617ae6 Convert to actual type instead of Object (issue #31)
new a08eeff Added OSGi bundle support
new 1be15d3 Added copyright
new 4a2e160 Update README.md
new ba55a8d Update README.md
new c84ccfc Update README.md
new 8a3b67b Update README.md
new f7d583b Update README.md
new 55b0222 Update README.md
new 3028503 Update README.md
new ea34dc3 Update README.md
new f18e991 Update README.md
new 66e31a1 java.awt.headless=true
new 9b498ac Added imports for Tile
new 48bdef6 Added diagnostic print
new bf7bf26 stdout can be NULL
new 4e577e9 fixed diag print
new bf9249d extended config sample
new 0360c3c write uses newline
new 6357a88 added decl for JType_CreateJavaArray
new e370bb6 write does not use newline
new 3bc0a0a NULL check
new bf15d03 Added docu for 'diag'
new 5fd5e49 Removed comment lines
new 742f103 Added diag message
new 792ff42 Added JPy_DIAG_PRINT in InitSlots
new df24b10 Important bug fix that occurred after lookup of incompletely processed Java types. Improved diag output.
new f1903fd Adapted to improved diag output
new 372db81 Added jpy.diag.F_ERR
new 7602d04 Using jpy.diag.F_ERR
new 3bc5f16 wrwrw
new 4912358 Merge branch 'master' of https://github.com/bcdev/jpy
new c058071 deleted tem files
new 8e44f26 added __pycache__
new 4acb582 Added beampy and usage examples
new 524df3d Docu update
new e4f9f95 Removed SNAPSHOT
new 949f689 Fix
new ff3dd6b Documentation and metadata updates
new 0511892 Fix
new 2ca5dd4 Fix
new e2d66c1 Update
new bca0b29 Update README.md
new 6511d12 Update README.md
new 603d3bf Update
new 365355b Update
new 15870d5 Fixed problem with array arg matching
new 04fbfbc Switched to RST format
new 9ba20dd Made it PyPI ready
new 1bb84a4 Update
new 75adf46 Update
new d8c9f46 Update to 0.7.1
new 8d1b54c Removed generated file
new 4e2bcd3 removed unwanted file
new a6e8ec6 Adapted jpy.jar version to python jpy version - no binary change in jpy.jar
new c3106c2 Removed OSGi support (was only a test anyway)
new 8b54260 Updated Java API doc
new 0a74cb1 Avoid PyLib instances
new 1256138 Updated Java API doc
new a7e66fa Avoid PyLib.Diag instances
new 22f4a02 Update to 0.7.1
new 9c70385 Added Java API docs to Sphinx doc folder
new dd54a99 Renamed README.rst so that GitHub displays links correctly
new d7e9744 Added F_ERR flag
new 2334d32 Syntax fix
new 94a0cde Syntax fix
new de79fe1 Fixed Maven javadoc config
new e6a771f 0.7.1 --> 0.7.2-snapshot
new 4fa1b10 Updated Java docs
new 7298f0c API doc update
new c613039 reformat
new e29a6f0 avoid printing values
new 0909f10 Now using PyLib.Diag.F_METH to control output of debug trace dumps
new 9adea23 Update
new d265d55 Improved error messages
new 114617e Corrected documentation of jpy.array(type, init) function, which was said to be jpy.array(type, length)
new 1f8140a Updated Java API docs
new f60087d Added TODOs for Python 2.7 support. See https://github.com/bcdev/jpy/issues/34
new 03cb64f Added doc string for Python 2.7
new a37851e More changes towards Python 2.7 backward compatibility
new daad3a5 Removed unused #define
new 8fef68f More changes regarding Python 2.7 compatibility
new 6801b20 Simplified
new 82a33a1 More changes towards Python 2.7 backward compatibility
new c073843 More changes towards Python 2.7 backward compatibility
new 6775c3f Python 2.7 optimisation
new 4006970 Improved diag print
new 7e303ab Adapted to Python 2.7
new 9e7f847 Python 2.7 fix: JPy_FromJString() now always returns Python 'str' object, not 'unicode'
new fb689bc https://github.com/bcdev/jpy/issues/36
new aa08d3d Fixed Python 2.7 compatibility issue (sys.abiflags)
new 9279440 re-added JDK_HOME+'/lib to library_dirs
new b1e3adf reformat
new 034b617 Version 0.7.2
new ec2e449 Updated install docs
new e538132 Don't need beampy.ini
new e96629b Fix: Init JVM option memory
new 9019b89 Java primitive arrays occasionally not initialised by Python buffers #37
new 03887a1 --> 0.7.3
new 1be46e6 Segmentation fault after successful installation of jpy #40
new 80739a4 Improved Java exception messages on Python errors (issue #39)
new 4b3b238 Update README.rst
new 72a9fe7 Improved Java exception messages on Python errors (issue #39)
new 01e3790 Improve Java exception messages on Python errors #39
new 724e4b7 Improve Java exception messages on Python errors #39
new b9b36a4 Fixed a problem where jpy crashes with unicode arguments (issue #42)
new 19dd53e Fixed a problem where jpy crashes with unicode arguments (issue #42)
new 4eed3de moved on to 0.7.5-SNAPSHOT
new 105eddb Fixed Issue #43: Compile error on OS X with Python 3.4
new f6d9033 removed diag flag
new f8aa1c4 update
new 4ed9cbb introduced macros JPY_COMPAT_27 and JPY_COMPAT_33P
new e9a47fc added file to dumpy sys config
new afcea56 added file to dumpy sys config
new acb729f 0.7.5 release
new 1046d10 Simplify jpy installation (issue #15): removed need to add JVM path to LD_LIBRARY_PATH on Unix
new 9b3a557 Python extensions loaded from Java can't see Python symbols (Linux) #38
new 7a3c28d Python extensions loaded from Java can't see Python symbols (Linux) #38
new 6dcd6d2 Simplify jpy installation (issue #15): removed need to add JVM path to PATH (Windows)
new bb356fb Cleaned up setup and jpyutil
new 2120cd8 Minor fixes
new b9f4556 Fixed: is is not ==
new 16f3ac6 Update
new 85fc384 New DL library
new 627e9dc Made PyLib work correctly
new 9c2319d Windows needs Python entry point functions
new 11fd818 Import jpyutil fix for 2.7
new 08bd34e Cleanup
new 04ad0db Python 2.7 update (print)
new 13fcb8d Format
new 750b20d JVM loading with mode=ctypes.RTLD_GLOBAL
new 94826a7 .jpy format fix
new a5e6083 improved error messages
new cc06257 format
new 31d494b about to split Python and Java build
new 7a72db5 renamed
new ebb5388 Added jpy.config property
new 94c4e0f about to split Python and Java build
new 319bb7b rename
new 2cd55d1 update
new 466e013 Updated setup.py so that 'build' command will also trigger Maven and unit tests
new 467d81e Updated setup.py so that 'build' command will also trigger Maven and unit tests
new e4bb2e6 Unix fix for subprocess.call()
new 81368fd Unix fix for subprocess.call()
new b5f79a1 Back to os.system() because of win32/unix platform incompatibilies
new 2a6b64d jpyutil.py is back in its src dir
new 573ccd1 Now can test with different builds (32/64bit, py2.7/3.4, jre7/8)
new 33a2e44 Removed prints
new cf97104 Added jar
new d9087cd Using new JVM options from jpyutil
new d95b222 Split jpy.jar build from Python build
new a0270c0 New methods
new 3fdaf20 Redesigned configuration (see CHANGES.txt)
new af436e6 rm redundant code
new 52e7a6f Fixed function pointer type (gcc warning)
new faedf83 Fixed printf formats gcc warning)
new 11b1e0a Removed debug print outs
new c167c0c update
new 5bd7b42 API doc
new 37ab774 PyLib.startPython now accepts array of paths to be prepended to 'sys.path'
new 810ebd3 Simplification
new 5ab84a4 1. env var order fix 2. refactoring
new 70684e3 PyLib.startPython() fix, added new test for this.
new 1dade48 Added --force option
new f955e12 jpy Java API: Make sure that Python imports the correct 'jpy' module belonging to the shared jpy DLL that was loaded by Java. Now setup.py no longer needs to modify PYTHONPATH.
new 1735fa8 Avoiding build if only help is requested
new f884081 Creating plain build ZIPs with list of added files
new 0120b5b Fixed order of certain actions
new ebcf64e Just testing in 'build'. 'install' is optional.
new 208365c Windows build automation
new 265683c Added Python interpreter info to diagnostics
new 17fda2f Using PYTHONHOME
new 188cb42 Update
new 60940e6 - Using absolute pathnames - Restoring altered PYTHONPATH
new 8e6c34f Fixed type incompatibility of py 2.7 and 3.4
new 8937a7d Outputing interpreter info if any diag flag is on
new 2313c15 Removing duplicate entries from extra paths
new 5dae037 Extracted function from _main()
new f67a71a Changes: - Changed tool options - Using logging - Search for libjvm.dylib on Mac OS X
new a0840f5 Using new jpyutil IFC
new cc623dd Replaced 'is' by '=='
new ab3bef5 Added DEBUG flag
new 81e4475 Using PyLib.DEBUG flag
new 0d83789 Using DEBUG
new cc734ae removed print
new a797ce1 added more DEBUG output
new b714ee0 turned DEBUG output on
new 5bc15ba Fix
new 5a14fc6 issue warning if standard OS search path shared libraries are found
new ead1a3c Fix
new d16742b Fix for Mac: *.dylib instead of *.so
new 73c7112 Another one
new db78c43 Another one now
new 442077f Opt
new 4f1f4b9 Exit with error code
new abe877a add pyc to gitignore
new 7a6b5d6 added 32-bit py3.4
new bd8572c preload_jvm_dll() can now be used with config
new 2597f08 Fixed error message
new 64261eb Removed 'LDLIBRARY' var from shared lib name list, as it returns an '*.a' file on Ubuntu 12
new eb621c4 Removed all vars from shared lib name list, as also others return a '*.a' file on Ubuntu 12
new 8257766 added note about environment variables
new 6830e45 format
new db6ec60 doc fix
new 89cf156 #45 Does not compile with source 1.8
new b7d81a2 Fixed prints
new 88ea453 More debug info
new 1c22411 Rename README.txt to README.md
new 88a59f4 Update README.md
new fa0f15f Let jpy implement a Java Scripting Engine for CPython (#53)
new f3fe21f importBuiltins --> getBuiltins new getMain
new 7dd4806 64bit is standard
new 71472e6 formatting
new 8176361 added 'decl_class' member
new 595cf77 added failing test
new b1e01f6 copyright
new 1cc47b3 update
new 7e58cea updated tolatest VS version 14
new 58f81d9 fixed issue #54
new e44a73f new jpy.org.PyObject.executeCode() methods to address issue #53
new 565ace1 about to use globals and locals in jpy.org.PyLib.executeCode() method for issue #53
new 24e7ac6 about to use globals and locals in jpy.org.PyLib.executeCode() method for issue #53
new 872913c Investigating into Python interpreter crash when calling toString() on a java.nio.file.Path object (issue #56)
new 5612b96 added logging for debugging
new 63c06ca update
new f0a9472 new test for reproduction of issue #56
new eaeba39 Merge remote-tracking branch 'origin/master'
new c389a17 Merge remote-tracking branch 'origin/master' into issue_56
new 47210c8 Merge branch 'master' into issue_56
new 48ed4a0 Merge remote-tracking branch 'origin/issue_56' into issue_56
new e1dfc30 Fixed tests for Python 2.7 compat.
new cb4824e Fixed issue #57
new 71eeae4 Merge branch 'master' into issue_56
new 8ef5c56 About to address issue #56
new 7a5fa54 Added tests for issues #55 and #56
new be74f39 package rename
new 0407517 Merge remote-tracking branch 'origin/issue_56' into issue_56
new 13fa049 Added declaringClass member
new 81635b8 Merge remote-tracking branch 'origin/master' into issue_56
new c3fceb8 removed "since" tag
new c31f3e8 Merge remote-tracking branch 'origin/master'
new 14c28c6 added / fixed api doc
new 88901b2 Merge branch 'master' into issue_56
new b0d3705 no need for additional fixtures
new 67dce8f update
new 9c889bc typo
new f463354 removed debug prints, issue #56 is on a dedicated branch
new 44b6ac2 uncommented debug prints for issue #53
new 20cdbb7 may have fixed issue #58 (need more tests)
new 81bfc11 fixed issue #52
new d7b3b71 Merge remote-tracking branch 'origin/master' into issue_56
new 90d2720 Moved the service registration into test so that it is not included in v0.8
new c42c264 About to release v0.8
new 105c93d Updated java API docs
new 9a5a66e Docs update
new 2ce2531 Cleaned up tests for issue #56
new 55cbb4f Docs update
new d077c23 PEP 8 formatting
new 6a74346 About to distribute jpy via platform wheels (issue #59)
new e915549 Clean up debug prints
new 42e32de Merge branch 'master' into setuptools
new 6902a0c Back to snapshot for time being
new 65b3981 autoinstalling setuptools if it doesn't exist
new c981939 Using Apache 2.0 license (issue #60)
new d3c11a5 Prepare for issue #17
new d2435fb log.warning --> debug
new 6def380 api doc upd
new 15db305 api doc upd
new 0cd8193 fixed api doc gen
new 29bb9bd Java api doc update
new 27c3105 removed old junit imports
new 4643329 Added performance test
new dd82bf4 added jpy-maven-deploy profile
new 8cf0d38 copy JARs into lib
new cfeab6b restoring PYTHONHOME, gen source dist
new 435f56d fixed format
new f7ed3ff removed unused var
new d183a29 fixed issue #64
new f08a10b fixed issue #63
new 55021c9 Switched to Brockmann Consult's Nexus server
new 3127d2d README.md --> README.rst
new f70b27d Fixed: TypeError: get_type() argument 2 must be impossible<bad format char>, not bool (Python 2.7 only)
new 6dbf7a3 Fixed type conversion error on gcc
new 030aab5 Java Doc update
new b30f169 update
new 83889a3 update
new f08de43 final v0.8
new 4ff5627 Initial cut
new 0774114 Drop default_jvm_path patch
new f6d0ad8 Add python version
new edf47a6 Don't use ez_setup
new d13e2ce Change docs
new 98ab2b5 Drop incorrect VCS refs; add chrpath
new 6e2f30b Add extended description, python3-jpy
new 68482ee Support python3 too.
new 93da112 Add dh-python. Call install
new 9b4a25e Build and install both python set
new 7388fb8 Also need python3-setuptools
new 442d07c Add install files
new 776219f add vcs to debian/control
The 608 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/jpy.git
More information about the debian-science-commits
mailing list