Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test class exceptions | Guido van Rossum | 1995-02-09 | 1 | -0/+36 |
| | |||||
* | version 1.20 | Guido van Rossum | 1995-02-07 | 1 | -12/+61 |
| | |||||
* | use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; | Guido van Rossum | 1995-02-07 | 1 | -7/+19 |
| | | | | some Tk 4.0 specific changes | ||||
* | add socket related constants | Guido van Rossum | 1995-02-07 | 1 | -0/+202 |
| | |||||
* | correct typo in utime stub | Guido van Rossum | 1995-02-07 | 1 | -1/+1 |
| | |||||
* | patches for NeXT weirdness | Guido van Rossum | 1995-02-07 | 2 | -0/+13 |
| | |||||
* | clear errors between failing calls to PyArg_Parse | Guido van Rossum | 1995-02-07 | 1 | -1/+13 |
| | |||||
* | DECREF result of run_string | Guido van Rossum | 1995-02-07 | 1 | -2/+3 |
| | |||||
* | init_frozen non-static, frozenmain.c not in Makefile any more | Guido van Rossum | 1995-02-07 | 2 | -2/+4 |
| | |||||
* | print class name for exceptions that are classes | Guido van Rossum | 1995-02-07 | 1 | -2/+14 |
| | |||||
* | added callable, removed run_pyc_file | Guido van Rossum | 1995-02-07 | 2 | -1/+1 |
| | |||||
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 4 | -16/+32 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 4 | -0/+162 |
| | |||||
* | stuff by jack to create a set of Estr resources | Guido van Rossum | 1995-02-05 | 2 | -0/+654 |
| | |||||
* | manually defined Resource() function | Guido van Rossum | 1995-02-05 | 1 | -0/+25 |
| | |||||
* | more support for different kinds of objects | Guido van Rossum | 1995-02-05 | 2 | -177/+550 |
| | |||||
* | more think/mw changes | Guido van Rossum | 1995-02-05 | 2 | -12/+71 |
| | |||||
* | reorganized class structure so Manualgenerator works again | Guido van Rossum | 1995-02-05 | 1 | -56/+74 |
| | |||||
* | read repair instructions from file | Guido van Rossum | 1995-02-05 | 1 | -14/+124 |
| | |||||
* | added Resource(), to create new resources from Python | Guido van Rossum | 1995-02-05 | 2 | -0/+29 |
| | |||||
* | get rid of obsolete low-level routines | Guido van Rossum | 1995-02-05 | 1 | -54/+8 |
| | |||||
* | added README | Guido van Rossum | 1995-02-05 | 1 | -0/+79 |
| | |||||
* | fix formatting of stack entries | Guido van Rossum | 1995-02-03 | 2 | -5/+8 |
| | |||||
* | Under CodeWarrior, make the window go away on exit(0) | Jack Jansen | 1995-02-02 | 1 | -0/+11 |
| | |||||
* | Quick hack so PowerPC macs can access system structures | Jack Jansen | 1995-02-02 | 1 | -0/+14 |
| | |||||
* | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
| | |||||
* | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 3 | -13/+39 |
| | | | | events they don't want to handle to stdio | ||||
* | Added [GS]etCreatorType methods to FSSpec objects | Jack Jansen | 1995-02-02 | 1 | -0/+49 |
| | |||||
* | Made play method more robust by adding a try-finally. | Sjoerd Mullender | 1995-02-01 | 2 | -74/+94 |
| | |||||
* | Support for album.notes and trackN.artist via notes and trackartist | Sjoerd Mullender | 1995-02-01 | 2 | -4/+22 |
| | | | | instance variables. | ||||
* | remove last bits of mac specific code | Guido van Rossum | 1995-01-30 | 1 | -8/+0 |
| | |||||
* | remove unused variable | Guido van Rossum | 1995-01-30 | 1 | -1/+0 |
| | |||||
* | fix glaring bug in get_magic | Guido van Rossum | 1995-01-30 | 1 | -2/+2 |
| | |||||
* | Think C mod to suppress pausing at normal exit | Guido van Rossum | 1995-01-30 | 1 | -0/+8 |
| | |||||
* | plug leak and improve error handling in dbm_keys() | Guido van Rossum | 1995-01-30 | 1 | -5/+13 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 56 | -0/+12110 |
| | |||||
* | bgenGeneratorGroup.py: changed placement of some blank lines in output | Guido van Rossum | 1995-01-30 | 4 | -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 C | Guido van Rossum | 1995-01-30 | 1 | -0/+3 |
| | |||||
* | fixed StandardGetFile argument handling | Guido van Rossum | 1995-01-30 | 1 | -11/+4 |
| | |||||
* | Changed the way mac mainloop event checking is turned off | Jack Jansen | 1995-01-27 | 1 | -2/+4 |
| | |||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 3 | -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.c | Jack Jansen | 1995-01-27 | 1 | -76/+1 |
| | |||||
* | changes for the Mac | Guido van Rossum | 1995-01-27 | 5 | -11/+111 |
| | |||||
* | Use case-dependent variant of fnmatch | Guido van Rossum | 1995-01-27 | 1 | -1/+1 |
| | |||||
* | removed frozenmain.o from objects added to library | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | round up list item counts to improve realloc performance | Guido van Rossum | 1995-01-26 | 1 | -3/+17 |
| | |||||
* | added findmethodinchain and methodchain data types | Guido van Rossum | 1995-01-26 | 3 | -23/+60 |
| | |||||
* | reverse h/v in Point and Rect | Guido van Rossum | 1995-01-26 | 1 | -10/+12 |
| | |||||
* | added (method) casts and 1995 copyright | Guido van Rossum | 1995-01-26 | 1 | -9/+12 |
| | |||||
* | Added a global 'stdwin is active' flag. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| |