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: bauman/python-idzip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: retesting
Choose a base ref
...
head repository: bauman/python-idzip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 6 contributors

Commits on May 20, 2018

  1. Fix problem when attempting to compress an input buffer larger than a…

    … single member when using IdzipWriter
    mobiusklein committed May 20, 2018
    Configuration menu
    Copy the full SHA
    5ca5821 View commit details
    Browse the repository at this point in the history
  2. accumulate chunk contents in a list to avoid exponentially larger rea…

    …llocation of bytestrings when reading large numbers of chunks
    mobiusklein committed May 20, 2018
    Configuration menu
    Copy the full SHA
    9c038f3 View commit details
    Browse the repository at this point in the history
  3. Fix test for writing large files with IdzipFile to use a number of by…

    …tes not evenly divisible by MAX_MEMBER_SIZE
    mobiusklein committed May 20, 2018
    Configuration menu
    Copy the full SHA
    1aefaa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

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

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    ada9720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f541e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Merge pull request #13 from mobiusklein/feature/support_bufferedio_wr…

    …apping
    
    Support BufferedWriter wrapping of IdzipFile
    bauman authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    ca4bd37 View commit details
    Browse the repository at this point in the history
  2. 0.3.7

    bauman committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    2da7927 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. File API Changes from contributors (#17)

    * Fix bug in api.compress() - flush not called
    
    * IdzipReader: seek() should return the new absolute position.
    
    To be compatible with the standard Python file object API (io.IOBase),
    the seek method should return the new absolute position as an integer.
    
    * Update test.yaml
    
    Modernize python versions
    
    * 0.3.8
    
    bump version
    
    ---------
    
    Co-authored-by: Andrei Suiu <andrei.suiu@gmail.com>
    Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>
    3 people authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6ea5e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Seek end behavior (#21) (#22)

    * IdzipReader: support seeking from SEEK_END.
    
    
    * fix EOF calculation when reading
    
    
    
    ---------
    
    Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>
    bauman and Benjamin Moody authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2a26db0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    fe6353d View commit details
    Browse the repository at this point in the history
  2. Updates (#24)

    * updates and testing on newer python versions
    
    ---------
    
    Co-authored-by: Dan Bauman <b@uman.dev>
    bauman and Dan Bauman authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    fe2d2e1 View commit details
    Browse the repository at this point in the history
Loading