Guido van Rossum
|
0bfd146594
|
Added strerror()
|
1997-10-05 18:54:52 +00:00 |
Guido van Rossum
|
282290f821
|
Referred to POSIX docs as well as to Unix docs.
|
1997-08-27 14:54:25 +00:00 |
Guido van Rossum
|
9c43c590bc
|
More emphasis on os.environ's calling of putenv; and added hint about
flags for open().
|
1997-08-08 21:05:09 +00:00 |
Guido van Rossum
|
e47da0ae04
|
AMK's megapatch:
* \bcode, \ecode added everywhere
* \label{module-foo} added everywhere
* A few \seealso sections added.
* Indentation fixed inside verbatim in lib*tex files
|
1997-07-17 16:34:52 +00:00 |
Fred Drake
|
455838a217
|
Really nitty-gritty change to prevent latex2html from using a LaTeX-generated
image of the argument list....
|
1997-06-06 21:57:35 +00:00 |
Guido van Rossum
|
f967bf63f8
|
Added putenv, ftruncate (AMK).
|
1997-06-02 17:28:51 +00:00 |
Guido van Rossum
|
7e691de948
|
Document return value of wait[pid]() more carefully.
Document how to get exit status of a popen() command.
|
1997-05-09 02:22:59 +00:00 |
Barry Warsaw
|
e5a43a405d
|
Describe open(2) exported constants
|
1996-12-19 23:50:34 +00:00 |
Barry Warsaw
|
fa5a6cff45
|
posix.open(): third argument (mode) is optional.
|
1996-12-19 22:38:56 +00:00 |
Fred Drake
|
4b3f0312c9
|
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
|
1996-12-13 22:04:31 +00:00 |
Guido van Rossum
|
38e5088aa4
|
added plock
|
1996-07-21 02:21:49 +00:00 |
Guido van Rossum
|
1e8b63eb88
|
Document some process group stuff; mkdir mode arg optional; mkfifo.
|
1996-06-26 19:22:46 +00:00 |
Guido van Rossum
|
8c07bb4565
|
listdir no longer returns . or ..; added remove==unlink
|
1996-02-12 23:16:08 +00:00 |
Guido van Rossum
|
1e150618a3
|
add realtime as 5th item to os.times() return value
|
1995-09-13 17:36:35 +00:00 |
Guido van Rossum
|
96628a90c4
|
typos, layout and other small things
|
1995-04-10 11:34:00 +00:00 |
Guido van Rossum
|
4bbe9c0add
|
added WNOHANG
|
1995-03-30 16:00:36 +00:00 |
Guido van Rossum
|
470be14c8a
|
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
|
1995-03-17 16:07:09 +00:00 |
Guido van Rossum
|
6bb1adc7ee
|
small changes by Soren Larsen
|
1995-03-13 10:03:32 +00:00 |
Guido van Rossum
|
28379703dc
|
optional bufsize arg for popen and fdopen
|
1995-01-12 12:38:22 +00:00 |
Guido van Rossum
|
31cce97374
|
copyright.tex: Add 1995 to copyright message.
lib.tex: add libimp; remove bogus warning about lineii.
libmath.tex: document hypot().
libmd5.tex: rename md5.md5() to md5.new().
libposix.tex: document chown().
libposixfile.tex: openfile() instead of fileopen().
libsocket.tex: document gethostbyaddr().
libtypes.tex: add footnote explaining why readline() keeps the newline.
ref3.tex: correct typos, add back*quotes to index.
ref4.tex: don't use \verb inside footnote.
ref5.tex: explain repr() and str() and add them + back*quotes to index.
ref6.tex: correct typo, don't use \verb in footnote.
ref7.tex: don't use \verb in footnote.
|
1995-01-04 19:17:34 +00:00 |
Guido van Rossum
|
c5c67bc367
|
At release 1.0.1. Scripts, Makefile, README: cosmetic changes and
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos
|
1994-02-15 15:59:23 +00:00 |
Guido van Rossum
|
5fdeeeae2a
|
Restructured library documentation
|
1994-01-02 01:22:07 +00:00 |