-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: DiamondLightSource/msgpack-python
base: main
head repository: msgpack/msgpack-python
compare: main
- 13 commits
- 17 files changed
- 9 contributors
Commits on Jul 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3f5d0d7 - Browse repository at this point
Copy the full SHA 3f5d0d7View commit details
Commits on Aug 5, 2026
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 091ae20 - Browse repository at this point
Copy the full SHA 091ae20View commit details
Commits on Aug 6, 2026
-
Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the all-dep…
…endencies group (msgpack#721)
Configuration menu - View commit details
-
Copy full SHA for ea6b84f - Browse repository at this point
Copy the full SHA ea6b84fView commit details
Commits on Aug 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 186d4db - Browse repository at this point
Copy the full SHA 186d4dbView commit details
Commits on Aug 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 809bfcd - Browse repository at this point
Copy the full SHA 809bfcdView commit details
Commits on Aug 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9f9bdae - Browse repository at this point
Copy the full SHA 9f9bdaeView commit details
Commits on Aug 17, 2026
-
fix: translate RecursionError to StackError in fallback Unpacker.skip…
…() (msgpack#727) Finding msgpack#6 of msgpack#683.
Configuration menu - View commit details
-
Copy full SHA for 2e4be09 - Browse repository at this point
Copy the full SHA 2e4be09View commit details
Commits on Aug 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e94e1dc - Browse repository at this point
Copy the full SHA e94e1dcView commit details
Commits on Aug 26, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for d374a17 - Browse repository at this point
Copy the full SHA d374a17View commit details -
Raise OverflowError when use_single_float cannot represent a value (m…
…sgpack#728) Co-authored-by: Dylan Pulver <dylanpulver@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57d28a2 - Browse repository at this point
Copy the full SHA 57d28a2View commit details
Commits on Aug 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ee1bd3c - Browse repository at this point
Copy the full SHA ee1bd3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7381b31 - Browse repository at this point
Copy the full SHA 7381b31View commit details
Commits on Aug 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9f4909c - Browse repository at this point
Copy the full SHA 9f4909cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main