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: methane/msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 18 files changed
  • 10 contributors

Commits on Jun 1, 2026

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

Commits on Jun 2, 2026

  1. Add no-GIL interpreter support (msgpack#641)

    Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
    Co-authored-by: Frank Dana <ferdnyc@gmail.com>
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    4 people authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    9de2fd9 View commit details
    Browse the repository at this point in the history
  2. skip recursion limit test on free-threaded CPython builds (msgpack#679)

    For some reason, it seems that the recursion limit cannot be avoided
    in free-threaded CPython on GitHub Actions, so I will skip the test.
    methane authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    b83a0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98d2c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975a2a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e861f75 View commit details
    Browse the repository at this point in the history
  6. change changelog format to markdown (msgpack#680)

    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    methane and Copilot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    6cd7574 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Configuration menu
    Copy the full SHA
    e327a0e View commit details
    Browse the repository at this point in the history
  2. Bump sys.setrecursionlimit within test_nest_limit_1024 (msgpack#682)

    Fixes test failures with no-GIL interpreters
    clin1234 authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    d627d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df7136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77395c1 View commit details
    Browse the repository at this point in the history
  5. release v1.2.0rc1 (msgpack#681)

    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    methane and Copilot authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    5eb57e1 View commit details
    Browse the repository at this point in the history
  6. Wheels CI hangs for MacOS Intel (msgpack#689)

    - Fix wheels generation for MacOS Intel, which is hanging due to gha VM
    brownout:
    https://github.com/msgpack/msgpack-python/actions/runs/26874183762/job/79271522595
    - Run tests on MacOS Intel and on Ubuntu ARM
    crusaderky authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    cdde1b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97ba6ca View commit details
    Browse the repository at this point in the history
Loading