1. 01 8月, 2014 10 次提交
  2. 29 7月, 2014 1 次提交
  3. 28 7月, 2014 2 次提交
  4. 19 7月, 2014 1 次提交
  5. 18 7月, 2014 1 次提交
  6. 13 7月, 2014 1 次提交
  7. 12 7月, 2014 1 次提交
  8. 06 7月, 2014 1 次提交
  9. 26 6月, 2014 1 次提交
  10. 19 6月, 2014 3 次提交
  11. 17 6月, 2014 2 次提交
  12. 30 5月, 2014 1 次提交
  13. 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
  14. 25 5月, 2014 1 次提交
  15. 23 5月, 2014 1 次提交
  16. 18 5月, 2014 1 次提交
  17. 16 5月, 2014 5 次提交
  18. 11 5月, 2014 2 次提交
  19. 08 5月, 2014 3 次提交