1. 31 Mar, 2006 3 commits
    • Fred Drake's avatar
      fix sectioning: cannot skip section levels · 842ab70e
      Fred Drake authored
      842ab70e
    • Tim Peters's avatar
      test_main(): Restore the decimal context that was in · 46cc702b
      Tim Peters authored
      effect at the time test_decimal was imported.  Else
      running test_decimal had the bad side effect of
      permanently changing the decimal context in effect.
      That caused text_tokenize to fail if it ran after
      test_decimal.
      46cc702b
    • Tim Peters's avatar
      Repaired a number of errors in this test: · ef57567d
      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.
      ef57567d
  2. 30 Mar, 2006 20 commits
  3. 29 Mar, 2006 1 commit
  4. 28 Mar, 2006 16 commits