Files
cpython/Lib
Mark Hammond e7fefbf68d Fix bugs:
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 :)
2002-04-03 01:47:00 +00:00
..
2002-03-12 14:26:37 +00:00
2002-03-28 16:26:40 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2002-04-03 01:47:00 +00:00
2002-02-11 17:56:27 +00:00
2002-03-14 23:48:18 +00:00
2002-03-31 14:06:41 +00:00
2002-02-16 07:34:19 +00:00
2002-03-26 20:28:40 +00:00
2001-12-12 06:20:34 +00:00
2001-11-13 21:51:26 +00:00
2002-03-24 16:56:45 +00:00
2002-03-08 09:05:12 +00:00
2002-03-22 02:46:41 +00:00
2002-03-15 10:21:59 +00:00
2002-03-26 00:51:56 +00:00
2001-10-24 20:22:40 +00:00
2002-03-24 23:11:21 +00:00
2002-02-11 18:18:29 +00:00
2001-10-28 20:15:40 +00:00
2002-02-08 20:41:34 +00:00
2001-12-17 10:13:17 +00:00
2002-03-18 13:06:00 +00:00
2002-03-21 10:38:40 +00:00
2001-10-24 20:42:55 +00:00
2001-12-06 06:23:26 +00:00