Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging changes from release22-branch. | Jack Jansen | 2001-12-27 | 1 | -1/+1 |
| | |||||
* | Applying r22c1 branch mods back to the trunk. | Jack Jansen | 2001-12-20 | 1 | -1/+1 |
| | |||||
* | We have strdup(), but not its prototype:-( | Jack Jansen | 2001-12-14 | 2 | -3/+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). | ||||
* | Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by ↵ | Jack Jansen | 2001-11-06 | 1 | -2/+2 |
| | | | | the Metrowerks compiler for quite some time. | ||||
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 1 | -1/+1 |
| | |||||
* | Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler | Jack Jansen | 2001-10-08 | 1 | -0/+19 |
| | | | | and PyMac_DummyWriteHandler. | ||||
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 1 | -1/+0 |
| | | | | | | parameter for the return string (as unix pathnames are not limited by the 255 char pstring limit). Implemented the function for MachO-Python, where it returns unix pathnames. | ||||
* | Final tweaks for 2.2a3 distribution. | Jack Jansen | 2001-09-08 | 1 | -1/+1 |
| | |||||
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -7/+0 |
| | | | | Moved the declarations to pymactoolbox.h. | ||||
* | Added preferences/startup options for division warning | Jack Jansen | 2001-09-01 | 1 | -1/+6 |
| | | | | and accepting unix-style newlines on input. | ||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -1/+1 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 2 | -149/+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). | ||||
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 1 | -5/+0 |
| | |||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 1 | -1/+1 |
| | | | | 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 | 1 | -4/+43 |
| | | | | Also updated pyconfig.h to the current state of pyconfig.h.in. | ||||
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 1 | -0/+3 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 2 | -1/+4 |
| | |||||
* | config.h renamed to pyconfig.h | Jack Jansen | 2001-07-27 | 1 | -0/+0 |
| | |||||
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs ↵ | Jack Jansen | 2001-07-08 | 1 | -3/+8 |
| | | | | | | | | and pathnames where applicable. PyMac_GetFSSpec and PyMac_BuildFSSpec have moved to macfsmodule from macglue. These mods are untested on OSX. | ||||
* | Added the new unicode defines. Not really tested yet, but Python compiles ↵ | Jack Jansen | 2001-07-02 | 1 | -0/+9 |
| | | | | again at least. | ||||
* | Updated to reflect the current state of config.h.in. | Jack Jansen | 2001-05-23 | 1 | -7/+10 |
| | |||||
* | Include Carbon/Carbon.h if appropriate. | Jack Jansen | 2001-05-22 | 1 | -5/+5 |
| | | | | Fixed glue initialization code so prototype is correct. | ||||
* | include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 2 | -0/+9 |
| | |||||
* | Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and ↵ | Jack Jansen | 2001-05-17 | 1 | -6/+23 |
| | | | | Py_BuildTuple helpers) from one dynamically imported module to another. | ||||
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main ↵ | Jack Jansen | 2001-05-12 | 1 | -3/+10 |
| | | | | | | | | changes are including Carbon/Carbon.h in stead of the old headers (unless WITHOUT_FRAMEWORKS is defined, as it will be for classic MacPython) and selectively disabling all the stuff that is unneeded in a unix-Python (event handling, etc). | ||||
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of ↵ | Jack Jansen | 2001-05-12 | 1 | -2/+2 |
| | | | | !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. | ||||
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 2 | -1/+2 |
| | |||||
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Files for 2.1b1 distribution. | Jack Jansen | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 1 | -1/+1 |
| | |||||
* | Brought in line with current config.h.in. | Jack Jansen | 2001-02-12 | 1 | -54/+151 |
| | |||||
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵ | Jack Jansen | 2001-02-11 | 2 | -1/+4 |
| | | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. | ||||
* | Added prototype for DlgObj_WhichDialog() | Jack Jansen | 2001-02-09 | 1 | -0/+1 |
| | |||||
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
| | |||||
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 1 | -1/+1 |
| | |||||
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵ | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | | | | window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. | ||||
* | Made options global (as PyMac_options) so macosmodule can access it. | Jack Jansen | 2000-10-13 | 1 | -0/+2 |
| | |||||
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 2 | -16/+13 |
| | | | | Default is "unseen output". Upped the Popt version number. | ||||
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 1 | -0/+1 |
| | |||||
* | Moved PyOS_StackCheck prototype to pythonrun.h | Jack Jansen | 2000-08-07 | 1 | -1/+0 |
| | |||||
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 1 | -1/+1 |
| | |||||
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 1 | -8/+0 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -0/+92 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
| | |||||
* | Don't declare sync if we use gusi. | Jack Jansen | 2000-07-14 | 1 | -0/+2 |
| | |||||
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 1 | -4/+0 |
| | |||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 2 | -4/+21 |
| | | | | | | needed header files included. |