1. 03 Nov, 2010 6 commits
  2. 02 Nov, 2010 1 commit
    • Vitja Makarov's avatar
      __metaclass__ support · 54031cb0
      Vitja Makarov authored
      Fill class attributes dict before class creation. Use bindings for class methods.
      And use PyCFunction for staticmethods and __new__. Add simple testcase for __metaclass__.
      And test for staticmethod as decorator
      54031cb0
  3. 03 Nov, 2010 16 commits
  4. 02 Nov, 2010 12 commits
  5. 01 Nov, 2010 2 commits
  6. 31 Oct, 2010 3 commits
    • Stefan Behnel's avatar
      Py2.[34] fix · d4fefe87
      Stefan Behnel authored
      d4fefe87
    • Stefan Behnel's avatar
      merge · 626301a5
      Stefan Behnel authored
      626301a5
    • Stefan Behnel's avatar
      simplify auto __test__ dict generation: · 4978fea0
      Stefan Behnel authored
      store docstrings directly in the dict instead of looking them up at module init time
      => much faster, a lot less code, fewer redundant string constants (duplicate strings are unified anyway), and just as good, as docstrings of Cython functions/methods can't currently be changed anyway
      4978fea0