- Jun 29, 2020
-
-
Eric S. Raymond authored
-
- Mar 25, 2016
-
-
Laurent Bachelier authored
There were several issues: - json.dumps does not have an encoding parameter in Python 3. - Forcing the json.dumps encoding to ASCII prevents any non-ASCII character in the message. To avoid having non-ASCII characters in the *dump*, the only needed parameter is ensure_ascii=True which is the default. - To coerce a str to bytes in Python 3, an encoding must be provided even when it only contains ASCII characters. The solution is to use the encode() method which is available in both versions.
-
- Feb 18, 2016
-
-
Eric S. Raymond authored
Reverts some 2to3 botches.
-
- Jan 27, 2016
-
-
Eric S. Raymond authored
-
- Nov 22, 2015
-
-
Eric S. Raymond authored
-
- Oct 17, 2015
-
-
Eric S. Raymond authored
-
- Apr 02, 2015
-
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
- Jun 15, 2014
-
-
Eric S. Raymond authored
-
- May 30, 2014
-
-
Beat Bolli authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Beat Bolli authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Beat Bolli authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Beat Bolli authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
Beat Bolli authored
Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- Dec 01, 2013
-
-
Eric S. Raymond authored
-
- Nov 30, 2013
-
-
Eric S. Raymond authored
-
- Nov 27, 2013
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Perplexingly, the terminate() method call doesn't.
-
- May 17, 2013
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- Oct 10, 2012
-
-
Laurent Bachelier authored
Usage: outcmd|irk target - Sending "-" is still possible by echo -|irk target - Signed-off-by:
Eric S. Raymond <esr@thyrsus.com>
-
- Oct 07, 2012
-
-
Eric S. Raymond authored
-
- Oct 06, 2012
-
-
Eric S. Raymond authored
-
- Oct 05, 2012
-
-
Eric S. Raymond authored
-