summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* rename2 changesGuido van Rossum1995-01-124-16/+15
|
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-101-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 Rossum1995-01-091-44/+77
|
* 1995 copyrightGuido van Rossum1995-01-085-10/+10
|
* Think 6.0 versionGuido van Rossum1995-01-021-138/+75
|
* Ported to CodeWarriorJack Jansen1994-12-142-1/+4
|
* New routines:Jack Jansen1994-12-142-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 CodeWarriorJack Jansen1994-12-142-0/+61
| | | | runtime system.
* - Use PyErr_Mac for nicer exceptionsJack Jansen1994-12-141-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 Jansen1994-12-141-0/+22
|
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
| | | | Support for new sys.path code in config.c
* - PYTHONPATH is now \n-separated, so you can have directories withJack Jansen1994-12-141-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 compilerJack Jansen1994-12-141-1/+5
|
* Interface to MacTCP and the MacTCP Domain Name ResolverJack Jansen1994-12-145-0/+2204
|
* - Added Version methodJack Jansen1994-12-141-129/+127
| | | | | - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior
* Interface to Mac Communications Toolbox (only Connection Manager forJack Jansen1994-12-141-0/+585
| | | | now)
* This file (which is Guido's) was somehow missing...Jack Jansen1994-12-141-0/+64
|
* New standard modules for the mac.Jack Jansen1994-12-143-0/+337
|
* Add files by JackGuido van Rossum1994-10-025-0/+2040
|
* Make it work under MPW too.Guido van Rossum1994-10-011-3/+2
|
* config.c: add MacOS moduleGuido van Rossum1994-09-292-38/+52
| | | | macosmodule.c: lots of updates (though playing sound can still hang :-( )
* Support user routines (callbacks) on sound channels.Guido van Rossum1994-09-161-6/+74
|
* Added some files, reformatted some paragraphs.Guido van Rossum1994-09-162-18/+18
|
* Added some more files to Mac-Makefile (not tested!); finishing touchGuido van Rossum1994-09-161-22/+23
| | | | to README.MPW.
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-163-0/+475
| | | | | macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c.
* Add'l notes by GuidoGuido van Rossum1994-09-091-2/+59
|
* Restructured MPW notesGuido van Rossum1994-08-292-22/+46
|
* README, Makfiles and `buildall' script to build Python under MPW 3.2.Guido van Rossum1994-08-292-0/+78
|
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-298-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.2Guido van Rossum1994-08-266-53/+132
|
* Added macmain.c (separate Mac specific main prog); bump version to 1.1Guido van Rossum1994-08-233-2/+85
|
* Some more changesGuido van Rossum1994-08-235-22/+25
|
* Description of how to build Python for the Mac.Guido van Rossum1994-08-202-0/+324
|
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-1916-51/+618
|
* Replace <MacHeaders> by specific required header filesGuido van Rossum1994-06-271-1/+5
|
* Change include path for unixemu headers; rename access to access_Guido van Rossum1994-06-271-4/+4
|
* Don't include intrcheck.hGuido van Rossum1994-06-231-1/+0
|
* Removed some random ^D charactersGuido van Rossum1994-05-232-2/+2
|
* Walker's changes fixed so they work in THINK C 5Guido van Rossum1994-05-061-10/+17
|
* Changes by RMW for MPWGuido van Rossum1994-05-061-0/+9
|
* As extended by Richard M Walker for MPWGuido van Rossum1994-05-061-79/+292
|
* Initial revisionGuido van Rossum1994-05-064-0/+686
|
* Release 1.0.2.Guido van Rossum1994-05-061-4/+6
|
* Fix copyright -- 1994 instead of 1004!Guido van Rossum1994-01-181-1/+1
|
* Initial revisionGuido van Rossum1994-01-055-0/+720
|
* mac -> os (can't this go now dircache is universal?)Guido van Rossum1992-03-311-6/+6
|
* New == syntaxGuido van Rossum1992-01-011-4/+4
|
* macpath.cat --> joinGuido van Rossum1991-08-161-1/+1
|
* Initial revisionGuido van Rossum1990-12-261-0/+61