Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 1 | -11/+3 |
| | | | | needed). | ||||
* | When we're freezing to sourcecode and one of the modules is a dynamic module ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+4 |
| | | | | that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 3 | -4/+4 |
| | |||||
* | Got module to work under Carbon. Also disabled a few more bits of cfm68k ↵ | Jack Jansen | 2001-03-20 | 1 | -12/+21 |
| | | | | support. | ||||
* | Added riscos modules to modules that don't have to be included. | Jack Jansen | 2001-03-20 | 1 | -1/+3 |
| | |||||
* | Removed exceptions from the required modules (it's builtin nowadays) | Jack Jansen | 2000-09-14 | 1 | -2/+2 |
| | | | | Added _winreg to the non-required modules. | ||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 2 | -4/+4 |
| | | | | carbon-compatible). | ||||
* | Also add a one-line description of the "optional" directive. | Jack Jansen | 2000-06-13 | 1 | -0/+1 |
| | |||||
* | macfsn should always be included, like exceptions and site. | Jack Jansen | 2000-05-17 | 1 | -1/+1 |
| | |||||
* | Adapted to new macmudulefinder.process() API. (jvr) | Just van Rossum | 1999-11-04 | 2 | -8/+18 |
| | |||||
* | - changed the API of process() so it will return a list of missing modules ↵ | Just van Rossum | 1999-11-04 | 1 | -6/+8 |
| | | | | | | | instead of raising an exception. - minor cleanups (jvr) | ||||
* | Optionally bracket all external declarations of init functions with "ifndef"s. | Jack Jansen | 1999-10-01 | 2 | -4/+4 |
| | |||||
* | Added module "ce" to list of modules known not to exist on the mac. | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Don't set type of application, it's taken care of elsewhere -- jvr | Just van Rossum | 1999-06-30 | 1 | -2/+0 |
| | |||||
* | Added an "optional" directive, that will include a module if it is available | Jack Jansen | 1999-06-04 | 2 | -3/+6 |
| | | | | but not complain if it isn't (giving an ImportError when the frozen code is run). | ||||
* | added 'org.python.core' to the maymiss list (pickly.py tries to import it, ↵ | Just van Rossum | 1999-04-24 | 1 | -1/+2 |
| | | | | probably for JPython support) -- jvr | ||||
* | added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+3 |
| | |||||
* | changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr | Just van Rossum | 1999-01-30 | 1 | -3/+3 |
| | |||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 1 | -0/+0 |
| | |||||
* | Removed warnings for packages (Just implemented support for freezing | Jack Jansen | 1999-01-21 | 2 | -2/+2 |
| | | | | them, so the warning is obsolete). | ||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 1 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 2 | -21/+0 |
| | |||||
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 2 | -6/+11 |
| | |||||
* | Replace first sys.path entry with the directory where the script lives | Jack Jansen | 1998-08-18 | 1 | -1/+5 |
| | | | | (Just). | ||||
* | Implementation of freezing from shared libraries, without source. (Just) | Jack Jansen | 1998-07-31 | 2 | -7/+201 |
| | |||||
* | A well-known example for freeze. | Jack Jansen | 1998-06-26 | 1 | -0/+5 |
| | |||||
* | Mac version of freeze. Uses standard freeze modules where it can, | Jack Jansen | 1998-06-26 | 10 | -0/+557 |
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet. |