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: pycompression/python-zlib-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.14threaded
Choose a base ref
...
head repository: pycompression/python-zlib-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. Merge pull request #70 from pycompression/3.14threaded

    Declare GIL not used
    rhpvorderman authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    018aed8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

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

Commits on Dec 3, 2025

  1. Add windows arm64 wheelbuilding (#73)

    * add arm64 builds & tests, run workflow
    
    * skip cp39 and cp310 on arm64 windows
    
    * add v5 python-setup for arm64 windows
    
    Updated Python setup action for Windows ARM architecture.
    
    * fix typo
    
    * print env variables for windows to debug
    
    * fix pwsh command before build
    
    * run SET
    
    * Specify architecture for MSVC developer prompt
    
    * add arch option to msvc action
    
    * remove SET
    
    * uncomment skipped sections, remove fork branch trigger
    
    * update CHANGELOG.rst
    
    Added version 1.0.1-dev section with a note about Windows arm64 wheel support.
    finnagin authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    07c7f5f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. Fix a crash when calling copy() on a flushed compress object on P…

    …ython 3.15 (#80)
    
    * Fix a crash when calling `copy()` on a flushed compress object on Python 3.15
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    
    * test: Address Pytest 9.1 warnings
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    
    * chore: Allow usage of ` tox -e 3.15 -- <some pytest params>`
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    
    * ci: Add Python 3.15 and 3.15t to CI matrix
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    
    * ci: Replace `macos-13` runner with `macos-15-intel`
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    
    ---------
    
    Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
    edgarrmondragon authored Jul 3, 2026
    Configuration menu
    Copy the full SHA
    10d2ffd View commit details
    Browse the repository at this point in the history
Loading