1. 27 Apr, 2017 1 commit
    • Nick Douma's avatar
      Use a different method to lookup base classes on Jython · b1cb67c7
      Nick Douma authored
      Jython seems to implement inspect.getmro differently, which causes
      any classes with the same name as a class lower in the MRO not to
      be returned.
      
      This patch offloads the MRO lookup to a separate function, which
      implements different logic for Jython only.
      
      Ref #1024
      b1cb67c7
  2. 19 Apr, 2017 1 commit
  3. 18 Apr, 2017 6 commits
  4. 16 Apr, 2017 2 commits
  5. 15 Apr, 2017 5 commits
  6. 13 Apr, 2017 1 commit
  7. 12 Apr, 2017 1 commit
  8. 10 Apr, 2017 8 commits
  9. 08 Apr, 2017 15 commits