summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* If you entered a pathname for a nonexisting file to a FSSpec constructorJack Jansen2002-12-252-0/+4
| | | | | on OSX then the actual error (file not found) was obscured by the error message that tried to be helpful about the allowed arguments. Fixed.
* Changed folder name for apps from Python to MacPython-$(VERSION) (for aJack Jansen2002-12-252-2/+2
| | | | | normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install).
* Added File and Folder, removed macfs.Jack Jansen2002-12-242-0/+0
|
* Fixed typo.Jack Jansen2002-12-241-1/+1
|
* Removed macfs, added File and Folder.Jack Jansen2002-12-241-2/+4
|
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
|
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-2327-86/+157
| | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls.
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-232-16/+30
|
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-231-75/+0
|
* The extension module macfs has been replaced by a pure Python version.Jack Jansen2002-12-191-1192/+0
|
* Added the last missing bits of functionality, and fixed a nasty bug where weJack Jansen2002-12-192-129/+385
| | | | could overwrite memory.
* A replacement for the macfs extension module, implemented with normalJack Jansen2002-12-191-20/+26
| | | | | | (generated) Carbon module functionality. Not 100% complete yet, but at least the IDE doesn't crash on startup.
* Gone: the constants have been moved to macfs.py (which, upon import, alsoJack Jansen2002-12-191-106/+0
| | | | poses as MACFS for backward compatibility).
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-1922-50/+50
|
* - Added rawdata initializersJack Jansen2002-12-183-124/+339
| | | | | - Added support for optional FSSpecs and FSRefs to the Alias routines. NewAlias and friends are still functions, though, not methods.
* Fixed silly typo.Jack Jansen2002-12-172-4/+9
| | | | Added comment (to myself) on what still needs to be done.
* This module will shortly replace the builtin module macfs. It is notJack Jansen2002-12-171-0/+90
| | | | | complete yet, but it should work. It will be finished (and renamed) shortly.
* Include Finder.h too in the list of header files to parse: the finderJack Jansen2002-12-171-1/+2
| | | | constants have tradiationally been in MACFS.py.
* This now contains constants from Files.h, Aliases.h and Finder.h.Jack Jansen2002-12-171-0/+83
|
* - Added as_pathname and as_tuple methodsJack Jansen2002-12-172-19/+205
| | | | | | | - Added access to the "data" attribute - Fixed the FSRef tp_init routine to accept pathnames on OSX - Changed the FSSpec tp_repr to return something resembling what macfs returns.
* Combined alias and file into a single module. This is the only reasonableJack Jansen2002-12-156-1470/+1742
| | | | | | | way to get various alias creation routines as methods of FSSpec or FSRef objects (which is the logical thing, from a Python POV). Also started on the code that will contain all the macfs functionality, so macfs can becode a Python module, to be used mainly for backward compatibility.
* Got rid of outdated defines.Jack Jansen2002-12-141-12/+0
|
* Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-142-0/+0
|
* Removed: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-141-0/+0
|
* Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc.Jack Jansen2002-12-131-0/+0
|
* Got rid of interpreter-internal dialogs.Jack Jansen2002-12-131-0/+0
| | | | Tweaked GetArgv() dialog to look better on OSX.
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31
|
* Tweaked button sizes and hid unused items.Jack Jansen2002-12-131-0/+0
|
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵Jack Jansen2002-12-131-2/+5
| | | | Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
|
* Tweaks to make this module OS9-compatible.Jack Jansen2002-12-133-13/+31
|
* More pre-carbon stuff bites the dust.Jack Jansen2002-12-138-764/+0
|
* Removed: not carbon-compatible.Jack Jansen2002-12-132-1155/+0
|
* The speech manager interface is no longer supported and a replacement isJack Jansen2002-12-133-1463/+0
| | | | (unfortunately: especially the grail demo was hiarious) still missing.
* Outdated.Jack Jansen2002-12-134-117/+0
|
* Got rid of unused Compat files.Jack Jansen2002-12-133-0/+0
|
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
|
* Still used the old config file. Fixed.Jack Jansen2002-12-131-0/+0
|
* Compatibility files that haven't been used in a long time.Jack Jansen2002-12-1312-582/+0
|
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-1310-78/+6
| | | | outdated things.
* Get rid of 2.2 "poor mans universal newlines" now that the real thingJack Jansen2002-12-131-19/+0
| | | | is implemented.
* It was an old MacPython artefact that these files were still in the sourceJack Jansen2002-12-1322-4128/+0
| | | | | tree. Removed them, anyone really desparate to recover them can get them from the CVS repository.
* Tkinter isn't supported under Carbon. Under MacOSX native it is, butJack Jansen2002-12-133-975/+0
| | | | that version doesn't need these workarounds.
* Very outdated: this is a 68K support file.Jack Jansen2002-12-131-290/+0
|
* and now the real fix...Just van Rossum2002-12-131-5/+2
|
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-1254-5242/+100
| | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9).
* Fixed so the Res.Resource() accepts either another resource, a stringJack Jansen2002-12-053-66/+129
| | | | or no argument (giving an empty resource).
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-0343-534/+1592
| | | | | | some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family).
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
| | | | | or less decently/completely. - cleaned up a little.