1. 16 Agu, 2002 1 kayıt (commit)
  2. 15 Agu, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is my patch · dd32a91c
      Michael W. Hudson yazdı
      [ 587993 ] SET_LINENO killer
      
      Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.
      
      Many sundry changes to document and adapt to this change.
      dd32a91c
  3. 05 Agu, 2002 1 kayıt (commit)
  4. 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
  5. 18 Tem, 2002 1 kayıt (commit)
  6. 17 Tem, 2002 2 kayıt (commit)
  7. 08 Şub, 2002 1 kayıt (commit)
  8. 29 Eki, 2001 1 kayıt (commit)
  9. 18 Eki, 2001 1 kayıt (commit)
  10. 13 Eki, 2001 2 kayıt (commit)
    • Fred Drake's avatar
      Remove some unused imports. · c6879604
      Fred Drake yazdı
      Remove the log file after we are done with it.  This should clean up after
      the test even on Windows, since the file is now closed before we attempt
      removal.
      c6879604
    • Tim Peters's avatar
      You can't unlink open files on Windows. · 10603b87
      Tim Peters yazdı
      Simply commented it out, and then test_hotshot passes on Windows.
      Leaving to Fred to fix "the right way" (it seems to be a feature of
      unittest that all unittests try to unlink open files <wink>).
      10603b87
  11. 12 Eki, 2001 1 kayıt (commit)