Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ported Jacks changes back to think C | Guido van Rossum | 1995-01-18 | 2 | -2/+14 |
| | |||||
* | added high level event interface (requires stdwin patch) | Guido van Rossum | 1995-01-18 | 1 | -3/+99 |
| | |||||
* | modernized/rationalized, added PyMac_BuildOSType | Guido van Rossum | 1995-01-18 | 2 | -11/+24 |
| | |||||
* | Initial version of FSSpec and Alias code. Non-functional as of now. | Jack Jansen | 1995-01-18 | 3 | -0/+261 |
| | |||||
* | More Pstring() stuff and some cosmetics | Jack Jansen | 1995-01-18 | 4 | -4/+20 |
| | |||||
* | Comment fix | Jack Jansen | 1995-01-18 | 1 | -1/+1 |
| | |||||
* | Some of these were overwriting their argument with a pascal | Jack Jansen | 1995-01-18 | 4 | -12/+4 |
| | | | | string. Use own Pstring() routine (which uses a static buffer) everywhere. | ||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 2 | -8/+105 |
| | | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) | ||||
* | Moved some generally useful routines to macglue.c | Jack Jansen | 1995-01-18 | 1 | -28/+0 |
| | |||||
* | - Ported to powerpc | Jack Jansen | 1995-01-18 | 4 | -63/+146 |
| | | | | | - Fixed bug with accept() call - Better error checking | ||||
* | Fast (and correct) malloc for MetroWerks PPC compiler | Jack Jansen | 1995-01-18 | 2 | -0/+455 |
| | |||||
* | Macconsole module is think-specific | Jack Jansen | 1995-01-18 | 1 | -0/+437 |
| | |||||
* | Moved development-platform specific files to subdirectories | Jack Jansen | 1995-01-18 | 2 | -0/+61 |
| | |||||
* | must include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 4 | -16/+15 |
| | |||||
* | shelve.py: database of persistent objects, on top of pickle.py and anydbm.py | Guido van Rossum | 1995-01-10 | 1 | -0/+125 |
| | | | | | | pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm) | ||||
* | Used new getargs interface; added {Get,Set}FileInfo. | Guido van Rossum | 1995-01-09 | 1 | -44/+77 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 5 | -10/+10 |
| | |||||
* | Think 6.0 version | Guido van Rossum | 1995-01-02 | 1 | -138/+75 |
| | |||||
* | Ported to CodeWarrior | Jack Jansen | 1994-12-14 | 2 | -1/+4 |
| | |||||
* | New routines: | Jack Jansen | 1994-12-14 | 2 | -0/+89 |
| | | | | | | | | macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications. | ||||
* | Unix functionality expected by python but missing from CodeWarrior | Jack Jansen | 1994-12-14 | 2 | -0/+61 |
| | | | | runtime system. | ||||
* | - Use PyErr_Mac for nicer exceptions | Jack Jansen | 1994-12-14 | 1 | -25/+57 |
| | | | | | | - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff) | ||||
* | Ported to MetroWerks, which misses file-descriptor like functionality. | Jack Jansen | 1994-12-14 | 1 | -0/+22 |
| | |||||
* | Enlarged version buffer (nobody expects the spanish inquisition:-) | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | | | | Support for new sys.path code in config.c | ||||
* | - 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. | ||||
* | Added support for MetroWerks CodeWarrior compiler | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | |||||
* | Interface to MacTCP and the MacTCP Domain Name Resolver | Jack Jansen | 1994-12-14 | 5 | -0/+2204 |
| | |||||
* | - Added Version method | Jack Jansen | 1994-12-14 | 1 | -129/+127 |
| | | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior | ||||
* | Interface to Mac Communications Toolbox (only Connection Manager for | Jack Jansen | 1994-12-14 | 1 | -0/+585 |
| | | | | now) | ||||
* | This file (which is Guido's) was somehow missing... | Jack Jansen | 1994-12-14 | 1 | -0/+64 |
| | |||||
* | New standard modules for the mac. | Jack Jansen | 1994-12-14 | 3 | -0/+337 |
| | |||||
* | Add files by Jack | Guido van Rossum | 1994-10-02 | 5 | -0/+2040 |
| | |||||
* | Make it work under MPW too. | Guido van Rossum | 1994-10-01 | 1 | -3/+2 |
| | |||||
* | config.c: add MacOS module | Guido van Rossum | 1994-09-29 | 2 | -38/+52 |
| | | | | macosmodule.c: lots of updates (though playing sound can still hang :-( ) | ||||
* | Support user routines (callbacks) on sound channels. | Guido van Rossum | 1994-09-16 | 1 | -6/+74 |
| | |||||
* | Added some files, reformatted some paragraphs. | Guido van Rossum | 1994-09-16 | 2 | -18/+18 |
| | |||||
* | Added some more files to Mac-Makefile (not tested!); finishing touch | Guido van Rossum | 1994-09-16 | 1 | -22/+23 |
| | | | | to README.MPW. | ||||
* | gestaltmodule.c: interface to Gestalt Manager. | Guido van Rossum | 1994-09-16 | 3 | -0/+475 |
| | | | | | macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c. | ||||
* | Add'l notes by Guido | Guido van Rossum | 1994-09-09 | 1 | -2/+59 |
| | |||||
* | Restructured MPW notes | Guido van Rossum | 1994-08-29 | 2 | -22/+46 |
| | |||||
* | README, Makfiles and `buildall' script to build Python under MPW 3.2. | Guido van Rossum | 1994-08-29 | 2 | -0/+78 |
| | |||||
* | Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 | Guido van Rossum | 1994-08-29 | 8 | -53/+71 |
| | | | | | | | 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. | ||||
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 6 | -53/+132 |
| | |||||
* | Added macmain.c (separate Mac specific main prog); bump version to 1.1 | Guido van Rossum | 1994-08-23 | 3 | -2/+85 |
| | |||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 5 | -22/+25 |
| | |||||
* | Description of how to build Python for the Mac. | Guido van Rossum | 1994-08-20 | 2 | -0/+324 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 16 | -51/+618 |
| | |||||
* | Replace <MacHeaders> by specific required header files | Guido van Rossum | 1994-06-27 | 1 | -1/+5 |
| | |||||
* | Change include path for unixemu headers; rename access to access_ | Guido van Rossum | 1994-06-27 | 1 | -4/+4 |
| |