1. 28 Jul, 2015 3 commits
    • Kevin Modzelewski's avatar
      Templatize getitemInternal · ed14dd77
      Kevin Modzelewski authored
      For use of PyObject_GetItem
      
      django_template3 ends up calling this a fair amount via unicode_translate
      (ie it checks to see if certain entries are in the translation table).
      ed14dd77
    • Kevin Modzelewski's avatar
      Fix exception handling in lookup_maybe · 729feee3
      Kevin Modzelewski authored
      729feee3
    • Kevin Modzelewski's avatar
      Partially-templatize len · 4a114aaa
      Kevin Modzelewski authored
      The exceptions thrown by len itself can now be either style,
      though any exceptions thrown by any called functions (ex __len__)
      will still get thrown as C++ exceptions and converted if needed.
      
      Helps in a common case of "try calling len but don't worry if no
      len was defined".
      4a114aaa
  2. 27 Jul, 2015 11 commits
  3. 24 Jul, 2015 12 commits
  4. 23 Jul, 2015 14 commits