summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/resscan.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-21/+7
| | | | | | 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).
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
| | | | we catch errors during the build process in stead of later during runtime.
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
|
* Some of the new routines are carbon-only.Jack Jansen2002-01-041-0/+2
|
* Added some support for unicode arguments.Jack Jansen2002-01-011-2/+5
|
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+5
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-1/+0
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-1/+1
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly ↵Jack Jansen2001-03-021-0/+1
| | | | correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
* Remove (unused) regex imports.Jack Jansen2001-01-021-1/+0
|
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+7
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-0/+11
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+3
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-1/+2
| | | | Lib:toolbox folder.
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-091-0/+1
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+5
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* the usualGuido van Rossum1995-03-101-0/+3
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+60