| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled | Jack Jansen | 2002-08-06 | 1 | -2/+24 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -6/+6 |
|
|
* | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). | Jack Jansen | 2002-05-22 | 1 | -4/+4 |
|
|
* | Some buffers needed to be unsigned char, not char. | Jack Jansen | 2002-02-26 | 1 | -2/+2 |
|
|
* | Added as_pathname() method to FSRef objects. | Jack Jansen | 2002-01-18 | 1 | -1/+17 |
|
|
* | In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initiali... | Jack Jansen | 2002-01-13 | 1 | -0/+10 |
|
|
* | Added __members__ to FInfo object. | Just van Rossum | 2001-12-11 | 1 | -0/+2 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -4/+4 |
|
|
* | Replace sprintf() with PyOS_snprintf(). | Jack Jansen | 2001-12-05 | 1 | -1/+1 |
|
|
* | Added an error message when using FSRef objects on platforms that don't | Jack Jansen | 2001-11-06 | 1 | -0/+1 |
|
|
* | Under MachO-Python unconditionally import macfsn. | Jack Jansen | 2001-11-01 | 1 | -0/+6 |
|
|
* | Moved macfsn hackery from macmain.c to macfsmodule.c so it loads | Just van Rossum | 2001-10-31 | 1 | -1/+32 |
|
|
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 1 | -7/+8 |
|
|
* | Silly typos. | Jack Jansen | 2001-09-02 | 1 | -2/+2 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -0/+9 |
|
|
* | - Don't return mac-style pathnames in unix-Python. | Jack Jansen | 2001-08-08 | 1 | -130/+55 |
|
|
* | Removed unused variable. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
|
|
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
|
|
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 1 | -1/+16 |
|
|
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 1 | -1/+26 |
|
|
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an... | Jack Jansen | 2001-07-08 | 1 | -10/+274 |
|
|
* | Include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 1 | -0/+4 |
|
|
* | FindFolder argument is a short, not an unsigned short. | Jack Jansen | 2001-03-15 | 1 | -1/+1 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -3/+3 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 1 | -5/+6 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 1 | -1/+1 |
|
|
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 1 | -0/+4 |
|
|
* | Big oops: macfs has always been using a private exception but calling it mac.... | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | New exception interface | Jack Jansen | 1997-10-07 | 1 | -5/+1 |
|
|
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -1/+10 |
|
|
* | Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return | Jack Jansen | 1997-06-16 | 1 | -1/+28 |
|
|
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 1 | -2/+2 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -2/+2 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
|
|
* | Renamed | Jack Jansen | 1997-01-30 | 1 | -172/+171 |
|
|
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 1 | -2/+1 |
|
|
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+21 |
|
|
* | Added [GS]etDates methods to get and set creation, modification and | Jack Jansen | 1996-09-15 | 1 | -0/+88 |
|
|
* | Added SetFolder method which sets Standard File initial folder | Jack Jansen | 1996-07-22 | 1 | -0/+29 |
|
|
* | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -2/+0 |
|
|
* | Added new call PromptGetFile (like StandardGetFile, but accepts a | Jack Jansen | 1995-08-14 | 1 | -2/+29 |
|
|
* | Added interfaces to {Get,Set}FInfo and accompanying objects | Jack Jansen | 1995-08-07 | 1 | -1/+174 |
|
|
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
|
|
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
|
|
* | replace %#s with portable solution | Guido van Rossum | 1995-02-20 | 1 | -13/+14 |
|
|
* | Added GetDirectory() method | Jack Jansen | 1995-02-20 | 1 | -1/+16 |
|
|
* | ported to Think C | Guido van Rossum | 1995-02-14 | 1 | -0/+1 |
|
|
* | Added RawFSSpec and RawAlias methods which turn their string arguments | Jack Jansen | 1995-02-13 | 1 | -0/+53 |
|
|