summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfileinput.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-192/+0
|
* Fix typpo.Thomas Wouters2006-02-191-1/+1
|
* Minor tweaksNeal Norwitz2006-02-191-1/+4
|
* Clarify how hook_compressed determines how to open a file.Georg Brandl2006-02-191-2/+3
|
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-5/+43
| | | | be used to control how files are opened.
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-4/+14
| | | | specifying the file mode input files should be opened with.
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-4/+11
| | | | current file number.
* add missing "if"Fred Drake2003-11-101-1/+1
|
* Note that when inplace=1 existing backup files will be removed silently.Fred Drake2001-05-091-2/+5
| | | | Closes SF bug #420230.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-2/+4
| | | | (Very rough.)
* Minor wording change in section title.Fred Drake1999-06-291-1/+1
|
* New section header style.Fred Drake1998-08-101-5/+6
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+5
|
* Document fileinput.Fred Drake1998-04-041-0/+124