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 | -434/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -2/+3 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -3/+2 |
| | |||||
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 1 | -0/+1 |
| | |||||
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 1 | -1/+0 |
| | |||||
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 1 | -2/+4 |
| | |||||
* | Silly me, I enabled the old help module. Fixed. | Jack Jansen | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | Added carbon Help module. | Jack Jansen | 2002-09-06 | 1 | -0/+1 |
| | |||||
* | Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, | Jack Jansen | 2002-08-22 | 1 | -2/+2 |
| | | | | classic Python is gone. | ||||
* | Added _IBCarbon module. | Jack Jansen | 2002-08-05 | 1 | -0/+1 |
| | |||||
* | Started on support for using standard setup.py to build at least | Jack Jansen | 2002-06-27 | 1 | -43/+66 |
| | | | | the "standard" modules. Unfinished, but shouldn't harm anything. | ||||
* | Disabled non-carbon builds (for the moment still optional) and made | Jack Jansen | 2002-06-26 | 1 | -16/+19 |
| | | | | these scripts work with the new precompiled headers. | ||||
* | Build _tkinter for Carbon too. | Jack Jansen | 2002-01-22 | 1 | -2/+2 |
| | |||||
* | added CoreGraphics to build list | Just van Rossum | 2001-12-13 | 1 | -0/+1 |
| | |||||
* | added CarbonEvents | Just van Rossum | 2001-12-12 | 1 | -0/+1 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -1/+1 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 1 | -0/+1 |
| | |||||
* | Added _hotshot. | Jack Jansen | 2001-10-23 | 1 | -0/+2 |
| | |||||
* | Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵ | Jack Jansen | 2001-08-29 | 1 | -0/+4 |
| | | | | used by the test suite. | ||||
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 1 | -5/+2 |
| | | | | needed). | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -3/+3 |
| | |||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -44/+44 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | If genpluginprojects is called from fullbuild we set the Python source ↵ | Jack Jansen | 2001-08-16 | 1 | -0/+3 |
| | | | | directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. | ||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 1 | -3/+21 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Typo in the classic mlte build line. | Jack Jansen | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | Added Mlte module (which, to my surprise, is available for classic ppc as well). | Jack Jansen | 2001-07-13 | 1 | -0/+2 |
| | |||||
* | Added CF module build and project generation (carbon only). | Jack Jansen | 2001-06-26 | 1 | -0/+2 |
| | |||||
* | Added dummy _tkinter module for Carbon, which explains that Tkinter isnt ↵ | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
| | | | | supported under Carbon. | ||||
* | macostools.copy() now has an optional forcetype flag, which sets the ↵ | Jack Jansen | 2001-03-06 | 1 | -1/+1 |
| | | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). | ||||
* | Also build Imaging for Carbon. | Jack Jansen | 2001-03-01 | 1 | -17/+1 |
| | |||||
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵ | Jack Jansen | 2001-02-17 | 1 | -10/+15 |
| | | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. | ||||
* | Added buttons for building interpreter, carbon standalone. | Jack Jansen | 2001-02-12 | 1 | -10/+36 |
| | | | | Added modules _testcapi, _weakref, _symtable. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 1 | -2/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 1 | -2/+2 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
| | |||||
* | Added the actual builds of the carbon projects. | Jack Jansen | 2001-01-23 | 1 | -1/+23 |
| | |||||
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 1 | -17/+42 |
| | | | | Added carbon targets (mainly placeholders at the moment). | ||||
* | Got rid of 68K support. | Jack Jansen | 2001-01-03 | 1 | -59/+41 |
| | | | | | Added optional generation of project files. Redesigned dialog. | ||||
* | Use re in stead of regex. | Jack Jansen | 2001-01-02 | 1 | -5/+5 |
| | |||||
* | New .mcp names for tkinter and imgmodules projects. | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 1 | -2/+0 |
| | | | | Drag moved to core toolbox modules (Win uses it). | ||||
* | Updated for the new project names. | Jack Jansen | 2000-12-03 | 1 | -70/+70 |
| | |||||
* | Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵ | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
| | | | | has been on top of it. | ||||
* | Better exit handling. | Jack Jansen | 2000-10-12 | 1 | -1/+0 |
| | |||||
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 1 | -2/+2 |
| | |||||
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
| | |||||
* | If any of the builds in a group fails offer to stop the fullbuild process ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
| | | | | and open the failing projects in codewarrior. | ||||
* | Added the unchash module. | Jack Jansen | 2000-07-07 | 1 | -2/+2 |
| |