1. 01 Sep, 1999 2 commits
    • 's avatar
      Made a better fix to the resolve_url/transaction abort problem, to avoid · ea166539
      authored
      duplicated code. The resolve_url of the REQUEST now correctly avoids aborting
      the current transaction if an error occurs, so we just use that.
      ea166539
    • 's avatar
      Added an "abort" flag to RESPONSE.exception, so that the method can be · 9d2429a0
      authored
      called without necessarily aborting the current transaction. This is
      required by things like the resolve_url machinery, where there is a
      need to call the exception() method to get a meaningful error. The
      resolve_url method in HTTPRequest.Request has been changed to take
      advantage of this. The existing semantics of RESPONSE.exception()
      are unchanged - it will automatically abort just as it did before
      unless you pass the keyword arg abort=0 when calling the method.
      9d2429a0
  2. 31 Aug, 1999 8 commits
  3. 30 Aug, 1999 16 commits
  4. 27 Aug, 1999 9 commits
  5. 26 Aug, 1999 5 commits