1. 30 Haz, 2009 1 kayıt (commit)
  2. 06 Şub, 2008 1 kayıt (commit)
  3. 12 Şub, 2004 1 kayıt (commit)
  4. 06 Agu, 2002 1 kayıt (commit)
  5. 30 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Complete the absolute import patch for the test suite. All relative · 408b6d34
      Barry Warsaw yazdı
      imports of test modules now import from the test package.  Other
      related oddities are also fixed (like DeprecationWarning filters that
      weren't specifying the full import part, etc.).  Also did a general
      code cleanup to remove all "from test.test_support import *"'s.  Other
      from...import *'s weren't changed.
      408b6d34
  6. 17 Agu, 2001 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Patch #445762: Support --disable-unicode · 339d0f72
      Martin v. Löwis yazdı
      - Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled
      - check for Py_USING_UNICODE in all places that use Unicode functions
      - disables unicode literals, and the builtin functions
      - add the types.StringTypes list
      - remove Unicode literals from most tests.
      339d0f72
  7. 05 May, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. · de9725f1
      Tim Peters yazdı
      NEEDS DOC CHANGES
      A few more AttributeErrors turned into TypeErrors, but in test_contains
      this time.
      The full story for instance objects is pretty much unexplainable, because
      instance_contains() tries its own flavor of iteration-based containment
      testing first, and PySequence_Contains doesn't get a chance at it unless
      instance_contains() blows up.  A consequence is that
          some_complex_number in some_instance
      dies with a TypeError unless some_instance.__class__ defines __iter__ but
      does not define __getitem__.
      de9725f1
  8. 23 Eki, 2000 1 kayıt (commit)
  9. 27 Nis, 2000 2 kayıt (commit)
  10. 10 Nis, 2000 1 kayıt (commit)
  11. 07 Mar, 2000 1 kayıt (commit)
  12. 06 Mar, 2000 1 kayıt (commit)