Guido van Rossum
1984f1e1c6
* Makefile adapted to changes below.
...
* split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
* new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
* new module from Sjoerd: mmmodule.c (dynamically loaded).
* new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
* new files thread.{c,h} (from Sjoerd).
* new xxmodule.c (example only).
* myselect.h: bzero -> memset
* select.c: bzero -> memset; removed global variable
1992-08-04 12:41:02 +00:00
Guido van Rossum
c10aa77cb9
fileobject.c: fix fatal bug in getline() (forgot to initialize fp now)
1992-07-31 12:42:38 +00:00
Guido van Rossum
d7297e61df
Makefile: added instann rules and $(*DEST*) defines.
...
fileobject.c: report more moeaningful error for I/O on closed files;
user getargs() everywhere.
1992-07-06 14:19:26 +00:00
Guido van Rossum
ed233a5696
Changes for new UNIX-specific built-in module 'select' and new header for
...
interfaces to variants of select() system call, "myselect.h". This includes
adding fileno() methods to files, sockets and stdwin.
1992-06-23 09:07:03 +00:00
Guido van Rossum
bab9d03855
Copyright for 1992 added
1992-04-05 14:26:55 +00:00
Guido van Rossum
51415a7b3b
Quiet lint
1992-03-27 17:23:38 +00:00
Guido van Rossum
febd551bab
Change error handling. Call clearerr() more often.
1992-03-04 16:39:24 +00:00
Guido van Rossum
fa3da8aa7c
Include modsupport.h for getargs().
1992-01-27 16:53:23 +00:00
Guido van Rossum
201be057fb
Added message to EOFError.
1991-12-24 13:26:41 +00:00
Guido van Rossum
87e7ea72a6
Use new exceptions.
1991-12-10 14:00:03 +00:00
Guido van Rossum
8aff84a100
Call write(fileno(fp), ...) instead of fwrite for LARGE writes.
1991-11-12 15:42:49 +00:00
Guido van Rossum
18a372f04c
getlonglongargs --> getlonglongarg
1991-09-10 14:55:58 +00:00
Guido van Rossum
909336104b
printobject now returns an error code
1991-06-07 16:10:43 +00:00
Guido van Rossum
a1ab7fae44
In support of popen(), file objects are now parametrized with a close
...
function on creation. (There's a funny thing about the return
value of the close function that should be resolved.)
Also added 'isatty' method.
1991-06-04 19:37:39 +00:00
Guido van Rossum
76ad8ed51d
Call clearerr() after EOF seen.
1991-06-03 10:54:55 +00:00
Guido van Rossum
0bd2441e00
Added external interface to readline, for raw_input().
1991-04-04 15:21:57 +00:00
Guido van Rossum
eb183da74f
Added 'softspace' interface to replace 'needspace' printing hack.
1991-04-04 10:44:06 +00:00
Guido van Rossum
ce5ba841d9
Fixed read() and readline() to do arbitrarily long reads.
...
And readline() now reads null bytes correctly.
Added tell(), seek() and flush().
1991-03-06 13:06:18 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
a08095ab02
Hack to open resource fork on the Mac: open(filename, '*rb').
1991-02-13 23:25:27 +00:00
Guido van Rossum
59b3590711
Think C 4.0 fixes a bug in 3.0 that we programmed around.
1991-01-02 13:51:41 +00:00
Guido van Rossum
3f5da24ea3
"Compiling" version
1990-12-20 15:06:42 +00:00
Guido van Rossum
dd5c7be568
Reads of zero should be legal!
1990-10-26 14:58:11 +00:00
Guido van Rossum
2b654f74c2
New error handling in getattr().
1990-10-14 20:03:32 +00:00
Guido van Rossum
85a5fbbdfe
Initial revision
1990-10-14 12:07:46 +00:00