-
Notifications
You must be signed in to change notification settings - Fork 225
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: msgpack/msgpack-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0rc1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 39 files changed
- 3 contributors
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e776722 - Browse repository at this point
Copy the full SHA e776722View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2eca765 - Browse repository at this point
Copy the full SHA 2eca765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0602baf - Browse repository at this point
Copy the full SHA 0602bafView commit details
Commits on May 4, 2024
-
Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
Configuration menu - View commit details
-
Copy full SHA for 3e9a2a7 - Browse repository at this point
Copy the full SHA 3e9a2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b389ccf - Browse repository at this point
Copy the full SHA b389ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 526ec9c - Browse repository at this point
Copy the full SHA 526ec9cView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52f8bc2 - Browse repository at this point
Copy the full SHA 52f8bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a97b314 - Browse repository at this point
Copy the full SHA a97b314View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2413f - Browse repository at this point
Copy the full SHA bf2413fView commit details -
packer: add
buf_size
option (#604)And change the default buffer size to 256KiB. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org> Co-authored-by: Rodrigo Tobar <rtobar@icrar.org>
Configuration menu - View commit details
-
Copy full SHA for 72e65fe - Browse repository at this point
Copy the full SHA 72e65feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da5818 - Browse repository at this point
Copy the full SHA 3da5818View commit details -
cython: better exception handling (#606)
- use `except -1` instead of manual error handling - use `PyUnicode_AsUTF8AndSize()` - use `_pack()` and `_pack_inner()` instead of `while True:`
Configuration menu - View commit details
-
Copy full SHA for e106808 - Browse repository at this point
Copy the full SHA e106808View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f0e14 - Browse repository at this point
Copy the full SHA e0f0e14View commit details
Commits on May 6, 2024
-
Cleanup code and pyproject (#608)
* use isort * fallback: use BytesIO instead of StringIO. We had dropped Python 2 already.
Configuration menu - View commit details
-
Copy full SHA for 33e0e86 - Browse repository at this point
Copy the full SHA 33e0e86View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cea8b6 - Browse repository at this point
Copy the full SHA 9cea8b6View commit details -
do not install cython as build dependency (#610)
User can not cythonize during `pip install msgpack`. So remove cython from build dependency. If user need to use another Cython, user should download sdist, unzip, manually cythonize, and `pip install .`.
Configuration menu - View commit details
-
Copy full SHA for 0b1c47b - Browse repository at this point
Copy the full SHA 0b1c47bView commit details
Loading
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 v1.0.8...v1.1.0rc1