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 | 12 | -4232/+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). | ||||
* | Regenerated with OSA class inheritance and fix for non-ascii chars. | Jack Jansen | 2002-08-07 | 12 | -172/+620 |
| | |||||
* | Fixed a mistake on my part when regenerating: removed a bogus import of ↵ | Jack Jansen | 2002-05-07 | 1 | -2/+0 |
| | | | | | | Applscript_Suite. Bugfix candidate (I'll move it over myself). | ||||
* | Second part of fix for #493826: regenerated suite modules so errn exists but ↵ | Jack Jansen | 2002-04-23 | 12 | -357/+410 |
| | | | | | | == 0 doesn't signal an error. Bugfix candidate. | ||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 8 | -34/+34 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Regenerated to take advantage of support for multiple names for a single ↵ | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
| | | | | property. | ||||
* | Finder suite. | Jack Jansen | 2000-08-20 | 12 | -0/+3801 |