1. 31 Ock, 2010 1 kayıt (commit)
  2. 15 Ock, 2010 1 kayıt (commit)
  3. 14 Ock, 2010 1 kayıt (commit)
  4. 10 Ock, 2010 1 kayıt (commit)
  5. 11 Tem, 2009 1 kayıt (commit)
  6. 24 Ock, 2007 1 kayıt (commit)
  7. 29 Haz, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Add new utility function, reap_children(), to test_support. This should · b15ac316
      Neal Norwitz yazdı
      be called at the end of each test that spawns children (perhaps it
      should be called from regrtest instead?).  This will hopefully prevent
      some of the unexplained failures in the buildbots (hppa and alpha)
      during tests that spawn children.  The problems were not reproducible.
      There were many zombies that remained at the end of several tests.
      In the worst case, this shouldn't cause any more problems,
      though it may not help either.  Time will tell.
      b15ac316
  8. 07 Mar, 2003 1 kayıt (commit)
    • Tim Peters's avatar
      Don't quote the path to Python unless the path contains an embedded space. · 61cd0db3
      Tim Peters yazdı
      Quoting the path doesn't work on Win2K (cmd.exe) regardless, this is just
      a hack to let the test pass again on Win2K (so long as Python isn't
      installed in a path that does contain an embedded space).  On Win2K it
      looks like we'd also have to add a second pair of double quotes, around
      the entire command line.
      61cd0db3
  9. 24 Şub, 2003 1 kayıt (commit)
  10. 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
  11. 20 Tem, 2002 1 kayıt (commit)
  12. 03 Nis, 2002 1 kayıt (commit)
    • Mark Hammond's avatar
      Fix bugs: · e7fefbf6
      Mark Hammond yazdı
       457466: popenx() argument mangling hangs python
       226766: popen('python -c"...."') tends to hang
      
      Fixes argument quoting in w9xpopen.exe for Windows 9x.  w9xpopen.exe
      also never attempts to display a MessageBox when not executed
      interactively.
      
      Added test_popen() test.  This test currently just executes
      "python -c ..." as a child process, and checks that the expected
      arguments were all recieved correctly by the child process.  This
      test succeeds for me on Win9x, win2k and Linux, and I hope it does
      for other popen supported platforms too :)
      e7fefbf6