-
-
Notifications
You must be signed in to change notification settings - Fork 707
Comparing changes
Open a pull request
base repository: gorakhargosh/watchdog
base: v0.7.1
head repository: gorakhargosh/watchdog
compare: v0.8.0
Commits on Feb 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b70fe06 - Browse repository at this point
Copy the full SHA b70fe06View commit details
Commits on Feb 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e37e490 - Browse repository at this point
Copy the full SHA e37e490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bbc15 - Browse repository at this point
Copy the full SHA 54bbc15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f2f53a - Browse repository at this point
Copy the full SHA 2f2f53aView commit details
Commits on Feb 10, 2014
-
fix some tests and add delay for everything that tests modification (…
…mtime have too low precision)
Configuration menu - View commit details
-
Copy full SHA for 9a45398 - Browse repository at this point
Copy the full SHA 9a45398View commit details -
refactor DirectorySnapshot and DirectorySnapshotDiff
includes removal of parameter _copying and method copy, deprecation of methods for DirectorySnapshot
Configuration menu - View commit details
-
Copy full SHA for 2d1b877 - Browse repository at this point
Copy the full SHA 2d1b877View commit details
Commits on Feb 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d071c12 - Browse repository at this point
Copy the full SHA d071c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e71946 - Browse repository at this point
Copy the full SHA 1e71946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 273cc8b - Browse repository at this point
Copy the full SHA 273cc8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 801765f - Browse repository at this point
Copy the full SHA 801765fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5342c - Browse repository at this point
Copy the full SHA 8d5342cView commit details
Commits on Feb 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1fcb7c2 - Browse repository at this point
Copy the full SHA 1fcb7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88ae9e - Browse repository at this point
Copy the full SHA d88ae9eView commit details
Commits on Feb 15, 2014
-
4
Configuration menu - View commit details
-
Copy full SHA for 2c2723d - Browse repository at this point
Copy the full SHA 2c2723dView commit details -
fix mv. shutil.move will silently fail on windows and just delete the…
… source file instead
Configuration menu - View commit details
-
Copy full SHA for 54c2730 - Browse repository at this point
Copy the full SHA 54c2730View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b6640 - Browse repository at this point
Copy the full SHA f8b6640View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf89c14 - Browse repository at this point
Copy the full SHA bf89c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d60a9 - Browse repository at this point
Copy the full SHA 12d60a9View commit details
Commits on Feb 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7252ad5 - Browse repository at this point
Copy the full SHA 7252ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a0a3d - Browse repository at this point
Copy the full SHA 08a0a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5f241 - Browse repository at this point
Copy the full SHA af5f241View commit details
Commits on Feb 22, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7ef8dce - Browse repository at this point
Copy the full SHA 7ef8dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af8469 - Browse repository at this point
Copy the full SHA 2af8469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0090690 - Browse repository at this point
Copy the full SHA 0090690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5200577 - Browse repository at this point
Copy the full SHA 5200577View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59f58d - Browse repository at this point
Copy the full SHA a59f58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af868a - Browse repository at this point
Copy the full SHA 2af868aView commit details
Commits on Feb 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 13c6286 - Browse repository at this point
Copy the full SHA 13c6286View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4282d6 - Browse repository at this point
Copy the full SHA f4282d6View commit details -
avoid calling stat twice for each path by using listdir instead of os…
….walk benchmarked to around twice as fast as old snapshot
Configuration menu - View commit details
-
Copy full SHA for 2b9ecf2 - Browse repository at this point
Copy the full SHA 2b9ecf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfaa083 - Browse repository at this point
Copy the full SHA dfaa083View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce27391 - Browse repository at this point
Copy the full SHA ce27391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2be46 - Browse repository at this point
Copy the full SHA 1a2be46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ee902 - Browse repository at this point
Copy the full SHA 10ee902View commit details
Commits on Mar 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 133ecf3 - Browse repository at this point
Copy the full SHA 133ecf3View commit details -
Merge pull request #223 from Ormod/syntax
win32stat: Change python2 syntax octal integers to also work with py3k
Configuration menu - View commit details
-
Copy full SHA for 1807b38 - Browse repository at this point
Copy the full SHA 1807b38View commit details
Commits on Mar 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d3214cc - Browse repository at this point
Copy the full SHA d3214ccView commit details
Commits on Mar 22, 2014
-
Send the signal to the process group of the spawned process
thus handling all its children in the same group (setsid is needed to get the process into a different group than watchdog)
Configuration menu - View commit details
-
Copy full SHA for 7095e95 - Browse repository at this point
Copy the full SHA 7095e95View commit details
Commits on Mar 23, 2014
-
Merge pull request #225 from berdario/terminate_subprocesses
Terminate all subprocesses
Configuration menu - View commit details
-
Copy full SHA for 3a0f0ec - Browse repository at this point
Copy the full SHA 3a0f0ecView commit details
Commits on Mar 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 060e59a - Browse repository at this point
Copy the full SHA 060e59aView commit details
Commits on Mar 31, 2014
-
Merge pull request #228 from cro/no-parallel-option
Convert patch for --no-parallel to a PR
Configuration menu - View commit details
-
Copy full SHA for a5d0f5d - Browse repository at this point
Copy the full SHA a5d0f5dView commit details
Commits on Apr 1, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3bcd354 - Browse repository at this point
Copy the full SHA 3bcd354View commit details
Commits on Apr 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ff42831 - Browse repository at this point
Copy the full SHA ff42831View commit details
Commits on Apr 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 68a32e3 - Browse repository at this point
Copy the full SHA 68a32e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e5db0 - Browse repository at this point
Copy the full SHA b8e5db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f095a2 - Browse repository at this point
Copy the full SHA 2f095a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45a6dc - Browse repository at this point
Copy the full SHA c45a6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ecfdc - Browse repository at this point
Copy the full SHA 87ecfdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e58e2 - Browse repository at this point
Copy the full SHA 66e58e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd649a0 - Browse repository at this point
Copy the full SHA cd649a0View commit details
There are no files selected for viewing