1. 30 5月, 2014 1 次提交
  2. 26 5月, 2014 2 次提交
    • A
    • 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
  3. 25 5月, 2014 1 次提交
  4. 23 5月, 2014 1 次提交
  5. 18 5月, 2014 1 次提交
  6. 16 5月, 2014 5 次提交
  7. 11 5月, 2014 2 次提交
  8. 08 5月, 2014 3 次提交
  9. 07 5月, 2014 1 次提交
  10. 05 5月, 2014 1 次提交
  11. 26 4月, 2014 1 次提交
  12. 25 4月, 2014 1 次提交
  13. 11 4月, 2014 1 次提交
  14. 02 3月, 2014 4 次提交
  15. 27 2月, 2014 1 次提交
  16. 14 2月, 2014 1 次提交
  17. 10 2月, 2014 1 次提交
  18. 09 2月, 2014 4 次提交
  19. 08 2月, 2014 1 次提交
  20. 06 2月, 2014 1 次提交
  21. 02 2月, 2014 1 次提交
  22. 01 2月, 2014 1 次提交
  23. 28 1月, 2014 3 次提交
  24. 16 1月, 2014 1 次提交