-
Notifications
You must be signed in to change notification settings - Fork 186
Comparing changes
Open a pull request
base repository: jpype-project/jpype
base: v1.3.0
head repository: jpype-project/jpype
compare: v1.4.1
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05a62ef - Browse repository at this point
Copy the full SHA 05a62efView commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c619d60 - Browse repository at this point
Copy the full SHA c619d60View commit details
Commits on Jun 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53c0586 - Browse repository at this point
Copy the full SHA 53c0586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dcdfa - Browse repository at this point
Copy the full SHA 10dcdfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 661c541 - Browse repository at this point
Copy the full SHA 661c541View commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b24be1d - Browse repository at this point
Copy the full SHA b24be1dView commit details -
Merge pull request #984 from Thrameos/dbapi_shutdown
Documentation of sql shutdown issue
Configuration menu - View commit details
-
Copy full SHA for 83c7fe6 - Browse repository at this point
Copy the full SHA 83c7fe6View commit details
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc6fc52 - Browse repository at this point
Copy the full SHA fc6fc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5869ad - Browse repository at this point
Copy the full SHA d5869adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fc762 - Browse repository at this point
Copy the full SHA 58fc762View commit details
Commits on Sep 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7880991 - Browse repository at this point
Copy the full SHA 7880991View commit details
Commits on Sep 22, 2021
-
Add try block around setting autoCommit
Alexander Bij authored and Alexander Bij committedSep 22, 2021 Configuration menu - View commit details
-
Copy full SHA for fb00ffe - Browse repository at this point
Copy the full SHA fb00ffeView commit details -
Merge pull request #1004 from abij/try-set-autocommit
Add try block around setting autoCommit
Configuration menu - View commit details
-
Copy full SHA for 9c210eb - Browse repository at this point
Copy the full SHA 9c210ebView commit details
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52695df - Browse repository at this point
Copy the full SHA 52695dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6402990 - Browse repository at this point
Copy the full SHA 6402990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042530d - Browse repository at this point
Copy the full SHA 042530dView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c71b7c - Browse repository at this point
Copy the full SHA 8c71b7cView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b8b7e7 - Browse repository at this point
Copy the full SHA 0b8b7e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9325d37 - Browse repository at this point
Copy the full SHA 9325d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b8857 - Browse repository at this point
Copy the full SHA 32b8857View commit details
Commits on Nov 2, 2021
-
Merge pull request #1011 from Thrameos/ssize_t
Fix for ssize_t issue on windows
Configuration menu - View commit details
-
Copy full SHA for 77b2aff - Browse repository at this point
Copy the full SHA 77b2affView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf9ed6 - Browse repository at this point
Copy the full SHA bcf9ed6View commit details -
Merge pull request #1012 from Thrameos/classtype_hints
java.lang.Class and arrays conversion hints
Configuration menu - View commit details
-
Copy full SHA for bbdca90 - Browse repository at this point
Copy the full SHA bbdca90View commit details
Commits on Nov 26, 2021
-
fix - #1016: Make functional conversion check argument count
This commit modify functional conversion to check argument count: 1. If the Java functional interface have more parameters than the Python function and the Python function does not accept variable arguments, conversion type is none 2. If the Java functional interface have less parameters than the number of required positional parameters of the Python function, conversion type is none 3. Otherwise, conversion type is implict.
Configuration menu - View commit details
-
Copy full SHA for 80153b1 - Browse repository at this point
Copy the full SHA 80153b1View commit details
Commits on Dec 1, 2021
-
Clear error indicator in functional matches, add @FunctionalInterface …
…to Test classes - The error indicator is potentially set by PyObject_GetAttrString, which will cause an error to be thrown by JP_PY_CHECK (a null check is performed versus doing a PyObject_HasAttrString first). - Add @FunctionalInterface to the interfaces used in the functional overloads test, as the annotation is used to determine if it is possible to cast a Python function to the Java type.
Configuration menu - View commit details
-
Copy full SHA for 5803b3e - Browse repository at this point
Copy the full SHA 5803b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b84f7d - Browse repository at this point
Copy the full SHA 9b84f7dView commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ea0112 - Browse repository at this point
Copy the full SHA 8ea0112View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4b0c837 - Browse repository at this point
Copy the full SHA 4b0c837View commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 97e4bf6 - Browse repository at this point
Copy the full SHA 97e4bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fedf7 - Browse repository at this point
Copy the full SHA 38fedf7View commit details
Commits on Jan 16, 2022
-
Merge pull request #1021 from HyukjinKwon/typo-in-example
Fix java.nio.file import in AutoCloseable example
Configuration menu - View commit details
-
Copy full SHA for 7e12ac6 - Browse repository at this point
Copy the full SHA 7e12ac6View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f8d7d9 - Browse repository at this point
Copy the full SHA 0f8d7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09f008 - Browse repository at this point
Copy the full SHA a09f008View commit details -
Merge pull request #1025 from LukasZahradnik/master
User Guide documentation typos fixes
Configuration menu - View commit details
-
Copy full SHA for cfd5f84 - Browse repository at this point
Copy the full SHA cfd5f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48575d - Browse repository at this point
Copy the full SHA a48575dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 731454d - Browse repository at this point
Copy the full SHA 731454dView commit details
Commits on Feb 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 156f075 - Browse repository at this point
Copy the full SHA 156f075View commit details -
Merge pull request #1026 from Thrameos/numpy_bug
Fix issue with numpy arrays.
Configuration menu - View commit details
-
Copy full SHA for df54340 - Browse repository at this point
Copy the full SHA df54340View commit details -
Merge pull request #1017 from Christopher-Chianelli/issue-1016
fix - #1016: Make functional conversion check argument count
Configuration menu - View commit details
-
Copy full SHA for 1e1564f - Browse repository at this point
Copy the full SHA 1e1564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb2098 - Browse repository at this point
Copy the full SHA 7eb2098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dd810 - Browse repository at this point
Copy the full SHA 18dd810View commit details -
Merge pull request #1032 from Thrameos/javadoc14
Fix for javadoc on Java14+
Configuration menu - View commit details
-
Copy full SHA for 4e46640 - Browse repository at this point
Copy the full SHA 4e46640View commit details -
Merge pull request #1033 from Thrameos/azure3.5
Remove 3.5 from test matrix
Configuration menu - View commit details
-
Copy full SHA for e0939df - Browse repository at this point
Copy the full SHA e0939dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b608f4 - Browse repository at this point
Copy the full SHA 0b608f4View commit details
Commits on Feb 28, 2022
-
Merge pull request #1035 from Thrameos/azure-macos
Fix for macos image
Configuration menu - View commit details
-
Copy full SHA for d578bf3 - Browse repository at this point
Copy the full SHA d578bf3View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55fa68a - Browse repository at this point
Copy the full SHA 55fa68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5108fb7 - Browse repository at this point
Copy the full SHA 5108fb7View commit details -
Merge pull request #969 from Thrameos/cleanup2
Remove line in terminate.
Configuration menu - View commit details
-
Copy full SHA for c704d71 - Browse repository at this point
Copy the full SHA c704d71View commit details
Commits on Apr 5, 2022
-
This might help someone else using Solaris/Unix and having to compile on two different environments.
Configuration menu - View commit details
-
Copy full SHA for d6d3c6e - Browse repository at this point
Copy the full SHA d6d3c6eView commit details
Commits on Apr 7, 2022
-
[readthedocs] install openjdk-8-jdk via apt (#1044)
[readthedocs] install openjdk-8-jdk via apt to be able to compile jpypes java library.
Configuration menu - View commit details
-
Copy full SHA for 8e90e5a - Browse repository at this point
Copy the full SHA 8e90e5aView commit details
There are no files selected for viewing