| Thu, 26 Feb 2026 09:46:02 -0500 |
John Rouillard |
fix: replace except: with except Exception: (by haosenwang1018@github)
|
| Tue, 22 Nov 2022 14:29:42 +0100 |
Ralf Schlatterbeck |
issue2551195: port scripts to argparse
|
| Tue, 24 Jul 2018 23:47:10 +0000 |
Joseph Myers |
Python 3 preparation: replace raw_input uses.
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Tue, 24 Jul 2018 21:39:58 +0000 |
Joseph Myers |
Python 3 preparation: "raise" syntax.
|
| Tue, 24 Jul 2018 09:54:52 +0000 |
Joseph Myers |
Python 3 preparation: convert print to a function.
|
| Sun, 10 Jul 2016 21:53:44 -0400 |
John Rouillard |
issue2550776: fix missing intialization
|
| Fri, 17 Sep 2010 06:47:58 +0000 |
Ralf Schlatterbeck |
- more logger fixes, sorry for the noise.
|
| Thu, 27 Apr 2006 04:59:37 +0000 |
Richard Jones |
umask is now configurable (with the same 0002 default)
|
| Fri, 18 Feb 2005 12:31:47 +0000 |
Alexander Smishlajev |
reformat
|
| Mon, 14 Feb 2005 06:09:14 +0000 |
Richard Jones |
added "imapServer.py" script (patch [SF#934567])
|