| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 3 | -12/+0 |
|
|
* | Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 2 | -63/+0 |
|
|
* | - Removed guesstabsize.c, which is obsolete. | Jack Jansen | 2000-07-11 | 1 | -0/+0 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 19 | -41/+83 |
|
|
* | Added a declaration of fileno() if we use GUSI. Not sure whether it should go... | Jack Jansen | 2000-07-11 | 1 | -0/+5 |
|
|
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 6 | -33/+33 |
|
|
* | So many things have changed over the last few weeks that it's probably a good... | Jack Jansen | 2000-07-07 | 30 | -10/+24 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 23 | -86/+86 |
|
|
* | Added the unchash module. | Jack Jansen | 2000-07-07 | 3 | -2/+3 |
|
|
* | Evt moved to the core toolbox modules. | Jack Jansen | 2000-07-04 | 2 | -1/+0 |
|
|
* | PyMac_FindModuleExtension now uses a size_t as its size parameter for compati... | Jack Jansen | 2000-07-03 | 2 | -2/+2 |
|
|
* | a minimal test app to show how to build a standalone app with W | Just van Rossum | 2000-07-01 | 1 | -0/+20 |
|
|
* | added clearkey = '\033' | Just van Rossum | 2000-07-01 | 1 | -1/+1 |
|
|
* | fixed bug in comment matching | Just van Rossum | 2000-07-01 | 1 | -3/+3 |
|
|
* | added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. | Jack Jansen | 2000-06-28 | 1 | -1/+7 |
|
|
* | ucnhash and various other modules added. | Jack Jansen | 2000-06-28 | 2 | -0/+0 |
|
|
* | Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. | Jack Jansen | 2000-06-28 | 1 | -3/+4 |
|
|
* | Added USE_UCNHASH (experimental, I hope it can go) | Jack Jansen | 2000-06-28 | 1 | -0/+1 |
|
|
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 25 | -15/+170 |
|
|
* | Added an optional debug handler that traps and prints all unknown appleevents. | Jack Jansen | 2000-06-20 | 13 | -13/+24 |
|
|
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compat... | Jack Jansen | 2000-06-20 | 14 | -21/+21 |
|
|
* | Made to work under carbon. | Jack Jansen | 2000-06-20 | 3 | -2/+44 |
|
|
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 2 | -0/+84 |
|
|
* | Made argc/argv processing work again under carbon. | Jack Jansen | 2000-06-20 | 1 | -2/+2 |
|
|
* | Oops, default type and creator were reversed. | Jack Jansen | 2000-06-14 | 1 | -1/+1 |
|
|
* | Also add a one-line description of the "optional" directive. | Jack Jansen | 2000-06-13 | 1 | -0/+1 |
|
|
* | Added _localemodule and exceptions.c | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
|
|
* | Added _localemodule. | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
|
|
* | Nav removed (it has moved to the core toolbox modules). | Jack Jansen | 2000-06-07 | 1 | -4/+0 |
|
|
* | Nav and AE have been moved to core toolbox modules: fixup dependent modules, ... | Jack Jansen | 2000-06-07 | 7 | -30/+46 |
|
|
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't all... | Jack Jansen | 2000-06-07 | 4 | -4/+0 |
|
|
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't all... | Jack Jansen | 2000-06-07 | 3 | -6/+2 |
|
|
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ... | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
|
|
* | Upped default memory size to 16MB | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
|
|
* | Added lib-tk to the standard sys.path initializer. | Jack Jansen | 2000-06-05 | 1 | -1/+2 |
|
|
* | Removed assorted old ifdefs. | Jack Jansen | 2000-06-04 | 2 | -19/+0 |
|
|
* | Removed support for very old CodeWarrior runtimes. | Jack Jansen | 2000-06-04 | 1 | -20/+0 |
|
|
* | Removed SYMANTEC_CFM68K support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
|
|
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 4 | -87/+1 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 10 | -812/+2 |
|
|
* | Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due t... | Jack Jansen | 2000-06-04 | 1 | -2/+2 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -7/+9 |
|
|
* | First version of the project that produces a working Carbon binary. The binar... | Jack Jansen | 2000-06-02 | 1 | -0/+0 |
|
|
* | Revived various of the compatability routines and made them Carbon-compliant.... | Jack Jansen | 2000-06-02 | 4 | -25/+61 |
|
|
* | Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ... | Jack Jansen | 2000-06-02 | 1 | -3/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 35 | -129/+667 |
|
|
* | Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, ... | Jack Jansen | 2000-06-02 | 1 | -3/+9 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+6 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+25 |
|
|