summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Python/errors.c (err_clear): clear interpreter stack traceGuido van Rossum1994-09-291-1/+5
* * Python/pythonrun.c: add string "Python" to fatal error messageGuido van Rossum1994-09-291-1/+1
* * Python/pythonmain.c: fatal error if can't alloc mem for -cGuido van Rossum1994-09-291-1/+2
* * Python/traceback.c: security fix -- check for buffer oveflowGuido van Rossum1994-09-291-1/+6
* * Include/classobject.h, Objects/classobject.c, Python/ceval.c:Guido van Rossum1994-09-286-204/+219
* * Parser/intrcheck.c: make 'interrupted' global (forgot forGuido van Rossum1994-09-281-1/+1
* ceval.h: added Py_MakePendingCalls()Guido van Rossum1994-09-284-1/+4
* Fix various potential buffer overrun problems.Guido van Rossum1994-09-261-9/+18
* point perl to ~/bin/perlBarry Warsaw1994-09-231-1/+1
* New version: 1.14 (previous oine was misnumbered 1.12).Guido van Rossum1994-09-231-64/+532
* Added obfuxcated lambda's by Ulf BerteltGuido van Rossum1994-09-231-0/+30
* Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default.Guido van Rossum1994-09-211-18/+31
* Specified libraries for flmodule.Sjoerd Mullender1994-09-211-1/+1
* Fix bug if tmpcache is NoneGuido van Rossum1994-09-211-1/+2
* * Python/pythonrun.c (print_error): print only last line ofGuido van Rossum1994-09-191-0/+12
* * Parser/tokenizer.c (tok_nextc): count line numbers when parsingGuido van Rossum1994-09-191-7/+21
* Support user routines (callbacks) on sound channels.Guido van Rossum1994-09-161-6/+74
* Added some files, reformatted some paragraphs.Guido van Rossum1994-09-162-18/+18
* Added some more files to Mac-Makefile (not tested!); finishing touchGuido van Rossum1994-09-161-22/+23
* audiodev.py: Mac port.Guido van Rossum1994-09-162-3/+26
* gestaltmodule.c: interface to Gestalt Manager.Guido van Rossum1994-09-163-0/+475
* Put a comment start symbol at the start of a comment that lacked one.Sjoerd Mullender1994-09-151-1/+1
* Some new files...Guido van Rossum1994-09-145-1/+100
* * Lib/whrandom.py: if seed is (0,0,0), initialize from currentGuido van Rossum1994-09-141-9/+9
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-146-67/+20
* * Python/ceval.c (eval_code): added registry of pending functionsGuido van Rossum1994-09-141-1/+91
* * Import/pythonrun.h, Python/{import,pythonrun}.c,Guido van Rossum1994-09-142-1/+58
* pythonrun.h: added run_pyc_fileGuido van Rossum1994-09-145-5/+14
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-122-2/+4
* If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender1994-09-121-0/+1
* The usual junkGuido van Rossum1994-09-124-34/+192
* Shared library supportGuido van Rossum1994-09-122-3/+87
* Support shared library creation.Guido van Rossum1994-09-123-62/+128
* Steen Lumholt's termios interface.Guido van Rossum1994-09-121-0/+258
* Added _getpty interface.Guido van Rossum1994-09-121-0/+30
* Mods for HP-UX dynamic loading.Guido van Rossum1994-09-121-1/+42
* Added TERMIOS moduleGuido van Rossum1994-09-124-2/+682
* New tty/pty modules by Steen; new urlparser.Guido van Rossum1994-09-123-0/+336
* Add'l notes by GuidoGuido van Rossum1994-09-091-2/+59
* * Parser/grammar1.c (finddfa): massive speed up by using directGuido van Rossum1994-09-091-1/+9
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-093-3/+233
* added Tommy Burnette's setblocking() methodGuido van Rossum1994-09-072-0/+18
* added Py_AtExit() -- register cleanup functions for C modulesGuido van Rossum1994-09-071-0/+16
* rearranged code in debugging version of DELREF to avoid touching dataGuido van Rossum1994-09-071-1/+2
* pythgonrun.h: added Py_AtExit().Guido van Rossum1994-09-072-0/+3
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-075-198/+248
* Added minmax function.Sjoerd Mullender1994-09-061-0/+27
* Can now also give a hashed ID to Cddb.Sjoerd Mullender1994-09-062-82/+112
* Added support for ADPCM compression.Sjoerd Mullender1994-09-061-6/+47
* Define cl_{get,set,del}attr members in classobjectGuido van Rossum1994-09-061-6/+4