FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing dynapx:main...msgpack:main · dynapx/msgpack-python · GitHub

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: dynapx/msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
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
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 17 files changed
  • 9 contributors

Commits on Jul 10, 2026

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

Commits on Jul 29, 2026

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

Commits on Aug 5, 2026

  1. fix: use-after-free in unpackb() ExtraData path for non-contiguous in…

    …put (msgpack#722)
    
    Fixes msgpack#720.
    
    # Problem
    
    For non-contiguous input, `get_data_from_buffer()` releases the original
    view and makes a temporary contiguous copy, so `buf` points into memory
    owned by `view`.
    ThomasWaldmann authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    091ae20 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2026

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

Commits on Aug 11, 2026

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

Commits on Aug 12, 2026

  1. remove unused variable

    methane committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    809bfcd View commit details
    Browse the repository at this point in the history

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
Loading

Back | FazBrowse Home | New Git URL