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