summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test class exceptionsGuido van Rossum1995-02-091-0/+36
|
* version 1.20Guido van Rossum1995-02-071-12/+61
|
* use PyCallable_Check; export TK_VERSION and TCL_VERSION strings;Guido van Rossum1995-02-071-7/+19
| | | | some Tk 4.0 specific changes
* add socket related constantsGuido van Rossum1995-02-071-0/+202
|
* correct typo in utime stubGuido van Rossum1995-02-071-1/+1
|
* patches for NeXT weirdnessGuido van Rossum1995-02-072-0/+13
|
* clear errors between failing calls to PyArg_ParseGuido van Rossum1995-02-071-1/+13
|
* DECREF result of run_stringGuido van Rossum1995-02-071-2/+3
|
* init_frozen non-static, frozenmain.c not in Makefile any moreGuido van Rossum1995-02-072-2/+4
|
* print class name for exceptions that are classesGuido van Rossum1995-02-071-2/+14
|
* added callable, removed run_pyc_fileGuido van Rossum1995-02-072-1/+1
|
* added classes as exceptionsGuido van Rossum1995-02-074-16/+32
|
* added libsignal.texGuido van Rossum1995-02-074-0/+162
|
* stuff by jack to create a set of Estr resourcesGuido van Rossum1995-02-052-0/+654
|
* manually defined Resource() functionGuido van Rossum1995-02-051-0/+25
|
* more support for different kinds of objectsGuido van Rossum1995-02-052-177/+550
|
* more think/mw changesGuido van Rossum1995-02-052-12/+71
|
* reorganized class structure so Manualgenerator works againGuido van Rossum1995-02-051-56/+74
|
* read repair instructions from fileGuido van Rossum1995-02-051-14/+124
|
* added Resource(), to create new resources from PythonGuido van Rossum1995-02-052-0/+29
|
* get rid of obsolete low-level routinesGuido van Rossum1995-02-051-54/+8
|
* added READMEGuido van Rossum1995-02-051-0/+79
|
* fix formatting of stack entriesGuido van Rossum1995-02-032-5/+8
|
* Under CodeWarrior, make the window go away on exit(0)Jack Jansen1995-02-021-0/+11
|
* 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
|