Skip to content
Snippets Groups Projects
  1. Mar 25, 2016
    • Eric S. Raymond's avatar
      Merge branch 'master' into 'master' · 86178b06
      Eric S. Raymond authored
      Fix irk for Python 3 and Unicode input
      
      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.
      
      See merge request !7
      86178b06
    • Laurent Bachelier's avatar
      Fix irk for Python 3 and Unicode input · 0764f07c
      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.
      0764f07c
  2. Mar 14, 2016
  3. Mar 11, 2016
  4. Mar 10, 2016
  5. Mar 09, 2016
  6. Mar 08, 2016
  7. Feb 18, 2016
  8. Jan 27, 2016
  9. Jan 12, 2016
  10. Dec 04, 2015
  11. Nov 25, 2015
    • Giles Malet's avatar
      Fix confusing / incorrect instruction in install.txt · 4d0a21c1
      Giles Malet authored
      It suggests to use options -d 1 or 2 to control logging output,
      when in fact irkerd uses the syslog levels. Changed to say -d
      info / debug, so we don't get an error when doing as the install
      instructions suggest.
      4d0a21c1
  12. Nov 22, 2015
  13. Nov 21, 2015
  14. Oct 17, 2015
  15. Jul 03, 2015
  16. Jun 15, 2015
  17. Jun 14, 2015
Loading