Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no longer need to include IN.py or SOCKET.py | Guido van Rossum | 1995-03-04 | 2 | -10/+6 |
* | changes for MPW | Guido van Rossum | 1995-03-04 | 1 | -1/+5 |
* | remove some unused local variables | Guido van Rossum | 1995-03-04 | 1 | -5/+0 |
* | correct some return values and remove some unused variables | Guido van Rossum | 1995-03-04 | 1 | -5/+2 |
* | include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; | Guido van Rossum | 1995-03-04 | 1 | -4/+7 |
* | don't use math at all | Guido van Rossum | 1995-03-04 | 1 | -2/+1 |
* | avoid math, don't abort when overflow check fails | Guido van Rossum | 1995-03-04 | 2 | -4/+9 |
* | remove redundant backslashes; some cosnetics | Guido van Rossum | 1995-03-04 | 2 | -69/+69 |
* | raise EOFError when load() hits EOF, instead of KeyError | Guido van Rossum | 1995-03-04 | 1 | -0/+4 |
* | fix several cosmetic things, add buffering to makefile | Guido van Rossum | 1995-03-04 | 1 | -62/+107 |
* | moved lots of stuff to Tools/scripts | Guido van Rossum | 1995-03-02 | 1 | -33/+2 |
* | moved lots of scripts from Demo/scripts to Tools/scripts | Guido van Rossum | 1995-03-02 | 1 | -0/+31 |
* | moved Demo/modulator to Tools/modulator | Guido van Rossum | 1995-03-02 | 1 | -1/+1 |
* | moved Demo/freeze to Tools/freeze | Guido van Rossum | 1995-03-02 | 2 | -4/+4 |
* | new | Guido van Rossum | 1995-03-02 | 1 | -0/+14 |
* | allow safe_import to be called with up to 4 args and check for . in name | Guido van Rossum | 1995-03-02 | 1 | -1/+3 |
* | The final bit of my Mac documentation. | Jack Jansen | 1995-03-02 | 2 | -0/+232 |
* | checkin of Jack's original version | Guido van Rossum | 1995-03-02 | 27 | -0/+1525 |
* | converted docs for Jim Roskind's profiler | Guido van Rossum | 1995-03-02 | 5 | -4/+1514 |
* | minor update | Guido van Rossum | 1995-03-02 | 2 | -80/+90 |
* | add warning about strop | Guido van Rossum | 1995-03-02 | 2 | -14/+30 |
* | small nits and new files | Guido van Rossum | 1995-03-01 | 14 | -18/+455 |
* | Half the mactcp documentation (macdnr still to come) | Jack Jansen | 1995-03-01 | 2 | -0/+328 |
* | en weer twee! | Guido van Rossum | 1995-03-01 | 4 | -0/+208 |
* | totally rewritten, for new macro set | Guido van Rossum | 1995-03-01 | 3 | -120/+363 |
* | Added a missing line | Jack Jansen | 1995-03-01 | 2 | -0/+2 |
* | Yet another one... | Jack Jansen | 1995-03-01 | 2 | -0/+292 |
* | changes for NT/Borland C | Guido van Rossum | 1995-03-01 | 1 | -21/+65 |
* | include mymath.h | Guido van Rossum | 1995-03-01 | 1 | -1/+1 |
* | Write track artist info if given. | Sjoerd Mullender | 1995-03-01 | 2 | -0/+4 |
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW... | Guido van Rossum | 1995-02-28 | 46 | -60/+958 |
* | Three down, two to go... | Jack Jansen | 1995-02-28 | 6 | -0/+622 |
* | more stuff | Guido van Rossum | 1995-02-28 | 3 | -2/+9 |
* | more stuff | Guido van Rossum | 1995-02-28 | 3 | -13/+24 |
* | added WWW sections | Guido van Rossum | 1995-02-27 | 25 | -8/+1090 |
* | document restriction on group names | Guido van Rossum | 1995-02-27 | 2 | -2/+4 |
* | changes refs to SO_* symbols | Guido van Rossum | 1995-02-27 | 2 | -24/+26 |
* | added quote and unquote | Guido van Rossum | 1995-02-27 | 2 | -2/+32 |
* | added cgi | Guido van Rossum | 1995-02-27 | 2 | -0/+8 |
* | In interactive mode ask for output file | Jack Jansen | 1995-02-27 | 1 | -8/+16 |
* | Under MW also be more conservative about events to request | Jack Jansen | 1995-02-27 | 1 | -11/+6 |
* | added html parser and supporting cast | Guido van Rossum | 1995-02-27 | 6 | -0/+3014 |
* | layout changes; quote & as well | Guido van Rossum | 1995-02-27 | 1 | -6/+13 |
* | handle class exceptions | Guido van Rossum | 1995-02-27 | 4 | -9/+25 |
* | fix stupid bug (db should be dict) | Guido van Rossum | 1995-02-27 | 1 | -3/+3 |
* | added DictType as alias for DictionaryType | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
* | handle class exceptions; added runeval; made runctx obsolete | Guido van Rossum | 1995-02-27 | 6 | -29/+88 |
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 22 | -63/+67 |
* | for BorlandC | Guido van Rossum | 1995-02-27 | 1 | -1/+5 |
* | for MPW __SC__ | Guido van Rossum | 1995-02-27 | 1 | -3/+6 |