1. 01 Ock, 2005 1 kayıt (commit)
  2. 21 Ara, 2004 1 kayıt (commit)
  3. 04 Eki, 2004 1 kayıt (commit)
  4. 30 Eyl, 2004 1 kayıt (commit)
  5. 28 Eyl, 2004 2 kayıt (commit)
  6. 27 Eyl, 2004 2 kayıt (commit)
  7. 26 Eyl, 2004 6 kayıt (commit)
  8. 25 Eyl, 2004 9 kayıt (commit)
  9. 21 Eyl, 2004 1 kayıt (commit)
    • Edward Loper's avatar
      - Updated docs to reflect changes in 2.4. · b3666a3d
      Edward Loper yazdı
        - Reorganized the documentation
        - Shifted focus a little more towards "literate testing"
        - Documented new functions and classes:
          - testfile()
          - Example, DocTest
          - DocTestParser, DocTestFinder, DocTestRunner, OutputChecker
          - DocFileSuite
          - DebugRunner, DocTestFailure, UnexpectedException
          - register_optionflag()
      b3666a3d
  10. 19 Eyl, 2004 1 kayıt (commit)
  11. 13 Eyl, 2004 1 kayıt (commit)
  12. 04 Eyl, 2004 1 kayıt (commit)
  13. 30 Agu, 2004 1 kayıt (commit)
    • Tim Peters's avatar
      The distinction between comparison flags and reporting flags isn't unique · 38330fe5
      Tim Peters yazdı
      to unittest, so make it official:  new module constants COMPARISON_FLAGS
      and REPORTING_FLAGS, which are bitmasks or'ing together the relevant
      individual option flags.
      
      set_unittest_reportflags():  Reworked to use REPORTING_FLAGS, and
      simplified overly complicated flag logic.
      
      class FakeModule:  Removed this; neither documented nor used.
      38330fe5
  14. 26 Agu, 2004 6 kayıt (commit)
  15. 25 Agu, 2004 1 kayıt (commit)
    • Edward Loper's avatar
      Only recognize the expected output as an exception if it *starts* with · 19b19587
      Edward Loper yazdı
      a traceback message.  I.e., examples that raise exceptions may no
      longer generate pre-exception output.  This restores the behavior of
      doctest in python 2.3.  The ability to check pre-exception output is
      being removed because it makes the documentation simpler; and because
      there are very few use cases for it.
      19b19587
  16. 23 Agu, 2004 1 kayıt (commit)
  17. 22 Agu, 2004 2 kayıt (commit)
  18. 20 Agu, 2004 1 kayıt (commit)
  19. 19 Agu, 2004 1 kayıt (commit)