- 31 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Tem, 2009 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
According to #6358, python 3.0 has a different implementation that behaves differently.
-
- 24 Ock, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 29 Haz, 2006 1 kayıt (commit)
-
-
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.
-
- 07 Mar, 2003 1 kayıt (commit)
-
-
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.
-
- 24 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
os.popen(). Fixes #692222.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
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. :)
-
- 20 Tem, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 03 Nis, 2002 1 kayıt (commit)
-
-
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 :)
-