1. 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
  2. 82d4cc2 Fix some warnings on Mac OS X 10.4 by Neal Norwitz · 18 years ago
  3. 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 19 years ago
  4. 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 19 years ago
  5. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  6. d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 19 years ago
  7. 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 19 years ago
  8. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  9. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  10. da6081f Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. by Jack Jansen · 21 years ago
  11. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  12. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  13. e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 21 years ago
  14. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
  15. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
  16. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 22 years ago
  17. 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 22 years ago
  18. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  19. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago
  20. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  21. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
  22. b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
  23. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  24. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  25. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  26. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  27. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  28. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  29. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  30. ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 22 years ago
  31. e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 22 years ago
  32. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
  33. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
  34. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago