-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: JohnCC330/python-librsync
base: master
head repository: smartfile/python-librsync
compare: master
- 13 commits
- 7 files changed
- 6 contributors
Commits on Nov 13, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 06a7cc3 - Browse repository at this point
Copy the full SHA 06a7cc3View commit details -
Fixed PEP8 and pyflakes issues.
Fixed some quality issues introduced in last commit.
Configuration menu - View commit details
-
Copy full SHA for 5a18a13 - Browse repository at this point
Copy the full SHA 5a18a13View commit details
Commits on Apr 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1820ada - Browse repository at this point
Copy the full SHA 1820adaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7db50 - Browse repository at this point
Copy the full SHA 3b7db50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de139d - Browse repository at this point
Copy the full SHA 8de139dView commit details
Commits on Sep 2, 2014
-
fix read_cb bug, the modified version should be correct using the lat…
…est librsync library
shawn_hsiao committedSep 2, 2014 Configuration menu - View commit details
-
Copy full SHA for eb80829 - Browse repository at this point
Copy the full SHA eb80829View commit details
Commits on Nov 1, 2014
-
Added tests for issue smartfile#5.
Travis Cunningham committedNov 1, 2014 Configuration menu - View commit details
-
Copy full SHA for ffabcc0 - Browse repository at this point
Copy the full SHA ffabcc0View commit details -
Merge branch 'shawnh310-master'
Travis Cunningham committedNov 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 20a95bc - Browse repository at this point
Copy the full SHA 20a95bcView commit details
Commits on Jan 29, 2015
-
Travis Cunningham committedJan 29, 2015 Configuration menu - View commit details
-
Copy full SHA for fab4775 - Browse repository at this point
Copy the full SHA fab4775View commit details
Commits on Mar 25, 2015
-
Travis Cunningham committedMar 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 57f23ff - Browse repository at this point
Copy the full SHA 57f23ffView commit details
Commits on May 5, 2015
-
Travis Cunningham committedMay 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 20a6031 - Browse repository at this point
Copy the full SHA 20a6031View commit details
Commits on Sep 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 88f32d5 - Browse repository at this point
Copy the full SHA 88f32d5View commit details
Commits on Oct 1, 2015
-
Merge pull request smartfile#9 from ZuluPro/py3
Added Py3 & Pypy to travis
Travis Cunningham committedOct 1, 2015 Configuration menu - View commit details
-
Copy full SHA for 1859a5f - Browse repository at this point
Copy the full SHA 1859a5fView 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 master...master