summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Added itertools module.Jack Jansen2003-02-051-0/+2
|
* Added zipimport and _random module.Jack Jansen2002-12-301-0/+4
|
* Removed macfs, added File and Folder.Jack Jansen2002-12-241-2/+4
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-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 Jansen2002-09-061-0/+2
|
* Added _IBCarbon module.Jack Jansen2002-08-051-0/+2
|
* - Got rid if WITH_CYCLE_GCJack Jansen2002-07-071-4/+0
| | | | | - Cleaned up Python banner string, so the normal build for MacPython 2.3 will have a short banner.
* - Got rid of newmodule.cJack Jansen2002-06-201-2/+0
| | | | - These are the final projects that support classic.
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+6
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Added hfsplusapi module.Jack Jansen2001-11-061-0/+4
|
* exceptions was missing from the module list. Added.Jack Jansen2001-08-271-0/+1
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-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 Jansen2001-08-071-8/+6
|
* Bit another bullet: all toolbox modules are now in dynamically loaded ↵Jack Jansen2001-08-071-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 Rossum2001-06-211-0/+6
|
* Soundex has gone.Jack Jansen2001-02-271-2/+0
|
* Re-enabled Scrap (even though it's mostly empty right now).Jack Jansen2001-01-291-2/+0
|
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-251-6/+2
|
* Drag moved to core toolbox modules (Win uses it).Jack Jansen2000-12-121-2/+2
|
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
|
* Added Qdoffs and (optionally) icglue modules.Jack Jansen2000-09-141-0/+8
|
* - Added pyexpat.Jack Jansen2000-08-251-3/+9
| | | | - Renamed socket to _socket.
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-2/+2
|
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-071-1/+2
| | | | specifier, now that h is signed-only.
* added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math.Jack Jansen2000-06-281-1/+7
|
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+3
|
* Made to work under carbon.Jack Jansen2000-06-201-2/+4
|
* Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵Jack Jansen2000-06-071-2/+2
| | | | all _that_ huge.
* Removed SYMANTEC_CFM68K support.Jack Jansen2000-06-041-4/+0
|
* Removed USE_STDWIN support.Jack Jansen2000-06-041-13/+0
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-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 Jansen2000-05-121-0/+4
| | | | until now).
* 1.6a1 modules added.Jack Jansen2000-04-071-2/+8
|
* Added Nav moduleJack Jansen1999-12-161-0/+2
|
* Drag module added.Jack Jansen1999-07-051-0/+2
|
* Added App module (appearance manager interface).Jack Jansen1999-03-041-0/+2
|
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-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 forestallJack Jansen1998-08-181-0/+280
the continuous name conflicts which cause the wrong config.c to be found.