Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Soundex has gone. | Jack Jansen | 2001-02-27 | 1 | -2/+0 |
| | |||||
* | Re-enabled Scrap (even though it's mostly empty right now). | Jack Jansen | 2001-01-29 | 1 | -2/+0 |
| | |||||
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 1 | -6/+2 |
| | |||||
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
| | |||||
* | Added sha module, it's needed by the unicode stuff, it seems. | Jack Jansen | 2000-10-12 | 1 | -0/+2 |
| | |||||
* | Added Qdoffs and (optionally) icglue modules. | Jack Jansen | 2000-09-14 | 1 | -0/+8 |
| | |||||
* | - Added pyexpat. | Jack Jansen | 2000-08-25 | 1 | -3/+9 |
| | | | | - Renamed socket to _socket. | ||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -2/+2 |
| | |||||
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵ | Jack Jansen | 2000-07-07 | 1 | -1/+2 |
| | | | | specifier, now that h is signed-only. | ||||
* | added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. | Jack Jansen | 2000-06-28 | 1 | -1/+7 |
| | |||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 1 | -0/+3 |
| | |||||
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+4 |
| | |||||
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵ | Jack Jansen | 2000-06-07 | 1 | -2/+2 |
| | | | | all _that_ huge. | ||||
* | Removed SYMANTEC_CFM68K support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
| | |||||
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 1 | -13/+0 |
| | |||||
* | Made the core toolbox modules carbon-compatible using the new greylist ↵ | Jack Jansen | 2000-06-02 | 1 | -4/+5 |
| | | | | | | 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. | ||||
* | Added unicodedata and _codecs modules (which had apparently slipped through ↵ | Jack Jansen | 2000-05-12 | 1 | -0/+4 |
| | | | | until now). | ||||
* | 1.6a1 modules added. | Jack Jansen | 2000-04-07 | 1 | -2/+8 |
| | |||||
* | Added Nav module | Jack Jansen | 1999-12-16 | 1 | -0/+2 |
| | |||||
* | Drag module added. | Jack Jansen | 1999-07-05 | 1 | -0/+2 |
| | |||||
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 1 | -0/+2 |
| | |||||
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -12/+21 |
| | | | | | into the config file. This define is also automatically set if USE_TOOLBOX is defined. | ||||
* | I give in (after all these years): renaming config.c to macconfig.c to forestall | Jack Jansen | 1998-08-18 | 1 | -0/+280 |
the continuous name conflicts which cause the wrong config.c to be found. |