1. 08 Agu, 2007 1 kayıt (commit)
  2. 19 Kas, 2006 1 kayıt (commit)
  3. 12 Eki, 2006 1 kayıt (commit)
  4. 15 Mar, 2006 2 kayıt (commit)
  5. 22 Eyl, 2005 1 kayıt (commit)
  6. 01 Kas, 2004 1 kayıt (commit)
  7. 21 Agu, 2004 1 kayıt (commit)
    • Tim Peters's avatar
      Patch 1012740: cStringIO's truncate doesn't · 037b3ee4
      Tim Peters yazdı
      truncate() left the stream position unchanged, which meant the
      "truncated" data didn't go away:
      
      >>> io.write('abc')
      >>> io.truncate(0)
      >>> io.write('xyz')
      >>> io.getvalue()
      'abcxyz'
      
      Patch by Dima Dorfman.
      037b3ee4
  8. 08 Agu, 2003 1 kayıt (commit)
  9. 01 May, 2003 1 kayıt (commit)
  10. 24 Nis, 2003 1 kayıt (commit)
  11. 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
  12. 13 May, 2002 1 kayıt (commit)
  13. 16 Şub, 2002 1 kayıt (commit)
  14. 06 Ock, 2002 1 kayıt (commit)
  15. 09 Ara, 2001 1 kayıt (commit)
  16. 25 Eyl, 2001 1 kayıt (commit)
  17. 24 Eyl, 2001 1 kayıt (commit)
  18. 22 Eyl, 2001 1 kayıt (commit)
  19. 09 Şub, 2001 1 kayıt (commit)
  20. 12 Eki, 2000 1 kayıt (commit)
  21. 11 Eki, 2000 1 kayıt (commit)
  22. 06 Eki, 2000 1 kayıt (commit)
  23. 28 Eyl, 2000 1 kayıt (commit)
  24. 19 Eyl, 2000 1 kayıt (commit)