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: Chris7/python-zipstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 5 contributors

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 arjan-s#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. 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 arjan-s#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