1. 09 Kas, 2002 1 kayıt (commit)
  2. 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
  3. 18 Agu, 2001 1 kayıt (commit)
  4. 17 Agu, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      A self-contained piece of Michael Hudson's patch · de642bdc
      Tim Peters yazdı
          #449043 supporting __future__ in simulated shells
      in support of PEP 264.
      
      Much has changed from the patch version:
      + Repaired bad hex constant for nested_scopes.
      + Defined symbolic CO_xxx names so global search will find these uses.
      + Made the exported list of feature names explicit, instead of abusing
        __all__ for this purpose (and redefined __all__ accordingly).
      + Added gross .compiler_flag verification to test___future__.py, and
        reworked it a little to make use of the newly exported explicit list
        of feature names.
      de642bdc
  5. 02 Mar, 2001 1 kayıt (commit)
  6. 26 Şub, 2001 1 kayıt (commit)