Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 1 | -1/+1 |
| | | | | (closes SF patch #952047) | ||||
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
| | | | | (From SF patch #810751) | ||||
* | SF 810242. Fix doubled word errors. | Raymond Hettinger | 2003-09-22 | 1 | -1/+1 |
| | |||||
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 1 | -2/+3 |
| | | | | | list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>. | ||||
* | Remove another {\rm ...} construct. | Fred Drake | 1998-12-10 | 1 | -2/+2 |
| | | | | Sheesh, where do these things come from? | ||||
* | 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 |
| | |||||
* | Fix unclear wording pointed out by Tim Peters, about the interaction between | Andrew M. Kuchling | 1998-06-22 | 1 | -1/+1 |
| | | | | | ^ and the pos argument to re.match(). Also, fixed a typo in libregex.tex. | ||||
* | Use the correct URL to AMK's regex-to-re HOWTO! | Fred Drake | 1998-04-09 | 1 | -2/+3 |
| | |||||
* | Update URL to the related HOWTO document. | Fred Drake | 1998-04-09 | 1 | -1/+1 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -7/+7 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Fix the URL for the regex-to-re HOWTO. | Fred Drake | 1998-03-06 | 1 | -1/+1 |
| | |||||
* | {fulllineitems} is now an environment; use it as such. | Fred Drake | 1998-02-19 | 1 | -3/+7 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -7/+7 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Some subtleties suggested by Tamito Kajiyama, including an added | Guido van Rossum | 1998-02-11 | 1 | -2/+3 |
| | | | | \nodename macro for a section with a very underscriptive title. | ||||
* | Use \url{} to mark a URL. | Fred Drake | 1998-01-22 | 1 | -1/+1 |
| | |||||
* | Wrapped some long lines. | Fred Drake | 1998-01-12 | 1 | -43/+45 |
| | | | | | | Added trailing "()" for function and method names. Added index entries for referenced modules. | ||||
* | In description of the group() method, fix markup of "\(" and "\)" literals; | Fred Drake | 1998-01-02 | 1 | -1/+1 |
| | | | | | | "\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html output (the font was right). Changed to "\code{{\e}(}" variation, which fixes both. Breaks the .texi file generation again. Oh well. | ||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 1 | -2/+2 |
| | |||||
* | Add URL of Andrew Kuchling's nifty re conversion page... | Guido van Rossum | 1997-12-30 | 1 | -2/+3 |
| | |||||
* | Added note about the module's obsolescence. | Guido van Rossum | 1997-12-09 | 1 | -1/+11 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -2/+3 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Hint about [\] trick to avoid quad backslashes. | Guido van Rossum | 1997-03-14 | 1 | -2/+3 |
| | |||||
* | Document the new get_syntax() function. | Barry Warsaw | 1997-02-18 | 1 | -0/+4 |
| | |||||
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 1 | -23/+23 |
| | | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama. | ||||
* | Small nits only. | Guido van Rossum | 1996-10-24 | 1 | -11/+17 |
| | |||||
* | Added Andrew Kuchling's explanation of regexp's. | Guido van Rossum | 1996-06-26 | 1 | -1/+137 |
| | |||||
* | warn about bacslash-s lacking | Guido van Rossum | 1995-08-11 | 1 | -2/+5 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -2/+3 |
| | | | | unified style; etc. | ||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -2/+2 |
| | |||||
* | document restriction on group names | Guido van Rossum | 1995-02-27 | 1 | -1/+2 |
| | |||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -4/+4 |
| | |||||
* | Added symcomp and resulting new data items | Guido van Rossum | 1994-01-03 | 1 | -11/+44 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+162 |