aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_commands.py
Commit message (Expand)AuthorAge
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-11
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* CommandTests.testgetoutput():Thomas Wouters2003-03-25
* Patch #648998: test_commands ACL patchJason Tishler2002-12-05
* Patch #544740: test_commands test fails under CygwinJason Tishler2002-09-30
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-09
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Patch #551911: Escape . properly.Martin v. Löwis2002-06-06
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-01
* Fix SF bug #456386: test_commands regression failure (Andrew Dalke)Guido van Rossum2001-10-30
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-23