Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 01 Jun 2022 00:47:25 +0200 | Manuel Jacob | py3: catch specific OSError subclasses instead of checking errno |
Tue, 31 May 2022 23:45:33 +0200 | Manuel Jacob | py3: catch ProcessLookupError instead of checking errno == ESRCH |
Tue, 31 May 2022 23:41:15 +0200 | Manuel Jacob | py3: catch PermissionError instead of checking errno == EPERM |
Tue, 31 May 2022 23:38:51 +0200 | Manuel Jacob | py3: catch PermissionError instead of checking errno == EACCES |
Tue, 31 May 2022 22:50:01 +0200 | Manuel Jacob | py3: catch FileNotFoundError instead of checking errno == ENOENT |
Tue, 31 May 2022 21:16:17 +0200 | Manuel Jacob | py3: catch FileExistsError instead of checking errno == EEXIST |