summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macfs.py
Commit message (Collapse)AuthorAgeFilesLines
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
| | | | | | than the modification time. Changed the SetDates test to accomodate. Backport candidate.
* 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.