summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgetopt.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF bug#1038917 fix typos (Contributed by George Yoshida.)Raymond Hettinger2004-10-021-1/+1
|
* add missing periodFred Drake2004-01-261-1/+1
|
* add references between getopt and optparse docsSkip Montanaro2004-01-261-0/+4
|
* SF bug #729096: getopt online documentation example improvementRaymond Hettinger2003-04-291-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öwis2002-06-061-0/+12
|
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Add note about the version in which GetoptError was added -- this canFred Drake2001-04-181-0/+3
| | | | bite people interested in 1.5.2 compatibility.
* Fixing bug 405999 -- clarifying differences between Python'sMoshe Zadka2001-04-111-0/+4
| | | | getopt and GNU getopt -- Python is like classical UNIX getopt.
* Explain that long options are matched based on a unique prefix rather thanFred Drake2001-01-081-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 Drake2000-10-101-3/+4
|
* getopt(): revise description of long_options parameter slightly so it willFred Drake2000-08-111-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 Drake2000-04-031-3/+4
| | | | (Very rough.)
* Document GetoptError and label error an alias.Fred Drake1999-12-211-2/+9
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Logical markup.Fred Drake1998-03-101-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 previousFred Drake1998-02-131-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 Rossum1997-12-301-1/+1
|
* AMK's megapatch:Guido van Rossum1997-07-171-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 preventGuido van Rossum1997-04-021-2/+4
| | | | latex2html from collapsing it into '-'.
* Added long getopt docs; by FredGuido van Rossum1996-09-111-7/+31
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-1/+2
| | | | unified style; etc.
* Restructured library documentationGuido van Rossum1994-01-021-0/+55