-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: bauman/python-idzip
base: retesting
head repository: bauman/python-idzip
compare: master
- 13 commits
- 19 files changed
- 6 contributors
Commits on May 20, 2018
-
Fix problem when attempting to compress an input buffer larger than a…
… single member when using IdzipWriter
Configuration menu - View commit details
-
Copy full SHA for 5ca5821 - Browse repository at this point
Copy the full SHA 5ca5821View commit details -
accumulate chunk contents in a list to avoid exponentially larger rea…
…llocation of bytestrings when reading large numbers of chunks
Configuration menu - View commit details
-
Copy full SHA for 9c038f3 - Browse repository at this point
Copy the full SHA 9c038f3View commit details -
Fix test for writing large files with IdzipFile to use a number of by…
…tes not evenly divisible by MAX_MEMBER_SIZE
Configuration menu - View commit details
-
Copy full SHA for 1aefaa4 - Browse repository at this point
Copy the full SHA 1aefaa4View commit details
Commits on Jun 9, 2018
-
Merge branch 'master' of https://github.com/bauman/python-idzip into …
…bauman-master
Configuration menu - View commit details
-
Copy full SHA for f66a89a - Browse repository at this point
Copy the full SHA f66a89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b115b19 - Browse repository at this point
Copy the full SHA b115b19View commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ada9720 - Browse repository at this point
Copy the full SHA ada9720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f541e - Browse repository at this point
Copy the full SHA 22f541eView commit details
Commits on Apr 3, 2021
-
Merge pull request #13 from mobiusklein/feature/support_bufferedio_wr…
…apping Support BufferedWriter wrapping of IdzipFile
Configuration menu - View commit details
-
Copy full SHA for ca4bd37 - Browse repository at this point
Copy the full SHA ca4bd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da7927 - Browse repository at this point
Copy the full SHA 2da7927View commit details
Commits on Feb 9, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6ea5e2c - Browse repository at this point
Copy the full SHA 6ea5e2cView commit details
Commits on Feb 15, 2023
-
* IdzipReader: support seeking from SEEK_END. * fix EOF calculation when reading --------- Co-authored-by: Benjamin Moody <benjaminmoody@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a26db0 - Browse repository at this point
Copy the full SHA 2a26db0View commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe6353d - Browse repository at this point
Copy the full SHA fe6353dView commit details -
* updates and testing on newer python versions --------- Co-authored-by: Dan Bauman <b@uman.dev>
Configuration menu - View commit details
-
Copy full SHA for fe2d2e1 - Browse repository at this point
Copy the full SHA fe2d2e1View commit details
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 retesting...master