1. 17 Apr, 2009 4 commits
  2. 16 Apr, 2009 7 commits
  3. 15 Apr, 2009 3 commits
  4. 14 Apr, 2009 4 commits
  5. 13 Apr, 2009 10 commits
  6. 12 Apr, 2009 11 commits
  7. 11 Apr, 2009 1 commit
    • Georg Brandl's avatar
      Merged revisions 71024,71058 via svnmerge from · 406b3d89
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71024 | georg.brandl | 2009-04-02 04:47:44 +0200 (Do, 02 Apr 2009) | 4 lines
      
        In PyErr_GivenExceptionMatches, temporarily bump the recursion
        limit, so that in the most common case PyObject_IsSubclass will
        not raise a recursion error we have to ignore anyway.
      ........
        r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines
      
        PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
        call on hitting the recursion limit into just assigning it to the arguments provided.
      ........
      406b3d89