Skip to content
  1. Jun 17, 2011
  2. Oct 03, 2010
  3. Oct 01, 2010
  4. Sep 30, 2010
  5. Apr 15, 2010
  6. Mar 18, 2010
  7. Feb 28, 2010
  8. Feb 16, 2010
  9. Feb 15, 2010
    • Nathan Froyd's avatar
      fix formats that explicitly test for particular characters · 87fa2cd7
      Nathan Froyd authored
      base32, base64, and ascii85 all need to check for particular characters:
      CONVERTER logic in the decoding functions was misinterpreted for this
      case.  CONVERTER is really for turning elements of the input sequence
      into integers and was inappropriately being used to try to convert the
      special characters into integers, which didn't work when decoding octet
      vectors.
      
      For those checks, explicitly check the type of sequence we're decoding
      from and take the appropriate transformation on the special character.
      87fa2cd7
    • Nathan Froyd's avatar
      add tests for distinct element types · a123e91d
      Nathan Froyd authored
      Make sure we run tests that exercise the :ELEMENT-TYPE keyword argument
      to ENCODE.  Also make sure that DECODE can handle inputs that aren't
      necessarily strings.
      a123e91d
  10. Feb 14, 2010
  11. Feb 13, 2010