Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 135 | -32096/+0 |
| | | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc). | ||||
* | This file hasn't been committed for a long time, because it erronuously ended | Jack Jansen | 2002-12-30 | 1 | -41/+153 |
| | | | | up in the Carbon package. | ||||
* | Long-obsolete, replaced by Carbon.Sound. | Jack Jansen | 2002-12-30 | 1 | -64/+0 |
| | |||||
* | Changed the input field for the interpreter to use (in the preferences | Jack Jansen | 2002-12-26 | 9 | -10/+52 |
| | | | | window) to a combobox listing the known interpreters. | ||||
* | macfsn is gone. | Jack Jansen | 2002-12-26 | 1 | -1/+1 |
| | |||||
* | Integrated macfsn into macfs, and made the Standard File calls return the | Jack Jansen | 2002-12-26 | 2 | -169/+140 |
| | | | | correct FSSpec implementations. | ||||
* | Return the macfs variation for FSSpec and Alias, not the underlying | Jack Jansen | 2002-12-26 | 1 | -3/+5 |
| | | | | Carbon.File version, so the old method names work. | ||||
* | Second-argument alias methods were generated with a variation on | Jack Jansen | 2002-12-26 | 2 | -53/+53 |
| | | | | MethodGenerator, this should be OSErrMethodGenerator. | ||||
* | If you entered a pathname for a nonexisting file to a FSSpec constructor | Jack Jansen | 2002-12-25 | 2 | -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 a | Jack Jansen | 2002-12-25 | 2 | -2/+2 |
| | | | | | normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install). | ||||
* | Added File and Folder, removed macfs. | Jack Jansen | 2002-12-24 | 2 | -0/+0 |
| | |||||
* | Fixed typo. | Jack Jansen | 2002-12-24 | 1 | -1/+1 |
| | |||||
* | Removed macfs, added File and Folder. | Jack Jansen | 2002-12-24 | 1 | -2/+4 |
| | |||||
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 2 | -2/+0 |
| | |||||
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 27 | -86/+157 |
| | | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls. | ||||
* | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 2 | -16/+30 |
| | |||||
* | Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. | Jack Jansen | 2002-12-23 | 1 | -75/+0 |
| | |||||
* | The extension module macfs has been replaced by a pure Python version. | Jack Jansen | 2002-12-19 | 1 | -1192/+0 |
| | |||||
* | Added the last missing bits of functionality, and fixed a nasty bug where we | Jack Jansen | 2002-12-19 | 2 | -129/+385 |
| | | | | could overwrite memory. | ||||
* | A replacement for the macfs extension module, implemented with normal | Jack Jansen | 2002-12-19 | 1 | -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, also | Jack Jansen | 2002-12-19 | 1 | -106/+0 |
| | | | | poses as MACFS for backward compatibility). | ||||
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 22 | -50/+50 |
| | |||||
* | - Added rawdata initializers | Jack Jansen | 2002-12-18 | 3 | -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 Jansen | 2002-12-17 | 2 | -4/+9 |
| | | | | Added comment (to myself) on what still needs to be done. | ||||
* | This module will shortly replace the builtin module macfs. It is not | Jack Jansen | 2002-12-17 | 1 | -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 finder | Jack Jansen | 2002-12-17 | 1 | -1/+2 |
| | | | | constants have tradiationally been in MACFS.py. | ||||
* | This now contains constants from Files.h, Aliases.h and Finder.h. | Jack Jansen | 2002-12-17 | 1 | -0/+83 |
| | |||||
* | - Added as_pathname and as_tuple methods | Jack Jansen | 2002-12-17 | 2 | -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 reasonable | Jack Jansen | 2002-12-15 | 6 | -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 Jansen | 2002-12-14 | 1 | -12/+0 |
| | |||||
* | Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 2 | -0/+0 |
| | |||||
* | Removed: this is loaded dynamically from :Mac:Lib when needed. | Jack Jansen | 2002-12-14 | 1 | -0/+0 |
| | |||||
* | Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
| | |||||
* | Got rid of interpreter-internal dialogs. | Jack Jansen | 2002-12-13 | 1 | -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 Jansen | 2002-12-13 | 2 | -112/+31 |
| | |||||
* | Tweaked button sizes and hid unused items. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
| | |||||
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵ | Jack Jansen | 2002-12-13 | 1 | -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 Jansen | 2002-12-13 | 1 | -3/+3 |
| | |||||
* | Tweaks to make this module OS9-compatible. | Jack Jansen | 2002-12-13 | 3 | -13/+31 |
| | |||||
* | More pre-carbon stuff bites the dust. | Jack Jansen | 2002-12-13 | 8 | -764/+0 |
| | |||||
* | Removed: not carbon-compatible. | Jack Jansen | 2002-12-13 | 2 | -1155/+0 |
| | |||||
* | The speech manager interface is no longer supported and a replacement is | Jack Jansen | 2002-12-13 | 3 | -1463/+0 |
| | | | | (unfortunately: especially the grail demo was hiarious) still missing. | ||||
* | Outdated. | Jack Jansen | 2002-12-13 | 4 | -117/+0 |
| | |||||
* | Got rid of unused Compat files. | Jack Jansen | 2002-12-13 | 3 | -0/+0 |
| | |||||
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
| | |||||
* | Still used the old config file. Fixed. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
| | |||||
* | Compatibility files that haven't been used in a long time. | Jack Jansen | 2002-12-13 | 12 | -582/+0 |
| | |||||
* | Get rid of support for Universal Headers older than 3.4 and various other | Jack Jansen | 2002-12-13 | 10 | -78/+6 |
| | | | | outdated things. | ||||
* | Get rid of 2.2 "poor mans universal newlines" now that the real thing | Jack Jansen | 2002-12-13 | 1 | -19/+0 |
| | | | | is implemented. | ||||
* | It was an old MacPython artefact that these files were still in the source | Jack Jansen | 2002-12-13 | 22 | -4128/+0 |
| | | | | | tree. Removed them, anyone really desparate to recover them can get them from the CVS repository. |