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