| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a note about gdbm. | Jack Jansen | 2000-09-14 | 1 | -1/+3 |
|
|
* | Added a note about getting CarbonLib as a way to get a new Appearance/NavServ... | Jack Jansen | 2000-09-14 | 1 | -6/+13 |
|
|
* | Fixes that should make it possible to run Python on machines without NavServi... | Jack Jansen | 2000-09-14 | 1 | -0/+5 |
|
|
* | Fixes that should make it possible to run Python on machines without NavServi... | Jack Jansen | 2000-09-14 | 3 | -0/+0 |
|
|
* | Removed exceptions from the required modules (it's builtin nowadays) | Jack Jansen | 2000-09-14 | 1 | -2/+2 |
|
|
* | Added Qdoffs and (optionally) icglue modules. | Jack Jansen | 2000-09-14 | 1 | -0/+8 |
|
|
* | Added USE_IC and USE_PYEXPAT | Jack Jansen | 2000-09-14 | 1 | -0/+2 |
|
|
* | Not relevant anymore, as pyexpat has moved to another maintainer. | Jack Jansen | 2000-09-13 | 2 | -53/+0 |
|
|
* | Include Numerical header files in developer distribution. | Jack Jansen | 2000-09-13 | 1 | -6/+19 |
|
|
* | Added a note that multiple threads breaks command-. | Jack Jansen | 2000-09-12 | 1 | -0/+2 |
|
|
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 10 | -0/+18 |
|
|
* | Upped SIZE to 16MB so IDE can run test.autotest (sigh). | Jack Jansen | 2000-09-11 | 1 | -0/+0 |
|
|
* | Final tweaks for 2.0b1 | Jack Jansen | 2000-09-11 | 34 | -8/+42 |
|
|
* | This shouldn't have been here in the first place. | Jack Jansen | 2000-09-10 | 1 | -241/+0 |
|
|
* | Release notes for 2.0b1. It is not much, but I can't find all the info back:-( | Jack Jansen | 2000-09-10 | 1 | -11/+14 |
|
|
* | Don't include various of the Lib:plat-* folders. | Jack Jansen | 2000-09-10 | 1 | -4/+17 |
|
|
* | The logic for finding long matches before short ones was wrong (why did I nev... | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
|
|
* | Updated for 2.0b1 | Jack Jansen | 2000-09-10 | 5 | -148/+126 |
|
|
* | First attempt at a 2.0b1 installer | Jack Jansen | 2000-09-08 | 1 | -0/+0 |
|
|
* | Updated for .0b1 distribution | Jack Jansen | 2000-09-08 | 3 | -86/+113 |
|
|
* | Some of the types are signed 8 bit ints. Fixed. | Jack Jansen | 2000-09-08 | 2 | -10/+10 |
|
|
* | PyOS_CheckStack now understands multiple threads. Other threads are not stack... | Jack Jansen | 2000-09-08 | 1 | -2/+14 |
|
|
* | Removed 68K support. | Jack Jansen | 2000-09-08 | 35 | -0/+8 |
|
|
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 5 | -12/+6 |
|
|
* | Use same short banner message as unix/win Python. | Jack Jansen | 2000-09-08 | 1 | -3/+7 |
|
|
* | Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. | Jack Jansen | 2000-09-08 | 1 | -1/+4 |
|
|
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 2 | -2/+2 |
|
|
* | How-to document for using Python for CGI scripting. Not complete and untested... | Jack Jansen | 2000-08-25 | 1 | -0/+53 |
|
|
* | Last set of CW Pro 5 projects (probably) | Jack Jansen | 2000-08-25 | 31 | -15/+41 |
|
|
* | Include xx project, exclude all the others. | Jack Jansen | 2000-08-25 | 1 | -67/+67 |
|
|
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 1 | -0/+1 |
|
|
* | Added routine DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 3 | -2/+43 |
|
|
* | Added a prototype for mstats(). | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
|
|
* | Window objects now also have an AutoDispose funcpointer (set for our windows,... | Jack Jansen | 2000-08-25 | 3 | -23/+61 |
|
|
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
|
|
* | HMGetBalloonWindow should try to return an existing window. | Jack Jansen | 2000-08-25 | 2 | -1/+3 |
|
|
* | - Added pyexpat. | Jack Jansen | 2000-08-25 | 1 | -3/+9 |
|
|
* | Don't use our own malloc any more. It made test_longexp crash due to its opti... | Jack Jansen | 2000-08-25 | 6 | -7/+36 |
|
|
* | Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
|
|
* | Removed debug output. | Jack Jansen | 2000-08-25 | 1 | -3/+0 |
|
|
* | Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep... | Jack Jansen | 2000-08-25 | 1 | -3/+6 |
|
|
* | Regenerated to take advantage of support for multiple names for a single prop... | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
|
|
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
|
|
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
|
|
* | Updated the applescript documentation for te new framework, and replaced the ... | Jack Jansen | 2000-08-20 | 9 | -963/+1252 |
|
|
* | Added a package for the other browser too. | Jack Jansen | 2000-08-20 | 6 | -0/+964 |
|
|
* | Moved to unsupported: it never lived up to its expectancies, and for the Mac ... | Jack Jansen | 2000-08-20 | 10 | -0/+0 |
|
|
* | Moved to unsupported: it doesn't work anymore and it has outlived its usefuln... | Jack Jansen | 2000-08-20 | 1 | -0/+0 |
|
|
* | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -8/+2 |
|
|
* | Fixed again to work with the old scripting interface (so we can test the new ... | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
|
|