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: oracle/graalpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: oracle/graalpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 38 files changed
  • 3 contributors

Commits on May 20, 2025

  1. Fix torch 2.4.1 patch

    msimacek committed May 20, 2025
    Configuration menu
    Copy the full SHA
    53a7d09 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Add patch for torch 2.7.0

    msimacek committed May 21, 2025
    Configuration menu
    Copy the full SHA
    598f9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a86bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3748e7 View commit details
    Browse the repository at this point in the history
  4. Add patch for protobuf

    msimacek committed May 21, 2025
    Configuration menu
    Copy the full SHA
    2fb8b93 View commit details
    Browse the repository at this point in the history
  5. Intrinsify pbkdf2_hmac

    otethal committed May 21, 2025
    Configuration menu
    Copy the full SHA
    eefc041 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Configuration menu
    Copy the full SHA
    c5edd0f View commit details
    Browse the repository at this point in the history
  2. Implement sysconf in PosixSupportLibrary

    I've added those constants that I found with an online code search being used
    as arguments in various places
    timfel committed May 22, 2025
    Configuration menu
    Copy the full SHA
    b06135f View commit details
    Browse the repository at this point in the history
  3. [GR-65227] Ensure writing same value for all keys in a HashingStorage…

    … handles storage generalization
    timfel committed May 22, 2025
    Configuration menu
    Copy the full SHA
    7f330d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f79076 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. [GR-65186] Add patch for torch 2.7.0 etc.

    PullRequest: graalpython/3804
    msimacek committed May 23, 2025
    Configuration menu
    Copy the full SHA
    9a742db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f50c2 View commit details
    Browse the repository at this point in the history
  3. Fix c_void_p for large and negative values.

    This fixes mesonbuild arch detection on Windows, where they do
    
    kernel32 = ctypes.windll.kernel32
    process = ctypes.c_void_p(kernel32.GetCurrentProcess())
    
    GetCurrentProcess() is documented to return -1, and we refused to convert a
    negative value to a pointer.
    timfel committed May 23, 2025
    Configuration menu
    Copy the full SHA
    50ddfe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18a0da2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    367270a View commit details
    Browse the repository at this point in the history
  6. [GR-65034] Adapt BouncyCastleFeature to changes in JDK 25+23.

    PullRequest: graalpython/3806
    timfel authored and jovanstevanovic committed May 23, 2025
    Configuration menu
    Copy the full SHA
    786878c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. [GR-65176] Fix errors observed in Macaron.

    PullRequest: graalpython/3802
    timfel committed May 24, 2025
    Configuration menu
    Copy the full SHA
    29d7356 View commit details
    Browse the repository at this point in the history
  2. [GR-64570] Intrinsify pbkdf2_hmac

    PullRequest: graalpython/3801
    otethal committed May 24, 2025
    Configuration menu
    Copy the full SHA
    70da40f View commit details
    Browse the repository at this point in the history
Loading