1. 9c5b61b Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled by Jack Jansen · 22 years ago
  2. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  3. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  4. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 23 years ago
  5. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
  6. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 23 years ago
  7. 14666cc Added __members__ to FInfo object. by Just van Rossum · 23 years ago
  8. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  9. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
  10. 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 23 years ago
  11. 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 23 years ago
  12. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 23 years ago
  13. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  14. 6114297 Silly typos. by Jack Jansen · 23 years ago
  15. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  16. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  17. b927285 Removed unused variable. by Jack Jansen · 23 years ago
  18. 4590049 Oops, arg type for the glue routine was wrong. by Jack Jansen · 23 years ago
  19. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  20. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  21. 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
  22. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  23. abd703d FindFolder argument is a short, not an unsigned short. by Jack Jansen · 23 years ago
  24. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  25. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
  26. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  27. 0b13e7c Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only. by Jack Jansen · 24 years ago
  28. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  29. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 24 years ago
  30. 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
  31. 55e3927 New exception interface by Jack Jansen · 27 years ago
  32. a755e68 Export type objects to Python by Jack Jansen · 27 years ago
  33. d993648 Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return by Jack Jansen · 27 years ago
  34. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 27 years ago
  35. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  36. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  37. f5c2057 Renamed by Jack Jansen · 28 years ago
  38. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  39. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  40. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
  41. d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
  42. 8ccfc93 Removed unused variable by Jack Jansen · 29 years ago
  43. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 29 years ago
  44. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  45. 2c67362 Added FindFolder interface by Jack Jansen · 29 years ago
  46. c263286 StandardGetFile without args now shows all files (in stead of none) by Jack Jansen · 29 years ago
  47. f45b53b replace %#s with portable solution by Guido van Rossum · 30 years ago
  48. 81f51c7 Added GetDirectory() method by Jack Jansen · 30 years ago
  49. becdbec ported to Think C by Guido van Rossum · 30 years ago
  50. c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments by Jack Jansen · 30 years ago
  51. 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 30 years ago
  52. b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 30 years ago
  53. efd9767 added (method) casts and 1995 copyright by Guido van Rossum · 30 years ago
  54. 17ba43f Complete rewrite. by Jack Jansen · 30 years ago
  55. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  56. a42960c ported to THINK C (not tested yet) by Guido van Rossum · 30 years ago
  57. 84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. by Jack Jansen · 30 years ago