Skip to content
Snippets Groups Projects
  1. May 27, 2015
  2. May 23, 2015
    • Sharif Nassar's avatar
      Make more idiomatic · deaf7c57
      Sharif Nassar authored
      * Some whitespace cleanup
      * Some 'not x in y' to 'x not in y'
      * Switch 'dict.has_key(key)' to 'key in dict'
      * Change from try/except on error lookup to error.get()
      deaf7c57
  3. May 22, 2015
  4. May 21, 2015
    • Marc Tamsky's avatar
      catch KeyErrors in error formatter · 5e59da36
      Marc Tamsky authored
      example of `content` that throws KeyError
      ```
      content = {u'errors': [{u'subject': u'token', u'type': u'invalid_token'}],
       u'message': u'Invalid token'}
      ```
      5e59da36
  5. Feb 09, 2015
  6. Aug 06, 2014
  7. Jun 27, 2014
  8. May 14, 2014
  9. May 08, 2014
  10. May 07, 2014
  11. May 01, 2014
  12. Apr 29, 2014
  13. Apr 28, 2014
  14. Apr 24, 2014
  15. Apr 22, 2014
  16. Apr 17, 2014
  17. Apr 16, 2014
Loading