summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macfs.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-78/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* 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
* 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
* Finally created the first two tests for MacPython modules: macfs andJack Jansen2003-01-281-0/+69