Commit Graph

9 Commits

Author SHA1 Message Date
Fabio Erculiani 51ea669c02 [server] deal with Python bug #16308 2013-08-23 10:58:04 +02:00
Fabio Erculiani d6295b3e00 [entropy*] create const_mkstemp() as tempfile.mkstemp() wrapper.
using /tmp as TMPDIR is a no go, since on modern systems, /tmp is on
tmpfs with a very limited amount of fs size assigned. Use /var/tmp/entropy
(or /var/tmp as fallback) instead.
2013-03-29 12:09:17 +00:00
Fabio Erculiani 1e53daf23d [eit] monkey patch argparse.ArgumentParser to fix UTF-8 strings handling
See bug 4049.
2013-03-11 01:02:22 +00:00
Fabio Erculiani a1e59c352f [server] fix --help output when redirected through pipes, fix bug 4049 2013-03-08 12:55:59 +01:00
Fabio Erculiani 6a69307f4c [eit] add eit-notice man page (and improve automatic man generation functions) 2011-11-14 23:34:37 +01:00
Fabio Erculiani 86fdfbaba0 [eit.*] split ArgumentParser object creation from parsing code 2011-10-17 15:36:49 +02:00
Fabio Erculiani 5d4ba80bcb [eit.commands.notice] use codecs.open() with encoding="utf-8" with edit_file 2011-10-17 11:26:45 +02:00
Fabio Erculiani 00ce25912e [eit.commands.notice] trivial code style update 2011-10-17 11:26:45 +02:00
Fabio Erculiani 18102ecd6d [eit.commands.notice] new command "eit notice" 2011-10-17 11:26:45 +02:00