summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quick hack so PowerPC macs can access system structuresJack Jansen1995-02-021-0/+14
|
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
|
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-023-13/+39
| | | | events they don't want to handle to stdio
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
|
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-012-74/+94
|
* Support for album.notes and trackN.artist via notes and trackartistSjoerd Mullender1995-02-012-4/+22
| | | | instance variables.
* remove last bits of mac specific codeGuido van Rossum1995-01-301-8/+0
|
* remove unused variableGuido van Rossum1995-01-301-1/+0
|
* fix glaring bug in get_magicGuido van Rossum1995-01-301-2/+2
|
* Think C mod to suppress pausing at normal exitGuido van Rossum1995-01-301-0/+8
|
* plug leak and improve error handling in dbm_keys()Guido van Rossum1995-01-301-5/+13
|
* Committed a more or less working version.Guido van Rossum1995-01-3056-0/+12110
|
* bgenGeneratorGroup.py: changed placement of some blank lines in outputGuido van Rossum1995-01-304-11/+22
| | | | | | bgenObjectDefinition.py: support chaining of object definitions macsupport.py: support functions returning pointers to existing windows/dialogs bgen.py: tighten rules for recognizing simple symbol definitions
* added <OSEvents.h> for Think CGuido van Rossum1995-01-301-0/+3
|
* fixed StandardGetFile argument handlingGuido van Rossum1995-01-301-11/+4
|
* Changed the way mac mainloop event checking is turned offJack Jansen1995-01-271-2/+4
|
* - Moved interrupt code to macglue.cJack Jansen1995-01-273-21/+148
| | | | | | | - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg
* Mac interrupt code moved to macglue.cJack Jansen1995-01-271-76/+1
|
* changes for the MacGuido van Rossum1995-01-275-11/+111
|
* Use case-dependent variant of fnmatchGuido van Rossum1995-01-271-1/+1
|
* removed frozenmain.o from objects added to libraryGuido van Rossum1995-01-261-2/+1
|
* round up list item counts to improve realloc performanceGuido van Rossum1995-01-261-3/+17
|
* added findmethodinchain and methodchain data typesGuido van Rossum1995-01-263-23/+60
|
* reverse h/v in Point and RectGuido van Rossum1995-01-261-10/+12
|
* added (method) casts and 1995 copyrightGuido van Rossum1995-01-261-9/+12
|
* Added a global 'stdwin is active' flag.Jack Jansen1995-01-261-0/+3
|
* Prototypes for new routines.Jack Jansen1995-01-261-0/+3
|
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-262-18/+142
| | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps.
* CodeWarrior 5 has more unixisms (open/close/read/write)Jack Jansen1995-01-261-10/+13
|
* Complete rewrite.Jack Jansen1995-01-261-49/+349
|
* New cmd-. handling for the mac.Jack Jansen1995-01-261-15/+21
|
* the usualGuido van Rossum1995-01-262-88/+329
|
* fix bogus test for regex matchGuido van Rossum1995-01-261-1/+1
|
* add OSF/1 LDSHARED; add IRIX5 conditional for socketsGuido van Rossum1995-01-261-0/+10
|
* don't dictclear deleted modules in doneimportGuido van Rossum1995-01-261-17/+22
|
* allow classes as exceptionsGuido van Rossum1995-01-261-4/+26
|
* make call_pyc_file staticGuido van Rossum1995-01-261-1/+4
|
* added missing case to get_docstringGuido van Rossum1995-01-261-2/+10
|
* moved callable() to object.cGuido van Rossum1995-01-261-29/+0
|
* removed unused varsGuido van Rossum1995-01-261-1/+0
|
* apply dictclear to dict of deleted modulesGuido van Rossum1995-01-261-1/+3
|
* move callable() hereGuido van Rossum1995-01-261-0/+29
|
* uname 64-bit fixGuido van Rossum1995-01-261-1/+4
|
* unused varsGuido van Rossum1995-01-261-2/+1
|
* mem leakGuido van Rossum1995-01-261-0/+1
|
* split PATH over multiple lines for clarity;Guido van Rossum1995-01-251-1/+20
| | | | added some generated modules
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
| | | | generated from the header files (with some hand-holding :-).
* Some layout changes; added EventRecord Get/Build functions (as a tuple).Guido van Rossum1995-01-252-20/+119
|
* Lots of new stuff again. Moved buffer types to some separate files.Guido van Rossum1995-01-2513-455/+1327
| | | | Added some new-fangled features to bgenOutput. Generate doc strings!
* ported CW5 changes back to ThinkGuido van Rossum1995-01-221-0/+1
|