summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reverse sense of PyMac_Idle testGuido van Rossum1995-03-061-1/+1
|
* socket.pyGuido van Rossum1995-03-061-8/+8
|
* no longer need to include IN.py or SOCKET.pyGuido van Rossum1995-03-042-10/+6
|
* changes for MPWGuido van Rossum1995-03-041-1/+5
|
* remove some unused local variablesGuido van Rossum1995-03-041-5/+0
|
* correct some return values and remove some unused variablesGuido van Rossum1995-03-041-5/+2
|
* include macglue.h so we can use HAVE_UNIVERSAL_HEADERS;Guido van Rossum1995-03-041-4/+7
| | | | | and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning?
* don't use math at allGuido van Rossum1995-03-041-2/+1
|
* avoid math, don't abort when overflow check failsGuido van Rossum1995-03-042-4/+9
|
* remove redundant backslashes; some cosneticsGuido van Rossum1995-03-042-69/+69
|
* raise EOFError when load() hits EOF, instead of KeyErrorGuido van Rossum1995-03-041-0/+4
|
* fix several cosmetic things, add buffering to makefileGuido van Rossum1995-03-041-62/+107
|
* moved lots of stuff to Tools/scriptsGuido van Rossum1995-03-021-33/+2
|
* moved lots of scripts from Demo/scripts to Tools/scriptsGuido van Rossum1995-03-021-0/+31
|
* moved Demo/modulator to Tools/modulatorGuido van Rossum1995-03-021-1/+1
|
* moved Demo/freeze to Tools/freezeGuido van Rossum1995-03-022-4/+4
|
* newGuido van Rossum1995-03-021-0/+14
|
* allow safe_import to be called with up to 4 args and check for . in nameGuido van Rossum1995-03-021-1/+3
|
* The final bit of my Mac documentation.Jack Jansen1995-03-022-0/+232
|
* checkin of Jack's original versionGuido van Rossum1995-03-0227-0/+1525
|
* converted docs for Jim Roskind's profilerGuido van Rossum1995-03-025-4/+1514
|
* minor updateGuido van Rossum1995-03-022-80/+90
|
* add warning about stropGuido van Rossum1995-03-022-14/+30
|
* small nits and new filesGuido van Rossum1995-03-0114-18/+455
|
* Half the mactcp documentation (macdnr still to come)Jack Jansen1995-03-012-0/+328
|
* en weer twee!Guido van Rossum1995-03-014-0/+208
|
* totally rewritten, for new macro setGuido van Rossum1995-03-013-120/+363
|
* Added a missing lineJack Jansen1995-03-012-0/+2
|
* Yet another one...Jack Jansen1995-03-012-0/+292
|
* changes for NT/Borland CGuido van Rossum1995-03-011-21/+65
|
* include mymath.hGuido van Rossum1995-03-011-1/+1
|
* Write track artist info if given.Sjoerd Mullender1995-03-012-0/+4
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-2846-60/+958
| | | | WWW chapter
* Three down, two to go...Jack Jansen1995-02-286-0/+622
|
* more stuffGuido van Rossum1995-02-283-2/+9
|
* more stuffGuido van Rossum1995-02-283-13/+24
|
* added WWW sectionsGuido van Rossum1995-02-2725-8/+1090
|
* document restriction on group namesGuido van Rossum1995-02-272-2/+4
|
* changes refs to SO_* symbolsGuido van Rossum1995-02-272-24/+26
|
* added quote and unquoteGuido van Rossum1995-02-272-2/+32
|
* added cgiGuido van Rossum1995-02-272-0/+8
|
* In interactive mode ask for output fileJack Jansen1995-02-271-8/+16
|
* Under MW also be more conservative about events to requestJack Jansen1995-02-271-11/+6
|
* added html parser and supporting castGuido van Rossum1995-02-276-0/+3014
|
* layout changes; quote & as wellGuido van Rossum1995-02-271-6/+13
|
* handle class exceptionsGuido van Rossum1995-02-274-9/+25
|
* fix stupid bug (db should be dict)Guido van Rossum1995-02-271-3/+3
|
* added DictType as alias for DictionaryTypeGuido van Rossum1995-02-271-1/+1
|
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-276-29/+88
|
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-2722-63/+67
|