- 658375b Got rid of macfs. by Jack Jansen · 22 years ago
- 5a79329 Got rid of FSSpecs. by Jack Jansen · 22 years ago
- e7ee17c Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now by Jack Jansen · 22 years ago
- f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 22 years ago
- 19e02fc removing old junk by Just van Rossum · 22 years ago
- ab564ee Removed unused import of macfs. by Jack Jansen · 22 years ago
- 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 22 years ago
- 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 22 years ago
- d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 22 years ago
- 8d4f06a Added itertools module. by Jack Jansen · 22 years ago
- b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 22 years ago
- 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 22 years ago
- 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 22 years ago
- 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 22 years ago
- 50abec8 Install "python$(VERSION)" into /usr/local as the symlink to the framework, by Jack Jansen · 22 years ago
- fd0b00e Use new file dialogs. by Jack Jansen · 22 years ago
- 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 22 years ago
- b340acf Use new file dialogs. by Jack Jansen · 22 years ago
- df976ca Use new file dialogs. by Jack Jansen · 22 years ago
- 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
- d44a3ec Getting rid of StandardGetFile by Jack Jansen · 22 years ago
- 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 22 years ago
- 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago
- e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
- b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
- c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 22 years ago
- 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
- bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
- b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
- c1a9cab interpret utf-8 file names on OSX by Just van Rossum · 22 years ago
- addc11e removed silly & mask, avoiding FutureWarning by Just van Rossum · 22 years ago
- 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
- 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
- 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
- fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
- 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
- 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
- 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
- 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
- f044e09 Changed the input field for the interpreter to use (in the preferences by Jack Jansen · 22 years ago
- 9431e48 macfsn is gone. by Jack Jansen · 22 years ago
- 6dd561b Integrated macfsn into macfs, and made the Standard File calls return the by Jack Jansen · 22 years ago
- 315e9be Return the macfs variation for FSSpec and Alias, not the underlying by Jack Jansen · 22 years ago
- 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
- 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
- cfe2836 Changed folder name for apps from Python to MacPython-$(VERSION) (for a by Jack Jansen · 22 years ago
- 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
- e77f58a Fixed typo. by Jack Jansen · 22 years ago
- e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
- 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
- b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
- 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
- ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 22 years ago
- 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
- e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
- 4235e71 A replacement for the macfs extension module, implemented with normal by Jack Jansen · 22 years ago
- 4f0e05f Gone: the constants have been moved to macfs.py (which, upon import, also by Jack Jansen · 22 years ago
- f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
- 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
- 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
- 58fc91f This module will shortly replace the builtin module macfs. It is not by Jack Jansen · 22 years ago
- ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 22 years ago
- b4289b5 This now contains constants from Files.h, Aliases.h and Finder.h. by Jack Jansen · 22 years ago
- e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 22 years ago
- e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
- 3c05c1f Got rid of outdated defines. by Jack Jansen · 22 years ago
- 9c17b11 Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
- 9e7da62 Removed: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
- 1562537 Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. by Jack Jansen · 22 years ago
- 2519cc8 Got rid of interpreter-internal dialogs. by Jack Jansen · 22 years ago
- 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
- 805f1de Tweaked button sizes and hid unused items. by Jack Jansen · 22 years ago
- 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
- 9937a04 Tweaked some button sizes to make them look better on OSX. by Jack Jansen · 22 years ago
- 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
- b2ef47b More pre-carbon stuff bites the dust. by Jack Jansen · 22 years ago
- b132a39 Removed: not carbon-compatible. by Jack Jansen · 22 years ago
- 3d87e3c The speech manager interface is no longer supported and a replacement is by Jack Jansen · 22 years ago
- fcbe5e5 Outdated. by Jack Jansen · 22 years ago
- 32f614b Got rid of unused Compat files. by Jack Jansen · 22 years ago
- feddf77 another wrong assumption fixed by Just van Rossum · 22 years ago
- 68c8138 Still used the old config file. Fixed. by Jack Jansen · 22 years ago
- 04543de Compatibility files that haven't been used in a long time. by Jack Jansen · 22 years ago
- 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 22 years ago
- 55309a3 Get rid of 2.2 "poor mans universal newlines" now that the real thing by Jack Jansen · 22 years ago
- 8bf053f It was an old MacPython artefact that these files were still in the source by Jack Jansen · 22 years ago
- bb3e4cb Tkinter isn't supported under Carbon. Under MacOSX native it is, but by Jack Jansen · 22 years ago
- 5e13951 Very outdated: this is a 68K support file. by Jack Jansen · 22 years ago
- 71fd01c and now the real fix... by Just van Rossum · 22 years ago
- 61fcf76 fixed bool browsing bug, sf bug #652591 by Just van Rossum · 22 years ago
- 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
- 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
- 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
- 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
- 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
- 362c7cd Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
- 202355a Build _AE too. by Jack Jansen · 22 years ago
- dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
- 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
- 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago