Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compatibility with older versions of lockfile module | Oliver Poignant | 2016-06-13 | 1 | -1/+7 |
| | |||||
* | Import AlreadyLocked in method instead | Oliver Poignant | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | AlreadyLocked imported in lock.py lockfile | rodolpho.pivetta | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | Windows does not support all of *nix's signals, so check before... | Vlad Ionescu | 2016-05-25 | 1 | -20/+15 |
| | | | | | | | | Relying on them. The Python documentation mentions which signals are supported (emulated, really) on Windows. "On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case." From https://docs.python.org/3/library/signal.html#signal.signal | ||||
* | Changing log levels and cleaning up console output | Oliver Poignant | 2016-05-12 | 1 | -3/+3 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 1 | -0/+52 |