1. 26 Ock, 2008 1 kayıt (commit)
  2. 20 Ock, 2008 1 kayıt (commit)
  3. 07 Ock, 2008 1 kayıt (commit)
  4. 12 Tem, 2007 1 kayıt (commit)
  5. 25 May, 2007 1 kayıt (commit)
  6. 25 Nis, 2007 1 kayıt (commit)
  7. 29 Mar, 2007 1 kayıt (commit)
  8. 12 Mar, 2007 1 kayıt (commit)
  9. 06 Mar, 2007 1 kayıt (commit)
  10. 13 Şub, 2007 2 kayıt (commit)
  11. 15 Haz, 2006 2 kayıt (commit)
  12. 20 Şub, 2006 2 kayıt (commit)
  13. 20 Agu, 2004 1 kayıt (commit)
  14. 19 Agu, 2004 1 kayıt (commit)
  15. 27 Haz, 2003 1 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. 10 Nis, 2001 1 kayıt (commit)
  19. 04 Nis, 2001 1 kayıt (commit)
  20. 29 Mar, 2001 1 kayıt (commit)
  21. 26 Mar, 2001 1 kayıt (commit)
  22. 28 Şub, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Added regression test for SF tracker bug #403871: AttributeError in · 6e7e485d
      Fred Drake yazdı
          ZipFile.__del__() when there was an IOError opening the underlying
          file in ZipFile.__init__().
      
          This is an odd test: since the exception is in the __del__() method,
          it is not propogated.  This test will trigger it but regrtest.py
          does not detect the failure (not sure why); we are dependent on it
          actually being noticed by a user to get a new bug report if it ever
          fails.  ;-(
      
          On the other hand, this makes sure that code gets exercised, so
          a failure could be noticed!
      6e7e485d
  23. 23 Eki, 2000 1 kayıt (commit)
  24. 10 Nis, 2000 1 kayıt (commit)