The Python programming language
Go to file
Sjoerd Mullender d10d8291f1 Added C++ support in thread.h; don't use signals if not strictly
necessary, and when they are, use SIGKILL; when compiled with -DDEBUG,
only print debug messages when "THREADDEBUG" is set in the environment.
1992-09-11 15:19:27 +00:00
Demo Allow broadcast using setsockopt() 1992-09-08 21:20:12 +00:00
Doc Added hint about changing the prompt in $PYTHONSTARTUP 1992-09-08 09:20:13 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
Lib Added post_mortem() and pm() interfaces to pdb and wdb. 1992-09-08 11:59:04 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Made struct a standard built-in module; added string args to {set,get}sockopt; 1992-09-08 09:05:33 +00:00
Objects classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
Parser Correct debug printing code 1992-09-03 20:46:37 +00:00
Python Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
Tools/scripts cope with filenames containing spaces 1992-08-31 10:54:54 +00:00