summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
|
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
|
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-244-4/+1
| | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-2417-205/+114
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* Re-generated from new (CW11) universal headersJack Jansen1997-02-245-50/+215
|
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
| | | | and there, etc. These projects are still CW10.
* Added calldll moduleJack Jansen1997-02-201-0/+1
|
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-203-0/+13
| | | | | | in importdl.c (I had just one crash too many with a static python importing a dynamic module) - On powerpc, enable USE_CACHE_ALIGNED with a linesize of 32 bytes.
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
|
* Comments around identifier after #endifJack Jansen1997-02-201-1/+1
|
* Added operator, errno and soundex modules.Jack Jansen1997-02-201-1/+7
|
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
|
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903
|
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
|
* The USE_CACHE_ALIGNING define now has a value: the number of *words*Jack Jansen1997-02-031-4/+11
| | | | in a cacheline.
* Optionally (on USE_CACHE_ALIGN) extend overhead structure to alignJack Jansen1997-02-011-0/+7
| | | | returned addresses on 16-byte cacheline boundary.
* Added/updated copyright noticesJack Jansen1997-01-3139-4651/+5572
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Added _tkinter modules in Image extensionJack Jansen1997-01-311-0/+2
|
* Image libraries moved and small thingsJack Jansen1997-01-3127-9945/+10039
|
* RenamedJack Jansen1997-01-305-621/+617
|
* Added imgpngJack Jansen1997-01-301-0/+2
|
* "ported" Guido's embedding demo to the mac, and wrote some minimalJack Jansen1997-01-155-1/+278
| | | | notes on embedding on the mac.
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-155-516/+532
| | | | stead of standard Py_Initialize(), which it calls).
* Return preferences of unknown type as opaque dataJack Jansen1997-01-101-1/+14
|
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
|
* Mac-specific version of getmtime (for non-GUSI Python, which needsJack Jansen1997-01-101-0/+50
| | | | different include files)
* High-level interface to Internet ConfigJack Jansen1997-01-092-1/+246
| | | | (and readability fix to icgluetest.py)
* Added icglue modules and (optionally) NumPy and PIL extensionsJack Jansen1997-01-071-0/+11
|
* - Added optional profiling supportJack Jansen1997-01-0730-5795/+6237
| | | | | - Added Internet Config interface - Use different ports of zlib and libpng
* Added profiler initialization/finalization code (if __profile__ is defined)Jack Jansen1997-01-071-1/+12
|
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596
| | | | wrapper shortly)
* Minimal test of icglue moduleJack Jansen1997-01-071-0/+27
|
* - CWGUSI has movedJack Jansen1996-12-231-21/+24
| | | | - Changed instructions for Tcl 7.6/Tk 4.2
* Added a chapter on using OSAXenJack Jansen1996-12-231-0/+17
|
* Added range of resource-ids for twit.Jack Jansen1996-12-231-1/+4
|
* Added Application.cleanup method which asks all windows to closeJack Jansen1996-12-231-0/+5
| | | | themselves and returns true if they did.
* Added gdbm (if USE_GDBM defined)Jack Jansen1996-12-231-0/+6
|
* Moved resources around to forestall conflicts with debuggeeJack Jansen1996-12-238-17/+20
|
* Added gdbmJack Jansen1996-12-231-0/+1
|
* Added gdbm plugins, changed jpeg library to v6, various minor changesJack Jansen1996-12-2333-11647/+12012
|
* Added gdbm pluginsJack Jansen1996-12-231-0/+2
|
* If sys.argv is empty ask for input file and output folderJack Jansen1996-12-231-0/+26
|
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-201-1/+3
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* Added reference to pdf documentation and bbpy, correctly explainedJack Jansen1996-11-203-138/+148
| | | | | difference between aetools.Error and MacOS.Error for appletscript programs.
* Fixed FSSpec->pathname code to add colon if the fsspec points to a disk.Jack Jansen1996-11-201-0/+6
|
* Fixed bundle to allow any object (file, folder, disk) to be dropped onJack Jansen1996-11-201-116/+81
| | | | an applet.
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-202-63/+68
|
* Add twit "home" location to sys.path (so you can put the applet on theJack Jansen1996-11-112-2/+9
| | | | desktop)
* Changed project segment structure to (more-or-less) match directoryJack Jansen1996-11-0929-11901/+11846
| | | | structure.
* Updated (which should have been done before the 1.4 distribution).Jack Jansen1996-11-091-6/+12
|