Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added component mgr and quicktime modules | Jack Jansen | 1995-12-09 | 1 | -0/+5 |
| | |||||
* | Added _tkinter, if USE_TK defined | Jack Jansen | 1995-11-10 | 1 | -1/+6 |
| | |||||
* | Added missing imgpbm and imgsgi modules | Jack Jansen | 1995-10-12 | 1 | -0/+4 |
| | |||||
* | Added List module | Jack Jansen | 1995-08-31 | 1 | -0/+2 |
| | |||||
* | Lots of stuff removed: gone to various other files. | Jack Jansen | 1995-08-14 | 1 | -233/+3 |
| | |||||
* | re-enabled newmodule | Jack Jansen | 1995-08-09 | 1 | -4/+0 |
| | |||||
* | Added binascii | Jack Jansen | 1995-08-07 | 1 | -0/+2 |
| | |||||
* | - Added getplatform() | Jack Jansen | 1995-07-28 | 1 | -0/+9 |
| | | | | - (temporarily?) removed newmodule reference | ||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 1 | -1/+5 |
| | | | | unsupported features). | ||||
* | Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) | Jack Jansen | 1995-06-18 | 1 | -2/+9 |
| | |||||
* | Added USE_* ifdefs for a couple of optional modules. | Jack Jansen | 1995-06-14 | 1 | -9/+22 |
| | |||||
* | Added img stuff (within #ifdef, so they're easy to remove) | Jack Jansen | 1995-06-03 | 1 | -0/+23 |
| | |||||
* | all bgen modules now work with MWerks | Guido van Rossum | 1995-02-27 | 1 | -4/+0 |
| | |||||
* | MAde a few things more orthogonal and did some cleanups: | Jack Jansen | 1995-02-24 | 1 | -12/+7 |
| | | | | | | | | - Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication. | ||||
* | changed ifdefs and comments -- more modules are good | Guido van Rossum | 1995-02-21 | 1 | -11/+5 |
| | |||||
* | Some more modules temp excluded in mwerks, and a comment fix. | Jack Jansen | 1995-02-20 | 1 | -1/+8 |
| | |||||
* | added imp; forget ctb and math for __SC__ (for now) | Guido van Rossum | 1995-02-18 | 1 | -5/+11 |
| | |||||
* | ported to Think C | Guido van Rossum | 1995-02-14 | 1 | -0/+15 |
| | |||||
* | Some of Guido's bgen modules aren't think-only anymore | Jack Jansen | 1995-02-13 | 1 | -0/+3 |
| | |||||
* | added QuickDraw | Guido van Rossum | 1995-02-13 | 1 | -2/+2 |
| | |||||
* | Use PyMac_GetPythonDir() to obtain python homedir | Jack Jansen | 1995-02-13 | 1 | -5/+4 |
| | | | | fileargument moved here from macmain.c | ||||
* | split PATH over multiple lines for clarity; | Guido van Rossum | 1995-01-25 | 1 | -1/+20 |
| | | | | added some generated modules | ||||
* | added Res module | Guido van Rossum | 1995-01-22 | 1 | -0/+2 |
| | |||||
* | Removed imgformat reference | Jack Jansen | 1995-01-22 | 1 | -1/+0 |
| | |||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -2/+2 |
| | |||||
* | ported Jacks changes back to think C | Guido van Rossum | 1995-01-18 | 1 | -2/+10 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 1 | -2/+2 |
| | |||||
* | - PYTHONPATH is now \n-separated, so you can have directories with | Jack Jansen | 1994-12-14 | 1 | -2/+75 |
| | | | | | | | | | | | | spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string. | ||||
* | config.c: add MacOS module | Guido van Rossum | 1994-09-29 | 1 | -0/+2 |
| | | | | macosmodule.c: lots of updates (though playing sound can still hang :-( ) | ||||
* | Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 | Guido van Rossum | 1994-08-29 | 1 | -2/+0 |
| | | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix. | ||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 1 | -8/+15 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 1 | -16/+51 |
| | |||||
* | Don't include intrcheck.h | Guido van Rossum | 1994-06-23 | 1 | -1/+0 |
| | |||||
* | Changes by RMW for MPW | Guido van Rossum | 1994-05-06 | 1 | -0/+9 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-05 | 1 | -0/+210 |