summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libthread.tex
Commit message (Collapse)AuthorAgeFilesLines
* Document objects that can be used with the ``with`` statement.Phillip J. Eby2006-03-281-0/+13
|
* [Bug #1209880] Describe only the True/False return values from lock.acquire()Andrew M. Kuchling2005-06-021-2/+2
|
* Add versionadded. Remove duplicate "to"Neal Norwitz2003-07-091-1/+2
|
* Document interrupt_main()Kurt B. Kaiser2003-07-081-5/+5
| | | | Remove obsolete reference to deprecated exit_thread() function
* - fix use of \refmodule markupFred Drake2002-12-301-2/+3
| | | | | - correct some module names, add hyperlinks - wrap some long lines
* Add dummy_thread[ing] sections and reference these from libthread[ing].Guido van Rossum2002-12-301-1/+3
|
* Clarify what versions of Windows are supported, and add LinuxFred Drake2002-10-221-1/+1
| | | | specifically.
* Update docs for bool changes by Guido around April 6Neal Norwitz2002-04-091-4/+4
|
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
| | | | | | | | 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.
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-5/+4
| | | | | | This changes Pythread_start_thread() to return the thread ID, or -1 for an error. (It's technically an incompatible API change, but I doubt anyone calls it.)
* Noted by Guido:Fred Drake2000-04-051-1/+1
| | | | | Note in the "Caveats" section should refer to the exit() function, not exit_thread().
* Nits. Reference to signal module becomes a hyperlink.Fred Drake1999-04-211-5/+5
|
* Minor markup nit to ease conversion processing.Fred Drake1998-11-301-2/+2
|
* New section header style.Fred Drake1998-08-101-2/+3
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Added \deprecated to exit_thread() function.Fred Drake1998-07-021-0/+1
| | | | Reflects Guido's revision.
* Document optional kwargs argument to start_new_thread(). AlsoGuido van Rossum1998-06-271-6/+12
| | | | | | document new LockType and reverse the preference for exit() vs. exit_thread() -- exit() is now preferred and exit_thread() is obsolete.
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Logical markup.Fred Drake1998-04-031-28/+30
|
* 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-2/+2
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Oops, missed a \POSIX{} in an index entry.Fred Drake1998-02-091-1/+1
|
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-091-1/+1
| | | | ways to do it previously (not counting module names).
* Added a bunch of "concept" index entries.Fred Drake1998-01-201-4/+11
| | | | Use trailing "()" on function names in running text.
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-1/+1
| | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
* Updated platform specific notes (it is now more common to have this)Guido van Rossum1997-08-141-4/+20
| | | | added some caveats.
* 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
* typos, layout and other small thingsGuido van Rossum1995-04-101-1/+1
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-16/+18
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-6/+6
|
* * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);Guido van Rossum1994-08-121-1/+11
| | | | | | | | | | | | describe tuple() * Doc/libposixfile.tex: use tableiii instead of tableii, so partparse will work again (I know, chicken!) * Doc/libthread.tex: Added get_ident(); updated text on module availability * Doc/myformat.perl: Added sub do_cmd_Cpp
* Restructured library documentationGuido van Rossum1994-01-021-0/+89