-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: robertpatrick/jython
base: master
head repository: jython/jython
compare: master
- 11 commits
- 33 files changed
- 3 contributors
Commits on May 18, 2026
-
Use property stdout.encoding in place of sun.stdout.encoding where av…
…ailable (jython#407) Newer versions of Java do not define property `sun.stdout.encoding`. We also map Windows code page 65001 to Python utf-8 where we find it, mimicking Java 19+. Fixes jython#384. Fixes jython#404.
Configuration menu - View commit details
-
Copy full SHA for 7c449b8 - Browse repository at this point
Copy the full SHA 7c449b8View commit details
Commits on May 19, 2026
-
Fix bug in AstList.__add__ (jython#423)
Handle slice at end of list as append. Fixes jython#356.
Configuration menu - View commit details
-
Copy full SHA for 0b1cf6b - Browse repository at this point
Copy the full SHA 0b1cf6bView commit details
Commits on May 23, 2026
-
Use jffi version 1.3.15 (jython#428)
* Use jffi version 1.3.15 * Update NEWS file
Configuration menu - View commit details
-
Copy full SHA for cde662b - Browse repository at this point
Copy the full SHA cde662bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a42aeb2 - Browse repository at this point
Copy the full SHA a42aeb2View commit details
Commits on May 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0fbffaa - Browse repository at this point
Copy the full SHA 0fbffaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354edbf - Browse repository at this point
Copy the full SHA 354edbfView commit details
Commits on May 26, 2026
-
Add @documented to all annotations in org.python.expose. (jython#415)
* Update README.md * Added @documented to all annotations in org.python.expose. * Improve Javadoc: consistently use Returns if the returns block would be the only content. Change initiate to initialize.
Configuration menu - View commit details
-
Copy full SHA for 83ca45e - Browse repository at this point
Copy the full SHA 83ca45eView commit details
Commits on May 27, 2026
-
Enable native access in executable JARs
Support use from JDK 25 by adding Enable-Native-Access=ALL-UNNAMED to JARs that have a main class. Partially addresses compatibility with Java 25.
Configuration menu - View commit details
-
Copy full SHA for 8493cb3 - Browse repository at this point
Copy the full SHA 8493cb3View commit details
Commits on Jun 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ffe2c5c - Browse repository at this point
Copy the full SHA ffe2c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd77d04 - Browse repository at this point
Copy the full SHA bd77d04View commit details
Commits on Jun 9, 2026
-
Add Java 17 and 25 regrtest CI matrix (jython#433)
The intention is that these jobs be dispatched manually, since at first they will not pass, so we can see progress to Java 17 and 25 compatibility on demand.
Configuration menu - View commit details
-
Copy full SHA for 29baa0e - Browse repository at this point
Copy the full SHA 29baa0eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master