Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys.executable can contain spaces, cater for this when passing it to | Jack Jansen | 2003-02-24 | 1 | -2/+2 |
* | Make the test pass for jython where there are no sys.executable. | Finn Bock | 2002-11-06 | 1 | -3/+7 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f... | Jack Jansen | 2002-07-26 | 1 | -4/+4 |
* | Use sys.executable to run Python, as suggested by Neal Norwitz. | Tim Peters | 2002-07-17 | 1 | -2/+3 |
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -1/+1 |
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 1 | -11/+48 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
* | Added the atexit module and documentation from Skip Montanaro | Fred Drake | 2000-06-28 | 1 | -0/+24 |