| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a missed instance of test.test_support.guard_warnings_filter (which was | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
| | | | | | recently removed). | ||||
| * | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 1 | -1/+5 |
| | | | | | | it completely relied on macfs and is a no-op on OS X according to code comments. | ||||
| * | Have test_mkalias_relative check that sys.prefix already exists; otherwise test | Brett Cannon | 2004-12-06 | 1 | -0/+6 |
| | | | | | | | | | | | is pointless. Also add a note to the docs for the 'test' package that test cases should check first that any conditions needed in the operating system are met before having a test run. Closes bug #1077302. THanks, Ian Holsman. | ||||
| * | Getting rid of macfs. | Jack Jansen | 2003-02-27 | 1 | -3/+3 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -7/+7 |
| | | |||||
| * | Use os.path.realpath() in stead of abspath(), so the tests don't fail if | Jack Jansen | 2003-02-05 | 1 | -2/+2 |
| | | | | | we have a symlink somewhere in the TESTFN path. | ||||
| * | Test aliases too. | Jack Jansen | 2003-01-28 | 1 | -1/+20 |
| | | |||||
| * | Finally created the first two tests for MacPython modules: macfs and | Jack Jansen | 2003-01-28 | 1 | -0/+69 |
| macostools. | |||||
