1. 30 Apr, 2010 7 commits
  2. 24 Apr, 2010 1 commit
  3. 23 Apr, 2010 3 commits
  4. 22 Apr, 2010 2 commits
  5. 21 Apr, 2010 2 commits
  6. 19 Apr, 2010 3 commits
  7. 18 Apr, 2010 5 commits
  8. 17 Apr, 2010 1 commit
  9. 16 Apr, 2010 5 commits
  10. 15 Apr, 2010 1 commit
  11. 14 Apr, 2010 7 commits
  12. 13 Apr, 2010 3 commits
    • Hanno Schlichting's avatar
      Add a change entry for Martin's fix · eba1a68a
      Hanno Schlichting authored
      eba1a68a
    • 's avatar
      simplified code: The 'can_raise' check was broken and useless. · 254445ba
      authored
      - *Broken* because re-raising doesn't work with more than one required argument. "Needs to be able to take more than two arguments" was a wrong assumption.
      - *Useless* because the code below never tries to re-raise rendered errors. That's the reason why the wrong check never caused trouble.
      254445ba
    • 's avatar
      simplified code: · 8e7f7d56
      authored
      'handle_errors' is *always* true at this point because otherwise the error would have been re-raised in line 270.
      Removed the raise statement because it was unreachable.
      8e7f7d56