Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -183/+183 |
| | |||||
* | Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. | Jack Jansen | 2003-12-03 | 1 | -0/+2 |
| | | | | Completely untested. | ||||
* | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 1 | -8/+0 |
| | |||||
* | The FSAliasFile routines also have an in/out parameter. | Jack Jansen | 2003-02-02 | 1 | -0/+3 |
| | |||||
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 1 | -10/+10 |
| | |||||
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 1 | -2/+11 |
| | | | | try it. | ||||
* | - Added rawdata initializers | Jack Jansen | 2002-12-18 | 1 | -0/+8 |
| | | | | | - Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods. | ||||
* | Include Finder.h too in the list of header files to parse: the finder | Jack Jansen | 2002-12-17 | 1 | -1/+2 |
| | | | | constants have tradiationally been in MACFS.py. | ||||
* | Combined alias and file into a single module. This is the only reasonable | Jack Jansen | 2002-12-15 | 1 | -6/+34 |
| | | | | | | | 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. | ||||
* | Tweaks to make this module OS9-compatible. | Jack Jansen | 2002-12-13 | 1 | -4/+8 |
| | |||||
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 1 | -0/+152 |
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done. |