summaryrefslogtreecommitdiffstats
path: root/Doc/libposix.tex
Commit message (Collapse)AuthorAgeFilesLines
* Relocating file to Doc/lib/Fred Drake1998-05-071-509/+0
|
* Caught a few more spurious \setindexsubitem macros....Fred Drake1998-04-071-1/+0
|
* Removed unnecessary \setindexsubitem.Fred Drake1998-04-071-1/+0
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-23/+23
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Added an index entry.Fred Drake1998-03-161-0/+1
|
* Use \withsubitem{} for indexing functions from other modules. This fixesFred Drake1998-03-121-2/+2
| | | | things in the index.
* Logical markup.Fred Drake1998-03-111-123/+140
| | | | Added information on the exception attributes when exceptions are classes.
* Change {datadesc} environments with empty descriptions to \dataline{}s; thisFred Drake1998-02-131-24/+12
| | | | | | removes extra vertical space from the list of names, and makes the display more similar to that used in the socket module, where several constants share a description.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-3/+3
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-091-5/+5
| | | | ways to do it previously (not counting module names).
* Add ref to errno module.Guido van Rossum1998-02-061-0/+2
|
* Consistency: {\it ...} ==> \emph{...}Fred Drake1998-01-201-1/+1
|
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-2/+2
| | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-301-8/+9
|
* Changed illegal \stmodindex{} to \refstmodindex{}, added index referenceFred Drake1997-12-151-2/+3
| | | | to the stat module.
* Added strerror()Guido van Rossum1997-10-051-0/+4
|
* Referred to POSIX docs as well as to Unix docs.Guido van Rossum1997-08-271-3/+3
|
* More emphasis on os.environ's calling of putenv; and added hint aboutGuido van Rossum1997-08-081-4/+14
| | | | flags for open().
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Really nitty-gritty change to prevent latex2html from using a LaTeX-generatedFred Drake1997-06-061-1/+1
| | | | image of the argument list....
* Added putenv, ftruncate (AMK).Guido van Rossum1997-06-021-0/+19
|
* Document return value of wait[pid]() more carefully.Guido van Rossum1997-05-091-7/+12
| | | | Document how to get exit status of a popen() command.
* Describe open(2) exported constantsBarry Warsaw1996-12-191-0/+30
|
* posix.open(): third argument (mode) is optional.Barry Warsaw1996-12-191-2/+4
|
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-3/+3
| | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
* added plockGuido van Rossum1996-07-211-0/+6
|
* Document some process group stuff; mkdir mode arg optional; mkfifo.Guido van Rossum1996-06-261-1/+55
|
* listdir no longer returns . or ..; added remove==unlinkGuido van Rossum1996-02-121-3/+9
|
* add realtime as 5th item to os.times() return valueGuido van Rossum1995-09-131-2/+4
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-2/+3
|
* added WNOHANGGuido van Rossum1995-03-301-1/+6
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-5/+18
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-4/+4
|
* optional bufsize arg for popen and fdopenGuido van Rossum1995-01-121-7/+32
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-0/+6
| | | | | | | | | | | | | | | 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.
* At release 1.0.1. Scripts, Makefile, README: cosmetic changes andGuido van Rossum1994-02-151-0/+7
| | | | | streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos
* Restructured library documentationGuido van Rossum1994-01-021-0/+306