summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2003-04-241-1/+1
|
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ↵Jack Jansen2003-03-211-3/+5
| | | | disabling unicode filenames on OS9.
* Filter out the depracation warning for macfs.Jack Jansen2003-03-121-0/+2
|
* Allow unicode pathnames where FSRefs are expected. Fixes 696253.Jack Jansen2003-03-111-0/+5
|
* Whitespace normalization.Tim Peters2003-02-191-9/+9
|
* Use os.path.realpath() in stead of abspath(), so the tests don't fail ifJack Jansen2003-02-051-2/+2
| | | | we have a symlink somewhere in the TESTFN path.
* Finally created the first two tests for MacPython modules: macfs andJack Jansen2003-01-281-0/+69
macostools.