log tests/killdaemons.py @ 51845:cd72a88c5599 default tip

age author description
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 31 May 2022 23:45:33 +0200 Manuel Jacob py3: catch ProcessLookupError instead of checking errno == ESRCH
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 06 Nov 2020 13:58:59 -0800 Gregory Szorc global: use python3 in shebangs
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 05 May 2018 19:00:03 -0700 Gregory Szorc tests: remove pid file by default
Thu, 15 Jun 2017 21:59:42 -0400 Matt Harbison killdaemons: fix WaitForSingleObject() error handling logic on Windows
Tue, 06 Jun 2017 20:18:06 -0400 Matt Harbison killdaemons: explicitly set the ctypes signatures
Mon, 22 May 2017 21:45:02 -0400 Matt Harbison killdaemons: close pid file before killing processes
Thu, 18 Aug 2016 18:43:48 +0900 Yuya Nishihara killdaemons: prevent killing all user processes by bad pid file
Sat, 16 Apr 2016 05:29:29 +0300 Robert Stanca py3: use absolute_import in killdaemons.py
Mon, 08 Jun 2015 14:21:45 -0500 Matt Mackall tests: make killdaemons.py use DAEMON_PIDS by default
Sat, 11 Apr 2015 18:20:44 -0400 Augie Fackler python3: update killdaemons and run-tests print and exception syntax