Tue, 31 May 2022 23:41:15 +0200 | Manuel Jacob | py3: catch PermissionError instead of checking errno == EPERM | changeset | files |
Tue, 31 May 2022 23:38:51 +0200 | Manuel Jacob | py3: catch PermissionError instead of checking errno == EACCES | changeset | files |
Tue, 31 May 2022 22:50:01 +0200 | Manuel Jacob | py3: catch FileNotFoundError instead of checking errno == ENOENT | changeset | files |
Tue, 31 May 2022 21:16:17 +0200 | Manuel Jacob | py3: catch FileExistsError instead of checking errno == EEXIST | changeset | files |
Tue, 31 May 2022 16:54:58 +0200 | Manuel Jacob | py3: catch BrokenPipeError instead of checking errno == EPIPE | changeset | files |
Tue, 31 May 2022 04:18:22 +0200 | Manuel Jacob | py3: catch ChildProcessError instead of checking errno == ECHILD | changeset | files |
Tue, 31 May 2022 04:11:34 +0200 | Manuel Jacob | py3: remove retry on EINTR errno | changeset | files |