summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libselect.tex
Commit message (Collapse)AuthorAgeFilesLines
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-101-5/+5
| | | | | | its first three arguments. Closes RFE #798046 .
* - clean up some extra punctuation hidden in indexing markupFred Drake2003-04-291-13/+10
| | | | | - fix a typo and one markup nit - normalize whitespace
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
|
* Added information about the timeout parameter to the poll() method forFred Drake2001-07-111-1/+5
| | | | | | polling objects. This closes SF bug #439823. Fixed a minor markup bug.
* select.select(): Add note that though this function accepts empty lists,Fred Drake2000-12-111-13/+15
| | | | | | | | using *only* empty lists may not be acceptable on all platforms, with the specific caveat that it does not work on Windows. Also clarified list of acceptable objects that may be in the lists, to let the user know that file objects are not usable here on Windows.
* Documentation for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-1/+76
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-1/+1
| | | | (Very rough.)
* Work around LaTeX2HTML comment-handling bug.Fred Drake1999-04-211-2/+2
|
* Remove superfluous index entry for posix.popen(); no longerFred Drake1999-04-161-1/+0
| | | | appropriate since popen() is only documented in os.
* Shorten a few section titles.Fred Drake1999-02-201-2/+2
|
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Markup nits, index entries.Fred Drake1998-04-021-16/+19
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-1/+1
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* 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
* minor thingsGuido van Rossum1995-04-041-2/+2
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-1/+1
| | | | unified style; etc.
* Restructured library documentationGuido van Rossum1994-01-021-0/+42