1. abcc168 Fix for issue 1149804 by Ronald Oussoren · 17 years ago
  2. a6864e0 fix test_py3kwarns by Benjamin Peterson · 17 years ago
  3. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
  4. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  7. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  8. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  9. 1c8501e Filter out macfs warning. by Jack Jansen · 22 years ago
  10. 2b88dec Converted to not use macfs whenever possible. by Jack Jansen · 23 years ago
  11. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 23 years ago[Renamed from Mac/Lib/macostools.py]
  12. 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 23 years ago
  13. 0a9d755 In copy() don't try to obtain an FSSpec until we know the destination by Jack Jansen · 23 years ago
  14. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 23 years ago
  15. a2168ec mkalias() now also works for folders. Fixes bug #515830. by Just van Rossum · 23 years ago
  16. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 24 years ago
  17. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
  18. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 24 years ago
  19. 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 24 years ago
  20. 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 24 years ago
  21. b8fd1f1 Tabnanny fixes by Jack Jansen · 27 years ago
  22. 48f662d mkalias() now has an optional third parameter to create relative aliases (Just) by Jack Jansen · 28 years ago
  23. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 29 years ago
  24. 880e6eb Removed debug output by Jack Jansen · 29 years ago
  25. 0603319 Use MacOS.openrf (if it is available) for opening resource forks by Jack Jansen · 29 years ago
  26. a8a277c Fixed positioning of icon on copy() by Jack Jansen · 30 years ago
  27. 423c798 copy() can now create destination path by Jack Jansen · 30 years ago
  28. 01c2309 Useful routines on a mac: by Jack Jansen · 30 years ago