Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -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 Drake | 2001-05-10 | 1 | -2/+2 |
| | |||||
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -3/+3 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -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 Rossum | 1999-03-25 | 1 | -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() that | Andrew M. Kuchling | 1998-08-18 | 1 | -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 by | Fred Drake | 1998-08-14 | 1 | -1/+1 |
| | | | | Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Clarify the type of the signal handler. | Guido van Rossum | 1998-06-09 | 1 | -1/+2 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete \setindexsubitem macro. | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | |||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -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 previous | Fred Drake | 1998-02-13 | 1 | -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 new | Fred Drake | 1998-01-22 | 1 | -36/+39 |
| | | | | constructs should be used. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 behaviour | Guido van Rossum | 1996-02-12 | 1 | -1/+4 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -3/+10 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -14/+14 |
| | |||||
* | added lots of useful info | Guido van Rossum | 1995-02-15 | 1 | -15/+64 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 1 | -0/+80 |