The Python programming language https://www.python.org
Find a file
Sjoerd Mullender ed59d205a9 Various changes.
* Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in
	their stead.  Also, pass -DUSE_DL flag to thread.c and give
	the user a possibility to add the -DDEBUG to just thread.c.
* ceval.c: init_save_thread() can be called more than once now.
* svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and
	replaced it by the generated file.
* thread.c: Added some more checks; added call to DL library when it
	is also used to tell it where the shared arena is so that DL
	can use some other area.
* threadmodule.c: Call init_save_thread from another place.  Also,
	added new function getlocklock() which does to lock objects
	what getfilefile does to file objects.
1993-01-06 13:36:38 +00:00
Demo Renamed vcopy to Vcopy (it is the only old tool that's still in use) 1992-12-24 11:41:14 +00:00
Doc Changes to some math using underscore as subscript, necessary since 1992-12-17 15:31:02 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Lib * More changes due to stricter argument passing rules 1993-01-04 09:16:51 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Various changes. 1993-01-06 13:36:38 +00:00
Objects * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python Various changes. 1993-01-06 13:36:38 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00