| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MethodGenerator, this should be OSErrMethodGenerator.
|
|
|
|
|
| |
on OSX then the actual error (file not found) was obscured by the
error message that tried to be helpful about the allowed arguments. Fixed.
|
|
|
|
|
| |
- Regenerated with the correct calls to PyType_Ready and the correct
deallocator calls.
|
|
|
|
| |
could overwrite memory.
|
| |
|
|
|
|
|
| |
- Added support for optional FSSpecs and FSRefs to the Alias routines.
NewAlias and friends are still functions, though, not methods.
|
|
|
|
| |
Added comment (to myself) on what still needs to be done.
|
|
|
|
| |
constants have tradiationally been in MACFS.py.
|
|
|
|
|
|
|
| |
- Added access to the "data" attribute
- Fixed the FSRef tp_init routine to accept pathnames on OSX
- Changed the FSSpec tp_repr to return something resembling what
macfs returns.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
manager. This should allow us the get rid of most of the FSSpecs, only
navigation services remains to be done.
|