Comparing hdimer:main...msgpack:main · hdimer/msgpack-python · GitHub
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: hdimer/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.
  • 9 commits
  • 13 files changed
  • 9 contributors

Commits on Aug 14, 2026

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

Commits on Aug 17, 2026

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

Commits on Aug 25, 2026

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

Commits on Aug 26, 2026

  1. Avoid parallel execution of the recursion-limit nesting test on free-…

    …threaded builds (msgpack#729)
    
    The Windows Python 3.15t Actions job was failing in the pure-Python
    fallback test phase under `pytest-run-parallel`. The failure came from
    `test_nest_limit_1024`, which mutates the process-wide recursion limit
    and can race when multiple iterations run concurrently.
    Copilot authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    d374a17 View commit details
    Browse the repository at this point in the history
  2. Raise OverflowError when use_single_float cannot represent a value (m…

    …sgpack#728)
    
    Co-authored-by: Dylan Pulver <dylanpulver@users.noreply.github.com>
    dylanpulver and dylanpulver authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    57d28a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2026

  1. release v1.2.2 (msgpack#730)

    methane authored Aug 27, 2026
    Configuration menu
    Copy the full SHA
    ee1bd3c View commit details
    Browse the repository at this point in the history
  2. release

    methane committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    7381b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2026

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

Commits on Sep 2, 2026

  1. Support packing Python 3.15 frozentdict (PEP 814) (msgpack#738)

    Support packing a Python 3.15 `frozendict`.
    
    This PR doesn't support _unpacking_ into a `frozendict` other than with
    the generic `object_pairs_hook=frozendict`.
    
    ---------
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    edgarrmondragon and Copilot authored Sep 2, 2026
    Configuration menu
    Copy the full SHA
    7a63920 View commit details
    Browse the repository at this point in the history
Loading