Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document objects that can be used with the ``with`` statement. | Phillip J. Eby | 2006-03-28 | 1 | -0/+13 |
| | |||||
* | [Bug #1209880] Describe only the True/False return values from lock.acquire() | Andrew M. Kuchling | 2005-06-02 | 1 | -2/+2 |
| | |||||
* | Add versionadded. Remove duplicate "to" | Neal Norwitz | 2003-07-09 | 1 | -1/+2 |
| | |||||
* | Document interrupt_main() | Kurt B. Kaiser | 2003-07-08 | 1 | -5/+5 |
| | | | | Remove obsolete reference to deprecated exit_thread() function | ||||
* | - fix use of \refmodule markup | Fred Drake | 2002-12-30 | 1 | -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 Rossum | 2002-12-30 | 1 | -1/+3 |
| | |||||
* | Clarify what versions of Windows are supported, and add Linux | Fred Drake | 2002-10-22 | 1 | -1/+1 |
| | | | | specifically. | ||||
* | Update docs for bool changes by Guido around April 6 | Neal Norwitz | 2002-04-09 | 1 | -4/+4 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -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 Rossum | 2001-10-16 | 1 | -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 Drake | 2000-04-05 | 1 | -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 Drake | 1999-04-21 | 1 | -5/+5 |
| | |||||
* | Minor markup nit to ease conversion processing. | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+3 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Added \deprecated to exit_thread() function. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
| | | | | Reflects Guido's revision. | ||||
* | Document optional kwargs argument to start_new_thread(). Also | Guido van Rossum | 1998-06-27 | 1 | -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 Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-04-03 | 1 | -28/+30 |
| | |||||
* | 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 | -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 Drake | 1998-02-09 | 1 | -1/+1 |
| | |||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 1 | -1/+1 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 1 | -4/+11 |
| | | | | Use trailing "()" on function names in running text. | ||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 1 | -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 Rossum | 1997-08-14 | 1 | -4/+20 |
| | | | | added some caveats. | ||||
* | 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 | ||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -16/+18 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -6/+6 |
| | |||||
* | * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); | Guido van Rossum | 1994-08-12 | 1 | -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 documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+89 |