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: JohnCC330/python-librsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smartfile/python-librsync
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
  • 7 files changed
  • 6 contributors

Commits on Nov 13, 2013

  1. Use proper mode when opening temp files.

    This commit fixes smartfile#2. SpooledTemporaryFiles start off as StringIO instances
    and transition to on-disk temp files when the grow beyond 4M. As StringIO
    instances, the opening mode is ignored. Once spooled to disk, the mode is
    enforced.
    
    Since this library chains output from functions to input of the next
    function, reading from returned temporary files is required. Thus the mode
    wb+ is appropriate.
    btimby committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    06a7cc3 View commit details
    Browse the repository at this point in the history
  2. Fixed PEP8 and pyflakes issues.

    Fixed some quality issues introduced in last commit.
    btimby committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    5a18a13 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. Configuration menu
    Copy the full SHA
    1820ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7db50 View commit details
    Browse the repository at this point in the history
  3. Make pep8 happy.

    btimby committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    8de139d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. fix read_cb bug, the modified version should be correct using the lat…

    …est librsync library
    shawn_hsiao
    shawn_hsiao committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    eb80829 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2014

  1. Added tests for issue smartfile#5.

    Travis Cunningham
    Travis Cunningham committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    ffabcc0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'shawnh310-master'

    Travis Cunningham
    Travis Cunningham committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    20a95bc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Update .travis.yml

    Travis Cunningham
    Travis Cunningham committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    fab4775 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Update .travis.yml

    Travis Cunningham
    Travis Cunningham committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    57f23ff View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Update LICENSE

    Travis Cunningham
    Travis Cunningham committed May 5, 2015
    Configuration menu
    Copy the full SHA
    20a6031 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. Added Py3 & Pypy to travis

    ZuluPro committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    88f32d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Merge pull request smartfile#9 from ZuluPro/py3

    Added Py3 & Pypy to travis
    Travis Cunningham
    Travis Cunningham committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    1859a5f View commit details
    Browse the repository at this point in the history
Loading