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.5
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.0.6rc1
Choose a head ref
  • 14 commits
  • 37 files changed
  • 5 contributors

Commits on Mar 8, 2023

  1. Action: Update test workflow

    methane committed Mar 8, 2023
    Copy the full SHA
    0516c2c View commit details

Commits on Mar 31, 2023

  1. Add security policy

    methane committed Mar 31, 2023
    Copy the full SHA
    802cbc9 View commit details

Commits on Apr 8, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    45f8486 View commit details

Commits on May 21, 2023

  1. Drop python2 support (#519)

    The PR removes python2 references and cases.
    
    Close #518
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    sblondon and methane authored May 21, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    feec062 View commit details

Commits on May 23, 2023

  1. Drop Python 3.6 support (#543)

    The following steps have been taken:
    
    1. Black was updated to latest version. The code has been formatted with
    the new version.
    2. The pyupgrade utility is installed. This helped to remove all the
    code that was needed to support Python < 3.7.
    
    Fix #541.
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    evgenymarkov and methane authored May 23, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8d0751 View commit details

Commits on Jul 20, 2023

  1. Copy the full SHA
    e5249f8 View commit details

Commits on Jul 21, 2023

  1. try Cython 3.0 (#548)

    methane authored Jul 21, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    427736b View commit details

Commits on Aug 9, 2023

  1. start v1.0.6 development

    methane committed Aug 9, 2023
    Copy the full SHA
    7cfced5 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    715126c View commit details

Commits on Aug 31, 2023

  1. sphinx-related work (#554)

    fixes #510
    ThomasWaldmann authored Aug 31, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7b75b4f View commit details

Commits on Sep 5, 2023

  1. move project metadata to pyproject.toml (#555)

    also: replace flake8 by ruff.
    ThomasWaldmann authored Sep 5, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    423c6df View commit details

Commits on Sep 7, 2023

  1. add a basic .readthedocs.yaml file (#558)

    ThomasWaldmann authored Sep 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ef15f4a View commit details

Commits on Sep 12, 2023

  1. fix .readthedocs.yaml, fixes #559 (#560)

    ThomasWaldmann authored Sep 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    41d6239 View commit details

Commits on Sep 13, 2023

  1. prepare for 1.0.6rc1 (#557)

    methane authored Sep 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4e10c10 View commit details
Loading