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: msgpack/msgpack-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.8
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: v1.1.0rc1
Choose a head ref
  • 16 commits
  • 39 files changed
  • 3 contributors

Commits on Apr 19, 2024

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

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. Stop using c++ (#600)

    Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
    methane authored May 4, 2024
    Configuration menu
    Copy the full SHA
    3e9a2a7 View commit details
    Browse the repository at this point in the history
  2. update README (#561)

    methane authored May 4, 2024
    Configuration menu
    Copy the full SHA
    b389ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    526ec9c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. implement buffer protocol (#602)

    Fix #479
    methane authored May 5, 2024
    Configuration menu
    Copy the full SHA
    52f8bc2 View commit details
    Browse the repository at this point in the history
  2. Remove unused code (#603)

    methane authored May 5, 2024
    Configuration menu
    Copy the full SHA
    a97b314 View commit details
    Browse the repository at this point in the history
  3. ignore msgpack/*.c

    methane committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bf2413f View commit details
    Browse the repository at this point in the history
  4. 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>
    methane and rtobar authored May 5, 2024
    Configuration menu
    Copy the full SHA
    72e65fe View commit details
    Browse the repository at this point in the history
  5. update readme (#605)

    methane authored May 5, 2024
    Configuration menu
    Copy the full SHA
    3da5818 View commit details
    Browse the repository at this point in the history
  6. 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:`
    methane authored May 5, 2024
    Configuration menu
    Copy the full SHA
    e106808 View commit details
    Browse the repository at this point in the history
  7. better error checks (#607)

    * check buffer exports
    * add error messages
    methane authored May 5, 2024
    Configuration menu
    Copy the full SHA
    e0f0e14 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Cleanup code and pyproject (#608)

    * use isort
    * fallback: use BytesIO instead of StringIO. We had dropped Python 2
    already.
    methane authored May 6, 2024
    Configuration menu
    Copy the full SHA
    33e0e86 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Release v1.1.0rc1 (#609)

    methane authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9cea8b6 View commit details
    Browse the repository at this point in the history
  2. 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 .`.
    methane authored May 7, 2024
    Configuration menu
    Copy the full SHA
    0b1c47b View commit details
    Browse the repository at this point in the history
Loading