1. 02 Agu, 2010 1 kayıt (commit)
  2. 21 Mar, 2010 1 kayıt (commit)
  3. 20 Şub, 2010 1 kayıt (commit)
  4. 07 Şub, 2010 1 kayıt (commit)
  5. 06 Şub, 2010 1 kayıt (commit)
  6. 08 Ock, 2010 2 kayıt (commit)
  7. 30 Haz, 2009 1 kayıt (commit)
  8. 15 Tem, 2008 1 kayıt (commit)
  9. 19 Ara, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch #1549 by Thomas Herve. · 0b7b6fdf
      Guido van Rossum yazdı
      This changes the rules for when __hash__ is inherited slightly,
      by allowing it to be inherited when one or more of __lt__, __le__,
      __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
      0b7b6fdf
  10. 24 Mar, 2006 1 kayıt (commit)
  11. 24 Agu, 2005 1 kayıt (commit)
  12. 28 Eki, 2003 1 kayıt (commit)
  13. 01 May, 2003 1 kayıt (commit)
  14. 29 Nis, 2003 1 kayıt (commit)
  15. 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
  16. 08 May, 2001 1 kayıt (commit)
  17. 19 Ock, 2001 1 kayıt (commit)
  18. 18 Ock, 2001 4 kayıt (commit)