Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of all the plugin xml files: they are generated, and | Jack Jansen | 2001-08-19 | 135 | -63926/+0 |
| | | | | | | | | | they were only in the repository for people building MacPython from CVS (the .cmp project files are in a MacPython source distribution). The process to regenerate them is now easier (and documented!) so these shouldn't be needed anymore. And eventually they should all be built by setup.py anyway. | ||||
* | If genpluginprojects is called from fullbuild we set the Python source ↵ | Jack Jansen | 2001-08-16 | 2 | -1/+5 |
| | | | | 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. | ||||
* | Long time overdue: change sys.path defaults so that people will | Just van Rossum | 2001-08-16 | 1 | -1/+1 |
| | | | | have to do "from PIL import Image" instead of "import Image". | ||||
* | Updated to the current state of things (long overdue). | Jack Jansen | 2001-08-16 | 1 | -91/+61 |
| | |||||
* | Removed expat from the access paths, it isn't needed. | Jack Jansen | 2001-08-16 | 1 | -0/+0 |
| | |||||
* | Merged release21-maint changes. | Jack Jansen | 2001-08-12 | 2 | -10/+22 |
| | |||||
* | test_glob found a nasty bug in GUSI opendir(): it will not fail when called ↵ | Jack Jansen | 2001-08-11 | 1 | -0/+18 |
| | | | | on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. | ||||
* | Before asking the finder to start the application (if start=1 is specified), ↵ | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
| | | | | check that it isn't incidentally running already. | ||||
* | Got rid of the activate() so codewarrior doesn't come to front. It isn't ↵ | Jack Jansen | 2001-08-11 | 1 | -1/+0 |
| | | | | needed, and without it you can get work done while building the projects:-) | ||||
* | Added a note about the various tests here. | Jack Jansen | 2001-08-11 | 1 | -0/+4 |
| | |||||
* | use the proper prefix file under Carbon | Just van Rossum | 2001-08-11 | 1 | -1/+4 |
| | |||||
* | Regenerated. | Jack Jansen | 2001-08-10 | 2 | -232/+248 |
| | |||||
* | Changed reference to config.h to pyconfig.h. | Jack Jansen | 2001-08-10 | 1 | -0/+0 |
| | |||||
* | Resource files for OSX Python.framework. Incomplete, and they should probably | Jack Jansen | 2001-08-08 | 3 | -0/+49 |
| | | | | | eventually be generated so version numbers and such are automatically correct, but they do the job for now. | ||||
* | Adapted for pymactoolbox.c and changed externals elsewhere. | Jack Jansen | 2001-08-08 | 4 | -2/+0 |
| | |||||
* | - Don't return mac-style pathnames in unix-Python. | Jack Jansen | 2001-08-08 | 2 | -168/+79 |
| | | | | | - Fixed up a lot more prototypes (gcc also wants them on static routines) - Fixed various other gcc warnings. | ||||
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 3 | -525/+2 |
| | | | | | | | | | | | | with functionality needed for both unix-Python and MacPython and a new smaller ./Mac/Python/macglue.c which contains MacPython stuff only. pymactoolbox.h has moved to ./Include from ./Mac/Include and now also contains the relevant stuff from macglue.h. The net effect of this is that the ./Mac subdirectory is not needed anymore for building the unix-Python core on MacOSX (it is needed for building the extension modules). | ||||
* | Brought up-to-date. | Jack Jansen | 2001-08-07 | 1 | -0/+0 |
| | |||||
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 5 | -37/+0 |
| | |||||
* | Got rid of mactcp cruft, added Mlte and CF modules. | Jack Jansen | 2001-08-07 | 1 | -8/+6 |
| | |||||
* | Removed unused variable. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
| | |||||
* | Yet another project. | Jack Jansen | 2001-08-07 | 2 | -0/+1078 |
| | |||||
* | Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. | Jack Jansen | 2001-08-07 | 9 | -21/+0 |
| | |||||
* | Removed outdated stuff. | Jack Jansen | 2001-08-07 | 3 | -130/+0 |
| | |||||
* | Project files for the new plugin modules, plus a few that hadn't been added ↵ | Jack Jansen | 2001-08-07 | 38 | -0/+18457 |
| | | | | yet but should have been. | ||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 9 | -146/+41 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 5 | -12/+64 |
| | | | | Also updated pyconfig.h to the current state of pyconfig.h.in. | ||||
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | Show the MacPython IDE version in the interactive banner. | Just van Rossum | 2001-08-06 | 1 | -1/+4 |
| | |||||
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 3 | -1/+20 |
| | |||||
* | If we use frameworks we should include CoreServices/CoreServices.h, not the | Jack Jansen | 2001-08-03 | 2 | -2/+2 |
| | | | | old-style CoreFoundation.h. | ||||
* | TXNTSMCheck isn't available under Mach-O Carbon. | Jack Jansen | 2001-08-03 | 2 | -2/+10 |
| | |||||
* | ICFindConfigFile isn't needed, and it's gone under carbon. | Jack Jansen | 2001-08-03 | 1 | -2/+3 |
| | |||||
* | EasyDialogs has a working version of this. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | These stopped working a long time ago, and they're not worth fixing. | Jack Jansen | 2001-08-03 | 2 | -132/+0 |
| | |||||
* | Obsolete, EasyDialogs has the same code (but working:-). | Jack Jansen | 2001-08-03 | 2 | -72/+0 |
| | |||||
* | Obsolete: uses old applescript support. | Jack Jansen | 2001-08-03 | 1 | -33/+0 |
| | |||||
* | Obsolete, uses the old non-package-based applescript suite support. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 1 | -79/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 2 | -3/+2 |
| | |||||
* | Removed: it doesn't work anymore, and it wasn't all that useful anyway. The ↵ | Jack Jansen | 2001-08-03 | 1 | -68/+0 |
| | | | | FrameWork testcode shows similar functionality. | ||||
* | Obsolete, superseded by :Mac:Demo:imgbrowse and friends. | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:TE | Jack Jansen | 2001-08-03 | 1 | -81/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:waste | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, removed. | Jack Jansen | 2001-08-03 | 19 | -8502/+0 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 26 | -122/+162 |
| | |||||
* | (Finally) converted to new-style args. | Jack Jansen | 2001-08-03 | 1 | -37/+136 |
| | | | | | | | Added an optional (and ignored) 3d parameter to open() to make the signature compatible with posixmodule. Added the various O_ constants (by stealing the code from posixmodule). test_fileinput now passes. | ||||
* | Added descrobject.c and mysnprintf.c | Jack Jansen | 2001-08-03 | 2 | -0/+0 |
| | |||||
* | Regenerated for new description stuff. | Jack Jansen | 2001-08-03 | 2 | -326/+456 |
| | |||||
* | config.h renamed to pyconfig.h | Jack Jansen | 2001-07-27 | 2 | -1/+1 |
| |