summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-181-1/+1
|
* Added soundex (sigh)Guido van Rossum1996-12-121-1/+1
|
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-061-1/+1
|
* (Makefile): Added sym links for each manual, i.e., index.html -> lib.html.Fred Drake1996-12-061-0/+3
| | | | This makes addressing the manuals a little simpler.
* (Makefile): The sed hack is needed for all 3 manuals processed by latex2html;Fred Drake1996-12-061-3/+10
| | | | | the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now.
* (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2htmlFred Drake1996-12-061-35/+7
| | | | instead! Updated some comments.
* (Makefile): Updated comments about using LaTeX2HTML for the libraryFred Drake1996-11-111-25/+18
| | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href.
* (Makefile): Updated latex2html support.Fred Drake1996-10-291-2/+2
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-221-22/+9
|
* Added chapter on restricted execution.Guido van Rossum1996-10-221-1/+3
|
* (Makefile): Push texi2html.py options into a make variable.Fred Drake1996-10-091-1/+2
|
* (Makefile): Add libformatter.tex to the library document dependencies.Fred Drake1996-10-091-1/+1
|
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-131-6/+13
| | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs.
* Added bastion and (dummy) rexec docsGuido van Rossum1996-09-101-1/+1
|
* Changes to dependencies (Fred)Guido van Rossum1996-08-231-5/+5
|
* Added imghdr,xdrlib; reformatted Makefile somewhatGuido van Rossum1996-08-191-31/+20
|
* Separate .dvi and .ps targets.Guido van Rossum1996-08-091-8/+24
| | | | More rational destination for texi2html.py.
* add libparser.texGuido van Rossum1995-10-111-1/+1
|
* Documented MACFS, macostools, EasyDialogs and FrameWork modules.Jack Jansen1995-10-101-1/+2
|
* Documented binascii, binhex and uu modules. Put them in theJack Jansen1995-08-291-2/+2
| | | | Internet/WWW section, for lack of a better place.
* documented termios + TERMIOSGuido van Rossum1995-03-311-1/+1
|
* Don't reference removed files in MakefileGuido van Rossum1995-03-281-2/+2
|
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-5/+7
|
* New documentation on the CD module.Sjoerd Mullender1995-03-281-0/+1
|
* use macros more; added some more docsGuido van Rossum1995-03-201-36/+49
|
* added lots of commentsGuido van Rossum1995-03-171-10/+100
|
* added macdnrGuido van Rossum1995-03-071-2/+3
|
* converted docs for Jim Roskind's profilerGuido van Rossum1995-03-021-2/+2
|
* small nits and new filesGuido van Rossum1995-03-011-3/+5
|
* added WWW sectionsGuido van Rossum1995-02-271-8/+12
|
* added www chaptersGuido van Rossum1995-02-161-5/+6
|
* Added libaifc.tex to list of library files.Sjoerd Mullender1994-12-141-1/+1
|
* don't assum '.' is in PATHGuido van Rossum1994-10-201-1/+1
|
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-6/+37
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-13/+33
|
* * lib2.tex (sys): updated sys.std{in,out,err} docs. AddedGuido van Rossum1993-12-171-2/+3
| | | | | | | | | | | | | | | sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function.
* * text2latex.py: call main() instead of always processing ext.tex.Guido van Rossum1993-11-191-1/+1
| | | | | | | | * Makefile: added 'ext' to 'all' target * ext.tex: more changes towards a readable text * lib4.tex (posix): added set{uid,gid} * lib2.tex (array): restored doc for typecode and itemsize (which were there but not visible for dir())
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-051-9/+25
| | | | | | | | | | | | | | | | | | (formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}). Also affects Makefile. * text2latex.py: script to do part of the conversion from an plain ASCI text file (in my particular style) to LaTeX. (Chapter/section/subsection headers, and verbatim sections.) * partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex -> info conversion process (at least it works again, and with less debugging output). Removed fix.sh. * lib1.tex (section{Built-in Functions}): adapt description of str() and repr() to new situation. * lib3.tex (Module os): added exec*() variants. * lib3.tex (Module posix): added execve(). * lib2.tex (Module array): documented reality; remove typecode and itemsize, add byteswap, rename read/write to fromfile/tofile, and re-alphabetized. * lib1.tex (Built-in Functions): renamed bagof() to filter().
* Lots of small changes collected over months...Guido van Rossum1993-05-121-1/+1
|
* * Changed preface in texipre.dat.Guido van Rossum1993-02-211-0/+4
| | | | | | * Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table).
* Documented marshal.{dumps,loads} and sys.builtin_module_names.Guido van Rossum1993-01-221-1/+1
|
* Changes to some math using underscore as subscript, necessary sinceGuido van Rossum1992-12-171-1/+2
| | | | the new style file defines underscore as an underscore in tt font.
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-081-1/+7
|
* > * Makefile: always create .ps files; add qua to 'all' target;Guido van Rossum1992-07-071-3/+16
| | | | > added 'clobber' target
* Remove bibtex log file.Guido van Rossum1992-06-231-1/+1
|
* Change recipe to build qua.Guido van Rossum1992-06-031-1/+1
|
* Also remove @* filesGuido van Rossum1992-04-061-1/+1
|
* Much simpler version, intended as a script.Guido van Rossum1992-03-061-58/+25
|
* Added ref.tex.Guido van Rossum1991-11-211-2/+9
|
* Renamed mod to lib.Guido van Rossum1991-11-121-4/+10
|