Skip to content
Snippets Groups Projects
  1. Feb 08, 2016
  2. Jul 26, 2015
  3. Jul 25, 2015
  4. Jun 25, 2015
  5. Jun 19, 2015
  6. Jun 15, 2015
  7. Jun 09, 2015
  8. May 29, 2015
  9. May 27, 2015
  10. 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
  11. May 22, 2015
  12. 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
  13. Feb 09, 2015
  14. Aug 06, 2014
  15. Jun 27, 2014
  16. May 14, 2014
  17. May 08, 2014
  18. May 07, 2014
  19. May 01, 2014
  20. Apr 29, 2014
  21. Apr 28, 2014
  22. Apr 24, 2014
  23. Apr 22, 2014
  24. Apr 17, 2014
  25. Apr 16, 2014
Loading