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: msgpack/msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: msgpack/msgpack-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    ef4f83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2546ea View commit details
    Browse the repository at this point in the history
  3. cython: freethreading_compatible (#654)

    ```
    $ v3/bin/python -VV
    Python 3.14.0 free-threading build (main, Oct  7 2025, 15:35:12) [Clang 20.1.4 ]
    
    $ v3/bin/python -c 'import sys,msgpack; print(sys._is_gil_enabled())'
    False
    ```
    methane authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    af45640 View commit details
    Browse the repository at this point in the history
  4. drop Python 3.9 (#656)

    methane authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    c1ecd23 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    f980636 View commit details
    Browse the repository at this point in the history
Loading