summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsignal.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-4/+4
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Update example to no longer use the FCNTL module.Fred Drake2001-05-101-2/+2
|
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-3/+3
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* SIGTERM is no longer caught to call sys.exitfunc.Guido van Rossum1999-03-251-4/+2
| | | | This change was made long ago but the documentation was never updated.
* Added an example that uses signal.alarm() to time out an os.open() thatAndrew M. Kuchling1998-08-181-1/+29
| | | | | | | | | takes too long. This example relies on the fact that raising an exception in a signal handler causes the exception to be re-raised when the main line of the program resumes execution. Is this guaranteed in CPython, or is this something that just happens to work by accident? Also fixed a typo.
* Fix markup where C include files get named in <...> form; bug reported byFred Drake1998-08-141-1/+1
| | | | Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* 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
|
* Clarify the type of the signal handler.Guido van Rossum1998-06-091-1/+2
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-041-1/+0
|
* 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.
* Converted to use semantic markup. This is an example of how many of the newFred Drake1998-01-221-36/+39
| | | | constructs should be used.
* 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
* document non-BSD SIGCHLD behaviourGuido van Rossum1996-02-121-1/+4
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-3/+10
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-14/+14
|
* added lots of useful infoGuido van Rossum1995-02-151-15/+64
|
* added libsignal.texGuido van Rossum1995-02-071-0/+80