1. 31 Mar, 2006 1 commit
    • Tim Peters's avatar
      Repaired a number of errors in this test: · 5d34fc81
      Tim Peters authored
      - The doctests in decistmt() weren't run at all when
        test_tokenize was run via regrtest.py.
      
      - Some expected output in decistmt() was Windows-specific
        (but nobody noticed because the doctests weren't getting
        run).
      
      - test_roundtrip() didn't actually test anything when
        running the tests with -O.  Now it does.
      
      - Changed test_roundtrip() to show the name of the input
        file when it fails.  That would have saved a lot of
        time earlier today.
      
      - Added a bunch of comments.
      5d34fc81
  2. 30 Mar, 2006 20 commits
  3. 29 Mar, 2006 1 commit
  4. 28 Mar, 2006 18 commits