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.1
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
  • 14 commits
  • 15 files changed
  • 7 contributors

Commits on Jul 26, 2025

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

Commits on Sep 26, 2025

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

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    0f3c4be View commit details
    Browse the repository at this point in the history
  2. release v1.1.2 (#649)

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

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

Commits on Feb 21, 2026

  1. ci: add riscv64 manylinux/musllinux wheels (#664)

    Now that cibuildwheel and PyPI support riscv64, we can start building
    riscv64 wheels.
    
    Because there is no native riscv64 runner available, this PR adds a
    QEMU-based riscv64 job to the cibuildwheel workflow.
    
    Signed-off-by: Julien Stephan <jstephan@baylibre.com>
    justeph authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    6357bc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. fix: check unpack_callback_uint32 result (#666)

    Similar to #665, just a return value check to propagate the error in
    case one happens (instead of silently ignoring it).
    
    Note that as opposed to the previous lines, we don't need to
    `PyErr_SetString` since `unpack_callback_uint32` calls
    `PyLong_FromSize_t` which itself should set whatever Python error is
    relevant; we just need to make it clear to the caller that an error
    occurred.
    KowalskiThomas authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    156bb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d465bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c8be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Fixed README example (#668)

    vallsv authored Apr 26, 2026
    Configuration menu
    Copy the full SHA
    bcf89c7 View commit details
    Browse the repository at this point in the history
Loading