1. 17 Haz, 2012 1 kayıt (commit)
  2. 14 Eki, 2010 1 kayıt (commit)
  3. 29 Haz, 2010 1 kayıt (commit)
  4. 07 Şub, 2010 1 kayıt (commit)
  5. 15 Eki, 2009 2 kayıt (commit)
  6. 27 Mar, 2008 2 kayıt (commit)
  7. 17 Mar, 2008 1 kayıt (commit)
  8. 13 Mar, 2008 1 kayıt (commit)
  9. 02 Eyl, 2006 1 kayıt (commit)
  10. 25 Agu, 2006 2 kayıt (commit)
  11. 23 Agu, 2006 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Bug fixes large and small for tokenize. · 76467ba6
      Jeremy Hylton yazdı
      Small: Always generate a NL or NEWLINE token following
             a COMMENT token.  The old code did not generate an NL token if
             the comment was on a line by itself.
      
      Large: The output of untokenize() will now match the
             input exactly if it is passed the full token sequence.  The
             old, crufty output is still generated if a limited input
             sequence is provided, where limited means that it does not
             include position information for tokens.
      
      Remaining bug: There is no CONTINUATION token (\) so there is no way
      for untokenize() to handle such code.
      
      Also, expanded the number of doctests in hopes of eventually removing
      the old-style tests that compare against a golden file.
      
      Bug fix candidate for Python 2.5.1. (Sigh.)
      76467ba6
    • Jeremy Hylton's avatar
      29bef0bb
  12. 31 Mar, 2006 1 kayıt (commit)
    • Tim Peters's avatar
      Repaired a number of errors in this test: · ef57567d
      Tim Peters yazdı
      - 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
  13. 21 Haz, 2005 1 kayıt (commit)
  14. 10 Haz, 2005 1 kayıt (commit)
  15. 12 May, 2003 2 kayıt (commit)
  16. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  17. 24 Eki, 2001 1 kayıt (commit)
  18. 17 Ock, 2001 2 kayıt (commit)
  19. 23 Eki, 2000 1 kayıt (commit)
  20. 23 Nis, 1998 1 kayıt (commit)
  21. 27 Eki, 1997 1 kayıt (commit)