Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test_directories(): This test had no chance of passing on | Tim Peters | 2005-10-30 | 1 | -2/+14 | |
| | | | | | Windows. Hacked it to pass, but not sure it's worth the bother. | |||||
* | Fix unit test failure -- the output received from Python can be empty, | Guido van Rossum | 2005-10-08 | 1 | -1/+1 | |
| | | | | but verify_valid_flag() wasn't expecting that. Will backport. | |||||
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+50 | |
Also provide a warning if a directory is passed on the command line. Add minimal command line test. Will backport. |