FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing allanlei:master...arjan-s:master · allanlei/python-zipstream · GitHub

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: allanlei/python-zipstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: arjan-s/python-zipstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 7 files changed
  • 8 contributors

Commits on Mar 23, 2017

  1. Allow passing buffer_size to write_iter and writestr

    Arjan Schrijver committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    dc75021 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge remote-tracking branch 'allanlei/master'

    Arjan Schrijver committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    c5a7916 View commit details
    Browse the repository at this point in the history
  2. New release of forked package

    Arjan Schrijver committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    7e861b1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Add partial flushing of ZipStreams

    I use this to flush partial zips as files are streamed into
     them from requests, and then at the end add manifest and
     error files to the end of the archive
    
    I've also added a related test and example of use
    kageurufu committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4ea51e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #1 from DisruptiveLabs/partial-flush

    Add partial flushing of ZipStreams
    arjan-s authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e9cbf2f View commit details
    Browse the repository at this point in the history
  2. Release 1.1.6

    Arjan Schrijver committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    981c2b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Find compression type.

    ryanlovett authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    de64a6e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge pull request #2 from ryanlovett/patch-1

    Find compression type.
    arjan-s authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    8dca8a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Stream data in order it was received

    When flushing, stream out the iterators in First in first out order. Python `pop()` with no arguments would take the last path but I think it makes sense to stream the first things first.
    
    We ran into this issue where we add a bunch of files which depend on long-running futures to provide the data. The futures hit a server which processes them roughly in order, so we get better streaming performance if we make this change.
    jakepoz authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e463651 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Merge pull request #4 from jakepoz/patch-1

    Stream data in order it was received
    arjan-s authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4945e55 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.7

    Arjan Schrijver committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    574b22f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Create CHANGELOG.md

    arjan-s authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    58bfa8e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

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

Commits on Sep 14, 2020

  1. Add date_time parameter to writestr() too

    Arjan Schrijver committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a2b5b8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from okmetti/add_datetime_to_write_iter

    Arjan Schrijver committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0a6f02a View commit details
    Browse the repository at this point in the history
  3. Release 1.1.8

    Arjan Schrijver committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    961886f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. fix readme example

    beckedorf committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    add237d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge pull request #12 from beckedorf/fix-readme

    fix readme example
    arjan-s authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5f51df5 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL