1. 02 Dec, 2003 1 commit
  2. 01 Dec, 2003 6 commits
  3. 30 Nov, 2003 3 commits
  4. 29 Nov, 2003 2 commits
  5. 28 Nov, 2003 2 commits
  6. 27 Nov, 2003 6 commits
  7. 26 Nov, 2003 6 commits
  8. 25 Nov, 2003 4 commits
  9. 24 Nov, 2003 7 commits
  10. 23 Nov, 2003 2 commits
  11. 22 Nov, 2003 1 commit
    • Guido van Rossum's avatar
      - When method objects have an attribute that can be satisfied either · baf0f8f2
      Guido van Rossum authored
        by the function object or by the method object, the function
        object's attribute usually wins.  Christian Tismer pointed out that
        that this is really a mistake, because this only happens for special
        methods (like __reduce__) where the method object's version is
        really more appropriate than the function's attribute.  So from now
        on, all method attributes will have precedence over function
        attributes with the same name.
      baf0f8f2