Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. | Jack Jansen | 2000-06-28 | 1 | -1/+7 |
| | |||||
* | ucnhash and various other modules added. | Jack Jansen | 2000-06-28 | 2 | -0/+0 |
| | |||||
* | Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. | Jack Jansen | 2000-06-28 | 1 | -3/+4 |
| | |||||
* | Added USE_UCNHASH (experimental, I hope it can go) | Jack Jansen | 2000-06-28 | 1 | -0/+1 |
| | |||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 25 | -15/+170 |
| | |||||
* | Added an optional debug handler that traps and prints all unknown appleevents. | Jack Jansen | 2000-06-20 | 13 | -13/+24 |
| | |||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 14 | -21/+21 |
| | | | | carbon-compatible). | ||||
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 3 | -2/+44 |
| | |||||
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 2 | -0/+84 |
| | |||||
* | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
| | |||||
* | Oops, default type and creator were reversed. | Jack Jansen | 2000-06-14 | 1 | -1/+1 |
| | |||||
* | Also add a one-line description of the "optional" directive. | Jack Jansen | 2000-06-13 | 1 | -0/+1 |
| | |||||
* | Added _localemodule and exceptions.c | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Added _localemodule. | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Nav removed (it has moved to the core toolbox modules). | Jack Jansen | 2000-06-07 | 1 | -4/+0 |
| | |||||
* | Nav and AE have been moved to core toolbox modules: fixup dependent modules, ↵ | Jack Jansen | 2000-06-07 | 7 | -30/+46 |
| | | | | export symbol list, etc. | ||||
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵ | Jack Jansen | 2000-06-07 | 4 | -4/+0 |
| | | | | | | all _that_ huge. Modified for new builtin exceptions.c. | ||||
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵ | Jack Jansen | 2000-06-07 | 3 | -6/+2 |
| | | | | all _that_ huge. | ||||
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵ | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
| | | | | "if uthread". | ||||
* | Upped default memory size to 16MB | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Added lib-tk to the standard sys.path initializer. | Jack Jansen | 2000-06-05 | 1 | -1/+2 |
| | |||||
* | Removed assorted old ifdefs. | Jack Jansen | 2000-06-04 | 2 | -19/+0 |
| | |||||
* | Removed support for very old CodeWarrior runtimes. | Jack Jansen | 2000-06-04 | 1 | -20/+0 |
| | |||||
* | Removed SYMANTEC_CFM68K support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
| | |||||
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 4 | -87/+1 |
| | |||||
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 10 | -812/+2 |
| | |||||
* | Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due ↵ | Jack Jansen | 2000-06-04 | 1 | -2/+2 |
| | | | | to tk issues, though, but it isn't important right now. | ||||
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -7/+9 |
| | | | | Added a CARBON indicator to the version string. | ||||
* | First version of the project that produces a working Carbon binary. The ↵ | Jack Jansen | 2000-06-02 | 1 | -0/+0 |
| | | | | binary has only been tested on MacOS9, so far. This project needs CW IDE 4.1b4 or later. | ||||
* | Revived various of the compatability routines and made them ↵ | Jack Jansen | 2000-06-02 | 4 | -25/+61 |
| | | | | Carbon-compliant. This is needed because the initial carbon-python does not use GUSI. | ||||
* | Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ↵ | Jack Jansen | 2000-06-02 | 1 | -3/+0 |
| | | | | System 5) or earlier anymore:-) | ||||
* | Made the core toolbox modules carbon-compatible using the new greylist ↵ | Jack Jansen | 2000-06-02 | 35 | -129/+667 |
| | | | | | | 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 GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, ↵ | Jack Jansen | 2000-06-02 | 1 | -3/+9 |
| | | | | which are carbon-compatible. | ||||
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+6 |
| | | | | | - Don't call all the toolbox init routines. - No balloon help, so removed help code from the initial dialog. | ||||
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+25 |
| | | | | | | | - Use TickCount() in stead of LMGetTicks() - Don't use xxxGetFile event filter - Don't call SystemTask or HandleSysWindowEvent (is this also automatically handled under os9??) - Don't scan event queue for cmd-. (to be fixed at some point). | ||||
* | Fixed callback function arguments to be carbon-compatible. | Jack Jansen | 2000-06-02 | 1 | -4/+6 |
| | | | | (Temporarily?) removed call to ProcessHighLevelEvent until we find out how to do this (Carbon only). | ||||
* | Config file for PythonStandCarbon (small non-shared MacPython for Carbon). | Jack Jansen | 2000-06-02 | 1 | -0/+40 |
| | |||||
* | Made compatible with MSL Carbon libraries. | Jack Jansen | 2000-06-02 | 1 | -4/+13 |
| | |||||
* | macfsn should always be included, like exceptions and site. | Jack Jansen | 2000-05-17 | 1 | -1/+1 |
| | |||||
* | Manually added HRHTMLRenderingLibAvailable. | Jack Jansen | 2000-05-15 | 3 | -3/+23 |
| | | | | Blacklist HRDisposeReference and call it in the dispose routine. | ||||
* | Slowly becoming functional... | Jack Jansen | 2000-05-15 | 1 | -0/+0 |
| | |||||
* | Interface to macOS 9 HTMLRenderingLib. Not yet functional. | Jack Jansen | 2000-05-14 | 5 | -0/+1074 |
| | |||||
* | (Temporarily) revived after a long sleep, for building MacPython without GUSI | Jack Jansen | 2000-05-12 | 1 | -5/+5 |
| | |||||
* | Fixed to work again without USE_GUSI and with USE_MSL_MALLOC | Jack Jansen | 2000-05-12 | 1 | -0/+12 |
| | |||||
* | Fixed to work again without USE_GUSI | Jack Jansen | 2000-05-12 | 1 | -4/+1 |
| | |||||
* | Added unicodedata and _codecs modules (which had apparently slipped through ↵ | Jack Jansen | 2000-05-12 | 1 | -0/+4 |
| | | | | until now). | ||||
* | First tiny steps towards Carbon: this project currently builds a ↵ | Jack Jansen | 2000-05-12 | 1 | -0/+0 |
| | | | | PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this. | ||||
* | GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For ↵ | Jack Jansen | 2000-05-10 | 1 | -1/+2 |
| | | | | now the workaround is to only enable MacTCP sockets. | ||||
* | USE_GUSI2 should be defined, not USE_GUSI1. | Jack Jansen | 2000-05-09 | 1 | -2/+2 |
| | |||||
* | Selecting the macfsn option didn't work, fixed. | Jack Jansen | 2000-05-09 | 5 | -7/+6 |
| | | | | | Fixed the help strings. Swapped the macfsn and help button numbers. |