Skip to content

Releases: schlitzered/pep3143daemon

0.1.0

28 Feb 09:17
Compare
Choose a tag to compare
drop python2 support, fix bug in parent_is_inet

0.0.6

17 Aug 21:34
Compare
Choose a tag to compare
fix detach process: would possibly even if set to False

0.0.5

12 Jan 21:29
Compare
Choose a tag to compare
  • Remove dependency for the six package
  • Make unittests compatible with python 2.7

0.0.4 Merge Pull Requests

30 Dec 08:07
Compare
Choose a tag to compare

merke pull requests from Daniel Farina [fdr]

  • use os._exit instead of sys.exit
  • various stile fixes

0.0.3

14 Nov 09:24
Compare
Choose a tag to compare
bugfix:

if daemon got down hard, and was not able to delete its pidfile, the new daemon append its pidfile. now the pid file is cleared before writing the new pid into it.

0.0.1

15 Sep 13:42
Compare
Choose a tag to compare

Initial Release