1. 19 Sep, 2008 1 commit
  2. 18 Sep, 2008 2 commits
  3. 17 Sep, 2008 1 commit
  4. 14 Sep, 2008 2 commits
  5. 13 Sep, 2008 3 commits
  6. 10 Sep, 2008 3 commits
  7. 07 Sep, 2008 1 commit
  8. 06 Sep, 2008 1 commit
  9. 05 Sep, 2008 3 commits
  10. 04 Sep, 2008 4 commits
  11. 03 Sep, 2008 5 commits
  12. 02 Sep, 2008 2 commits
    • Stefan Behnel's avatar
      safety fix · 7539be67
      Stefan Behnel authored
      7539be67
    • Stefan Behnel's avatar
      new exception handling semantics · 707ce62b
      Stefan Behnel authored
      - the original exception status will be saved when entering a try: block
      - sys.exc_info() will be reset after a successful except: block
      
      This mimics the behaviour of Py3 and prevents exceptions, tracebacks
      and frames (i.e. deep function state) from staying alive
      any longer than necessary to handle an exception.
      
      The new semantics imply that a try: block is no longer free, but it is still very cheap.
      707ce62b
  13. 01 Sep, 2008 6 commits
  14. 31 Aug, 2008 3 commits
  15. 29 Aug, 2008 2 commits
  16. 27 Aug, 2008 1 commit