0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
The Python programming language
Go to file
Guido van Rossum 374a92261b Moved support functions after main function; added prototypes;
Fixed 'needspace' hack to use a flag in the stdout file object;
added local and global variable lookup cases.
1991-04-04 10:40:29 +00:00
Doc Dependencies on mod[123].tex. 1991-02-19 17:24:20 +00:00
Grammar Removed 'dir' statement. 1991-01-21 15:07:21 +00:00
Include Added Getnamev() macro. 1991-04-03 19:03:22 +00:00
Lib Added readfile() and readopenfile() functions. 1991-02-19 13:04:40 +00:00
Mac/Lib
Modules Made millitimer() and millisleep() global (what the heck...). 1991-04-03 19:15:32 +00:00
Objects Swapped list_ass_item and list_ass_slice to satisfy Standard C. 1991-04-03 19:05:18 +00:00
Parser Added forward declarations. 1991-04-03 19:09:02 +00:00
Python Moved support functions after main function; added prototypes; 1991-04-04 10:40:29 +00:00