1. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 21 years ago
  2. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 21 years ago
  3. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago
  4. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  5. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  6. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 22 years ago
  7. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  8. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
  9. b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
  10. c1a9cab interpret utf-8 file names on OSX by Just van Rossum · 22 years ago
  11. addc11e removed silly & mask, avoiding FutureWarning by Just van Rossum · 22 years ago
  12. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  13. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  14. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  15. fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
  16. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  17. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  18. 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
  19. 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
  20. f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
  21. 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
  22. 6dd561b Integrated macfsn into macfs, and made the Standard File calls return the by Jack Jansen · 22 years ago
  23. 315e9be Return the macfs variation for FSSpec and Alias, not the underlying by Jack Jansen · 22 years ago
  24. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  25. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  26. cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
  27. 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
  28. e77f58a Fixed typo. by Jack Jansen · 22 years ago
  29. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
  30. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  31. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  32. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  33. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
  34. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  35. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  36. 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
  37. 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
  38. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  39. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  40. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  41. 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago
  42. ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 22 years ago
  43. b4289b5 This now contains constants from Files.h, Aliases.h and Finder.h. by Jack Jansen · 22 years ago
  44. e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 22 years ago
  45. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
  46. 3c05c1f Got rid of outdated defines. by Jack Jansen · 22 years ago
  47. 9c17b11 Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  48. 9e7da62 Removed: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  49. 1562537 Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. by Jack Jansen · 22 years ago
  50. 2519cc8 Got rid of interpreter-internal dialogs. by Jack Jansen · 22 years ago
  51. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  52. 805f1de Tweaked button sizes and hid unused items. by Jack Jansen · 22 years ago
  53. 19ac481 Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway). by Jack Jansen · 22 years ago
  54. 9937a04 Tweaked some button sizes to make them look better on OSX. by Jack Jansen · 22 years ago
  55. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
  56. b2ef47b More pre-carbon stuff bites the dust. by Jack Jansen · 22 years ago
  57. b132a39 Removed: not carbon-compatible. by Jack Jansen · 22 years ago
  58. 3d87e3c The speech manager interface is no longer supported and a replacement is by Jack Jansen · 22 years ago
  59. fcbe5e5 Outdated. by Jack Jansen · 22 years ago
  60. 32f614b Got rid of unused Compat files. by Jack Jansen · 22 years ago
  61. feddf77 another wrong assumption fixed by Just van Rossum · 22 years ago
  62. 68c8138 Still used the old config file. Fixed. by Jack Jansen · 22 years ago
  63. 04543de Compatibility files that haven't been used in a long time. by Jack Jansen · 22 years ago
  64. 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 22 years ago
  65. 55309a3 Get rid of 2.2 "poor mans universal newlines" now that the real thing by Jack Jansen · 22 years ago
  66. 8bf053f It was an old MacPython artefact that these files were still in the source by Jack Jansen · 22 years ago
  67. bb3e4cb Tkinter isn't supported under Carbon. Under MacOSX native it is, but by Jack Jansen · 22 years ago
  68. 5e13951 Very outdated: this is a 68K support file. by Jack Jansen · 22 years ago
  69. 71fd01c and now the real fix... by Just van Rossum · 22 years ago
  70. 61fcf76 fixed bool browsing bug, sf bug #652591 by Just van Rossum · 22 years ago
  71. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  72. 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
  73. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  74. 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
  75. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
  76. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  77. 202355a Build _AE too. by Jack Jansen · 22 years ago
  78. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  79. 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
  80. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  81. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  82. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  83. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  84. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  85. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  86. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  87. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  88. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  89. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  90. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  91. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  92. 62a103b workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install by Just van Rossum · 22 years ago
  93. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  94. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  95. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  96. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  97. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  98. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  99. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  100. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago