Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robertpatrick/jython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jython/jython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 33 files changed
  • 3 contributors

Commits on May 18, 2026

  1. 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.
    wfouche authored May 18, 2026
    Configuration menu
    Copy the full SHA
    7c449b8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Fix bug in AstList.__add__ (jython#423)

    Handle slice at end of list as append. Fixes jython#356.
    jeff5 authored May 19, 2026
    Configuration menu
    Copy the full SHA
    0b1cf6b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. Use jffi version 1.3.15 (jython#428)

    * Use jffi version 1.3.15
    
    * Update NEWS file
    wfouche authored May 23, 2026
    Configuration menu
    Copy the full SHA
    cde662b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42aeb2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    0fbffaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354edbf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. 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.
    Stewori authored May 26, 2026
    Configuration menu
    Copy the full SHA
    83ca45e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. 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.
    wfouche authored May 27, 2026
    Configuration menu
    Copy the full SHA
    8493cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Configuration menu
    Copy the full SHA
    ffe2c5c View commit details
    Browse the repository at this point in the history
  2. Update JNR JARs (jython#432)

    jnr-ffi to 2.2.19
    jnr-posix to 3.1.22
    jeff5 authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    bd77d04 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. 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.
    jeff5 authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    29baa0e View commit details
    Browse the repository at this point in the history
Loading