Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -154/+0 |
| | |||||
* | Bug #1601630: little improvement to getopt docs | Georg Brandl | 2006-11-23 | 1 | -3/+6 |
| | |||||
* | add missing version identification | Fred Drake | 2006-01-20 | 1 | -0/+2 |
| | |||||
* | SF bug#1038917 fix typos (Contributed by George Yoshida.) | Raymond Hettinger | 2004-10-02 | 1 | -1/+1 |
| | |||||
* | add missing period | Fred Drake | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | add references between getopt and optparse docs | Skip Montanaro | 2004-01-26 | 1 | -0/+4 |
| | |||||
* | SF bug #729096: getopt online documentation example improvement | Raymond Hettinger | 2003-04-29 | 1 | -1/+4 |
| | | | | | | | | | | | A newbie found it difficult to translate the exampe into a case that used only short options or long options but not both. He tried to shorten the tuple search but forgot the trailing comma, The appropriate pattern is an equality check. Revised the example to point him in the right direction. Backport candidate. | ||||
* | Patch 473512: add GNU style scanning as gnu_getopt. | Martin v. Löwis | 2002-06-06 | 1 | -0/+12 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Add note about the version in which GetoptError was added -- this can | Fred Drake | 2001-04-18 | 1 | -0/+3 |
| | | | | bite people interested in 1.5.2 compatibility. | ||||
* | Fixing bug 405999 -- clarifying differences between Python's | Moshe Zadka | 2001-04-11 | 1 | -0/+4 |
| | | | | getopt and GNU getopt -- Python is like classical UNIX getopt. | ||||
* | Explain that long options are matched based on a unique prefix rather than | Fred Drake | 2001-01-08 | 1 | -1/+8 |
| | | | | | | requiring the whole option to be typed out. This closes SF bug #126863. | ||||
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -3/+4 |
| | |||||
* | getopt(): revise description of long_options parameter slightly so it will | Fred Drake | 2000-08-11 | 1 | -19/+43 |
| | | | | | | | | | | be less confusing; add a paragraph separation so that comments about the options and long_options parameters don't have references that are easily misinterpreted. Adjust the interactive examples to not need the string module. Add an example showing how the module is commonly used in a script. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+4 |
| | | | | (Very rough.) | ||||
* | Document GetoptError and label error an alias. | Fred Drake | 1999-12-21 | 1 | -2/+9 |
| | |||||
* | 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 |
| | |||||
* | 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-03-10 | 1 | -39/+36 |
| | | | | Use {funcdesc} and {excdesc} to describe the module, not just running text. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -4/+4 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Horrible hack to split up code '--' to prevent | Guido van Rossum | 1997-04-02 | 1 | -2/+4 |
| | | | | latex2html from collapsing it into '-'. | ||||
* | Added long getopt docs; by Fred | Guido van Rossum | 1996-09-11 | 1 | -7/+31 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -1/+2 |
| | | | | unified style; etc. | ||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+55 |