1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/contrib
Jacob Nevins 329a4cdd79 authplugin-example.py: Flush stderr.
Python 3's stderr was fully-buffered when non-interactive, unlike
Python 2 and more or less everything else, until 3.9 in 2020(!):
https://bugs.python.org/issue13601

(It would be less faff to sys.stderr.reconfigure(line_buffering=True)
at the start, but that was only added in 3.7, whereas the 'flush'
argument to print() dates back to 3.3, so I chose that to minimise
the risk of version dependencies getting in the way of using this as
a working example.)
2022-10-24 12:52:44 +01:00
..
cygtermd Whitespace rationalisation of entire code base. 2019-09-08 20:29:21 +01:00
authplugin-example.py authplugin-example.py: Flush stderr. 2022-10-24 12:52:44 +01:00
encodelib.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00
gdb.py contrib/gdb.py: add a pretty-printer for ptrlen. 2022-05-02 11:07:28 +01:00
kh2reg.py kh2reg: stop using deprecated base64.decodestring. 2020-03-09 19:27:17 +00:00
logparse.pl Whitespace rationalisation of entire code base. 2019-09-08 20:29:21 +01:00
logrewrap.pl Replace all uses of Perl <> with <<>>. 2019-01-25 20:20:37 +00:00
make1305.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00
nice-ibeam.cur Commit my replacement Windows I-beam mouse pointer. 2015-05-28 18:14:14 +01:00
plinkfs New script contrib/plinkfs. 2020-08-04 18:56:47 +01:00
proveprime.py New script contrib/proveprime.py. 2021-06-12 13:50:51 +01:00
samplekex.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00