Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #428326: New class threading.Timer. | Martin v. Löwis | 2001-09-05 | 1 | -0/+36 |
| | |||||
* | Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. | Fred Drake | 2001-08-20 | 1 | -2/+40 |
| | | | | This closes SF patch #452836. | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -5/+6 |
| | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
* | Some general cleanup of the threading module documentation, including | Fred Drake | 2001-05-31 | 1 | -25/+15 |
| | | | | | | fixing the reference to Thread.getDeamon() (should be isDaemon()). This closes SF bug #429070. | ||||
* | Fix a grammatical error reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Fixed tons of small markup problems. | Fred Drake | 1999-03-12 | 1 | -69/+74 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Fix the synopsis. | Fred Drake | 1998-07-27 | 1 | -5/+4 |
| | | | | Change one \code{} to \samp{}. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Added libthreading.tex ; this is mostly the contents of threading_api.py, | Andrew M. Kuchling | 1998-07-20 | 1 | -0/+561 |
with LaTeX markup added, and some small rewrites to improve the prose. |