Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 1 | -322/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Added itertools module. | Jack Jansen | 2003-02-05 | 1 | -0/+2 |
| | |||||
* | Added zipimport and _random module. | Jack Jansen | 2002-12-30 | 1 | -0/+4 |
| | |||||
* | Removed macfs, added File and Folder. | Jack Jansen | 2002-12-24 | 1 | -2/+4 |
| | |||||
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -8/+0 |
| | | | | | | 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). | ||||
* | Enable _AH module. | Jack Jansen | 2002-09-06 | 1 | -0/+2 |
| | |||||
* | Added _IBCarbon module. | Jack Jansen | 2002-08-05 | 1 | -0/+2 |
| | |||||
* | - Got rid if WITH_CYCLE_GC | Jack Jansen | 2002-07-07 | 1 | -4/+0 |
| | | | | | - Cleaned up Python banner string, so the normal build for MacPython 2.3 will have a short banner. | ||||
* | - Got rid of newmodule.c | Jack Jansen | 2002-06-20 | 1 | -2/+0 |
| | | | | - These are the final projects that support classic. | ||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -0/+6 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 1 | -0/+4 |
| | |||||
* | exceptions was missing from the module list. Added. | Jack Jansen | 2001-08-27 | 1 | -0/+1 |
| | |||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -46/+46 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | Got rid of mactcp cruft, added Mlte and CF modules. | Jack Jansen | 2001-08-07 | 1 | -8/+6 |
| | |||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 1 | -2/+2 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Added support for the gc module (!). | Just van Rossum | 2001-06-21 | 1 | -0/+6 |
| | |||||
* | 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. |