1. 26 Aug, 2004 2 commits
    • Raymond Hettinger's avatar
      Minor improvements to the template code. · 0d58e2be
      Raymond Hettinger authored
      * Add comment bars segregating this code from the rest.
      * Improve readability of the re pattern with indentation and comments on
        the same line.
      * Replace the groupdict() and get() pair with a direct call to group()
        which does the same thing.
      0d58e2be
    • Edward Loper's avatar
      Added an "exc_msg" attribute to Example (containing the expected · a6b68327
      Edward Loper authored
      exception message, or None if no exception is expected); and moved
      exception parsing from DocTestRunner to DocTestParser.  This is
      architecturally cleaner, since it moves all parsing work to
      DocTestParser; and it should make it easier for code outside
      DocTestRunner (notably debugging code) to properly handle expected
      exceptions.
      a6b68327
  2. 25 Aug, 2004 20 commits
  3. 24 Aug, 2004 4 commits
  4. 23 Aug, 2004 12 commits
  5. 22 Aug, 2004 2 commits