1. 21 Kas, 2007 1 kayıt (commit)
  2. 06 Kas, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merging the py3k-pep3137 branch back into the py3k branch. · 98297ee7
      Guido van Rossum yazdı
      No detailed change log; just check out the change log for the py3k-pep3137
      branch.  The most obvious changes:
      
        - str8 renamed to bytes (PyString at the C level);
        - bytes renamed to buffer (PyBytes at the C level);
        - PyString and PyUnicode are no longer compatible.
      
      I.e. we now have an immutable bytes type and a mutable bytes type.
      
      The behavior of PyString was modified quite a bit, to make it more
      bytes-like.  Some changes are still on the to-do list.
      98297ee7
  3. 20 Tem, 2007 1 kayıt (commit)
  4. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  5. 21 Nis, 2006 1 kayıt (commit)
  6. 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
  7. 04 Eyl, 2001 1 kayıt (commit)
  8. 17 Ock, 2001 2 kayıt (commit)
  9. 12 Ara, 2000 1 kayıt (commit)
  10. 26 Mar, 1998 1 kayıt (commit)
  11. 21 May, 1997 1 kayıt (commit)
  12. 14 Şub, 1997 1 kayıt (commit)
  13. 03 Ock, 1997 1 kayıt (commit)
  14. 20 Ara, 1996 1 kayıt (commit)
  15. 12 Ock, 1994 1 kayıt (commit)