Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -78/+0 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
* | MacOSX 10.4 apparently does not allow the creation time to be set to later | Jack Jansen | 2005-09-21 | 1 | -2/+2 |
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+1 |
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ... | Jack Jansen | 2003-03-21 | 1 | -3/+5 |
* | Filter out the depracation warning for macfs. | Jack Jansen | 2003-03-12 | 1 | -0/+2 |
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 1 | -0/+5 |
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -9/+9 |
* | Use os.path.realpath() in stead of abspath(), so the tests don't fail if | Jack Jansen | 2003-02-05 | 1 | -2/+2 |
* | Finally created the first two tests for MacPython modules: macfs and | Jack Jansen | 2003-01-28 | 1 | -0/+69 |