Jack Jansen
|
3e82872eca
|
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
|
2003-01-08 16:27:44 +00:00 |
Jack Jansen
|
487197dd53
|
Updated for demise of macfs.
|
2002-12-24 13:07:58 +00:00 |
Jack Jansen
|
9ea729c624
|
Got rid of non-carbon stuff, and added new Alias, File and Folder modules.
|
2002-12-13 23:34:03 +00:00 |
Jack Jansen
|
25a8f0d5f8
|
Silly me, I enabled the old help module. Fixed.
|
2002-09-06 22:59:00 +00:00 |
Jack Jansen
|
b34101162d
|
Added carbon Help module.
|
2002-09-06 22:41:03 +00:00 |
Jack Jansen
|
fd372aa8e9
|
Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,
classic Python is gone.
|
2002-08-22 23:37:00 +00:00 |
Jack Jansen
|
3bd3fedeca
|
Added _IBCarbon module.
|
2002-08-05 14:12:24 +00:00 |
Jack Jansen
|
1892cf0312
|
Started on support for using standard setup.py to build at least
the "standard" modules. Unfinished, but shouldn't harm anything.
|
2002-06-27 22:09:19 +00:00 |
Jack Jansen
|
c70815ac0f
|
Disabled non-carbon builds (for the moment still optional) and made
these scripts work with the new precompiled headers.
|
2002-06-26 22:06:08 +00:00 |
Jack Jansen
|
a618c3fcfe
|
Build _tkinter for Carbon too.
|
2002-01-22 23:24:41 +00:00 |
Just van Rossum
|
663dd79861
|
added CoreGraphics to build list
|
2001-12-13 13:22:46 +00:00 |
Just van Rossum
|
aa6e83f2e9
|
added CarbonEvents
|
2001-12-12 22:42:37 +00:00 |
Jack Jansen
|
b3be216b41
|
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
|
2001-11-30 14:16:36 +00:00 |
Jack Jansen
|
df222d2691
|
Added hfsplusapi module.
|
2001-11-06 15:56:56 +00:00 |
Jack Jansen
|
6f1da007b9
|
Added _hotshot.
|
2001-10-23 22:23:44 +00:00 |
Jack Jansen
|
7c10008917
|
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.
|
2001-08-29 22:08:06 +00:00 |
Jack Jansen
|
3c06b9a7d4
|
Use the new macresource module to open the accompanying resource file (if needed).
|
2001-08-27 21:41:23 +00:00 |
Jack Jansen
|
5a6fdcd371
|
Import the MacOS toolbox modules from the Carbon package.
|
2001-08-25 12:15:04 +00:00 |
Jack Jansen
|
77105a960b
|
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
|
2001-08-23 13:51:46 +00:00 |
Jack Jansen
|
e791a6421f
|
If genpluginprojects is called from fullbuild we set the Python source 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.
|
2001-08-16 20:39:17 +00:00 |
Jack Jansen
|
67992b7732
|
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
|
2001-08-07 13:53:25 +00:00 |
Jack Jansen
|
654c8db9a0
|
Typo in the classic mlte build line.
|
2001-07-16 22:04:08 +00:00 |
Jack Jansen
|
198641247b
|
Added Mlte module (which, to my surprise, is available for classic ppc as well).
|
2001-07-13 20:57:47 +00:00 |
Jack Jansen
|
f4b9fb719a
|
Added CF module build and project generation (carbon only).
|
2001-06-26 21:52:08 +00:00 |
Jack Jansen
|
875b51dff9
|
Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
|
2001-03-20 23:30:06 +00:00 |
Jack Jansen
|
c1463c9870
|
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
|
2001-03-06 22:46:25 +00:00 |
Jack Jansen
|
a647807e40
|
Also build Imaging for Carbon.
|
2001-03-01 23:15:01 +00:00 |
Jack Jansen
|
cbb5d4972f
|
ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
|
2001-02-17 23:31:48 +00:00 |
Jack Jansen
|
5288c47f6b
|
Added buttons for building interpreter, carbon standalone.
Added modules _testcapi, _weakref, _symtable.
|
2001-02-12 14:46:53 +00:00 |
Jack Jansen
|
5a8115c94b
|
Ported the icglue module to carbon.
|
2001-01-29 13:27:46 +00:00 |
Jack Jansen
|
41eb3c7dc5
|
ucnhash module has gone.
|
2001-01-25 16:28:34 +00:00 |
Jack Jansen
|
8c98266a7d
|
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
|
2001-01-24 16:02:07 +00:00 |
Jack Jansen
|
131c288484
|
Build directives for PythonStandalone were missing.
|
2001-01-24 14:06:35 +00:00 |
Jack Jansen
|
7b7e713c0d
|
Also build the Carbon extension modules.
|
2001-01-23 23:19:41 +00:00 |
Jack Jansen
|
c3fc51f61b
|
Added the actual builds of the carbon projects.
|
2001-01-23 22:36:52 +00:00 |
Jack Jansen
|
1f5cd700e9
|
Added support for forced project building.
Added carbon targets (mainly placeholders at the moment).
|
2001-01-21 22:25:11 +00:00 |
Jack Jansen
|
e56e87dcc8
|
Got rid of 68K support.
Added optional generation of project files.
Redesigned dialog.
|
2001-01-03 11:12:21 +00:00 |
Jack Jansen
|
be614ee732
|
Use re in stead of regex.
|
2001-01-02 22:02:02 +00:00 |
Jack Jansen
|
07d69f60bd
|
New .mcp names for tkinter and imgmodules projects.
|
2001-01-01 21:51:33 +00:00 |
Jack Jansen
|
968c36d81b
|
Qdoffs now exports GWorld new/convert, and Qt uses them.
Drag moved to core toolbox modules (Win uses it).
|
2000-12-12 21:53:48 +00:00 |
Jack Jansen
|
a5d384dedf
|
Updated for the new project names.
|
2000-12-03 22:36:42 +00:00 |
Jack Jansen
|
ab49e88116
|
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
|
2000-10-13 23:35:04 +00:00 |
Jack Jansen
|
6ab2cb6696
|
Better exit handling.
|
2000-10-12 21:22:26 +00:00 |
Jack Jansen
|
3500d85b07
|
Removed 68k support, added pyexpat, adapted for new NumPy.
|
2000-09-08 10:19:04 +00:00 |
Jack Jansen
|
87426b9f1b
|
Use the new package-based scripting support.
|
2000-08-17 22:12:12 +00:00 |
Jack Jansen
|
bc66f950e8
|
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
|
2000-07-24 19:45:07 +00:00 |
Jack Jansen
|
89d017d072
|
Added the unchash module.
|
2000-07-07 13:08:09 +00:00 |
Jack Jansen
|
d13c385462
|
Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible).
|
2000-06-20 21:59:25 +00:00 |
Jack Jansen
|
dafe4712dd
|
Nav removed (it has moved to the core toolbox modules).
|
2000-06-07 20:35:38 +00:00 |
Jack Jansen
|
bfbf113827
|
Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder.
|
2000-04-23 22:13:15 +00:00 |