History log of /external/python/cpython2/Mac/Modules/file/filescan.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Mac/Modules/file/filescan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/file/filescan.py
da6081fccb71541004e3f36f57a9c0971a969e3b 04-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.

Completely untested.
/external/python/cpython2/Mac/Modules/file/filescan.py
a53f4eba19856613a55ccbcfdb8c862d24a691b9 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of code conditional on TARGET_API_MAC_*.
/external/python/cpython2/Mac/Modules/file/filescan.py
52377e05bedb604b1608f277480d7bb112ac0639 03-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> The FSAliasFile routines also have an in/out parameter.
/external/python/cpython2/Mac/Modules/file/filescan.py
bc6552156770ec98e5f8ab39974836cfcde8d5db 13-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Implemented FSCatalogInfo.
/external/python/cpython2/Mac/Modules/file/filescan.py
b2fcd086c723116d59efe22d5ee44595dade36ed 10-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Started on implementing support for FSCatalogInfo. Doesn't work yet, don't
try it.
/external/python/cpython2/Mac/Modules/file/filescan.py
543c9253cd19ae99c218c5b5e9d5b8dd49e2468e 19-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> - Added rawdata initializers
- Added support for optional FSSpecs and FSRefs to the Alias routines.
NewAlias and friends are still functions, though, not methods.
/external/python/cpython2/Mac/Modules/file/filescan.py
ae63756bf8e03e736260ae22efcc3e656bc6bce2 17-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
/external/python/cpython2/Mac/Modules/file/filescan.py
e3a1c8f8756904e42ce3551db6a4fe5f40c97910 15-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Combined alias and file into a single module. This is the only reasonable
way to get various alias creation routines as methods of FSSpec or FSRef
objects (which is the logical thing, from a Python POV). Also started on
the code that will contain all the macfs functionality, so macfs can
becode a Python module, to be used mainly for backward compatibility.
/external/python/cpython2/Mac/Modules/file/filescan.py
6d802a0ce35ea2d0058191e198edab2d87360278 14-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Tweaks to make this module OS9-compatible.
/external/python/cpython2/Mac/Modules/file/filescan.py
e2ba87396cde5b57259405722910c560f7d237c6 22-Nov-2002 Jack Jansen <jack.jansen@cwi.nl> Got angry and added support for pretty much the whole file and folder
manager. This should allow us the get rid of most of the FSSpecs, only
navigation services remains to be done.
/external/python/cpython2/Mac/Modules/file/filescan.py