1. 26 5月, 2014 1 次提交
    • H
      fix gpg_get_key_addresses · f2c4736f
      Helmut Grohne 提交于
      Do not use codecs.decode(s, "unicode_escape"). It has two issues:
       * When being passed a bytes literal, the returned value becomes a str
         and the decoding operation is locale specific on Python3.
       * When passing a unicode literal, it implicitly encodes to
         sys.getdefaultencoding() (locale specific) on Python2.
      Thus "unicode_escape" is a bad choice in all cases.
      
      For Python2 string_escape works with str, but it hinders a potential
      Python3 port of dak. Use it now, because Python3 is totally broken.
      f2c4736f
  2. 25 5月, 2014 1 次提交
  3. 23 5月, 2014 1 次提交
  4. 18 5月, 2014 1 次提交
  5. 16 5月, 2014 5 次提交
  6. 11 5月, 2014 2 次提交
  7. 08 5月, 2014 3 次提交
  8. 07 5月, 2014 1 次提交
  9. 05 5月, 2014 1 次提交
  10. 26 4月, 2014 1 次提交
  11. 25 4月, 2014 1 次提交
  12. 11 4月, 2014 1 次提交
  13. 02 3月, 2014 4 次提交
  14. 27 2月, 2014 1 次提交
  15. 14 2月, 2014 1 次提交
  16. 10 2月, 2014 1 次提交
  17. 09 2月, 2014 4 次提交
  18. 08 2月, 2014 1 次提交
  19. 06 2月, 2014 1 次提交
  20. 02 2月, 2014 1 次提交
  21. 01 2月, 2014 1 次提交
  22. 28 1月, 2014 3 次提交
  23. 16 1月, 2014 1 次提交
  24. 15 1月, 2014 2 次提交