summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocksvr.tex
Commit message (Collapse)AuthorAgeFilesLines
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-2/+2
|
* Fix typo in doc for handle(): client_request should be client_address.Guido van Rossum1998-11-161-1/+1
| | | | Noted by Stefan Witzel.
* 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
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-3/+3
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Logical markup.Fred Drake1998-03-141-48/+53
|
* 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.
* Consistency: "Unix" ==> "\UNIX{}"Fred Drake1998-01-131-2/+2
|
* Fixed unresolved reference problem; this module wasn't \label{}ed.Fred Drake1997-12-041-4/+5
| | | | | | | | Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes.
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-301-0/+2
| | | | wrong module.
* Added AMK's SocketServer docs.Guido van Rossum1997-05-191-0/+188