Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $(LIBFILES): Added libcopyreg.tex. | Fred Drake | 1998-01-21 | 1 | -1/+1 |
| | |||||
* | Removed tarps2, tardvi targets based on comments from Guido. | Fred Drake | 1998-01-13 | 1 | -32/+5 |
| | | | | | | | | Added -9 option to gzip. This doesn't save much space, but it's "free" and appreaciated by those with slow modems. (With these tarballs, that means "those with modems"...!) Remove the two tarballs in the clean target. | ||||
* | Added targets: | Fred Drake | 1998-01-13 | 1 | -2/+40 |
| | | | | | | | | | tarps - one-sided PostScript tarps2 - two-sided PostScript, with ref.ps added as-is. tardvi - yes, some people want the .dvi files all-ps2 - Create the .ps files, but make sure the LaTeX openright option is used in the \documentclass. | ||||
* | lib.dvi target: Added commands to generate the modules index. | Fred Drake | 1998-01-02 | 1 | -1/+4 |
| | |||||
* | Clean out *.texi and *.info* as well for "make clean". | Fred Drake | 1997-12-30 | 1 | -0/+1 |
| | |||||
* | Added .PHONY annotation for lib.info target; the real target is | Fred Drake | 1997-12-29 | 1 | -0/+4 |
| | | | | | python-lib.info. The annotation is needed to prevent at least GNU make from building a second set of info files with the lib.info base name. | ||||
* | Revised lib1.texi target to deal with some conversion nastiness. See comment. | Fred Drake | 1997-12-29 | 1 | -0/+7 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 1 | -10/+11 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Added back info generation. Still buggy in the final phase (makeinfo run). | Fred Drake | 1997-12-29 | 1 | -0/+26 |
| | | | | Does not conflict with any other targets. | ||||
* | Use $LOGNAME instead of $USER to get the current user -- it seems to | Guido van Rossum | 1997-12-01 | 1 | -1/+1 |
| | | | | be the state of the art. | ||||
* | The dependency of tarhtml on l2h was a bad idea. | Guido van Rossum | 1997-11-26 | 1 | -1/+1 |
| | |||||
* | Added utility target tarhtml to tar and gzip the HTML files plus their | Guido van Rossum | 1997-11-25 | 1 | -0/+4 |
| | | | | support (GIFS, icons, style sheets). | ||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 1 | -1/+1 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 1 | -1/+1 |
| | | | | | | | Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python. | ||||
* | Adding dis and xmllib docs | Guido van Rossum | 1997-11-18 | 1 | -1/+1 |
| | |||||
* | Add -N0 to dvips flags to generate page structure comments. | Guido van Rossum | 1997-10-05 | 1 | -1/+1 |
| | |||||
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 1 | -1/+2 |
| | | | | (which had UserDict/UserList) to libuserdict.tex. | ||||
* | Oops, don't suppress echo of the rm command in l2hclean! | Fred Drake | 1997-08-22 | 1 | -1/+1 |
| | |||||
* | Simplify LaTeX2HTML targets && support re-use of output directories (which | Fred Drake | 1997-08-22 | 1 | -17/+10 |
| | | | | | | saves re-generation of images). Add l2hclean target. | ||||
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | | | | | | | libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here | ||||
* | Tweaked all l2h targets to remove the target directory before renaming | Guido van Rossum | 1997-08-15 | 1 | -2/+4 |
| | | | | the intermediate target directory. | ||||
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
| | |||||
* | Added mimify docs (Sjoerd). | Guido van Rossum | 1997-07-30 | 1 | -1/+1 |
| | |||||
* | l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. | Fred Drake | 1997-07-30 | 1 | -1/+1 |
| | |||||
* | added code.py; codehack.py is obsolete | Guido van Rossum | 1997-07-18 | 1 | -1/+1 |
| | |||||
* | Add libpprint.tex to the lib.dvi dependencies. | Fred Drake | 1997-07-18 | 1 | -1/+2 |
| | |||||
* | Added libni.tex libgzip.tex | Guido van Rossum | 1997-07-17 | 1 | -1/+1 |
| | |||||
* | Added cmath | Guido van Rossum | 1997-07-17 | 1 | -1/+1 |
| | |||||
* | Added libcommands.tex to list of library reference dependencies. | Fred Drake | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | add libmailbox | Guido van Rossum | 1997-06-02 | 1 | -1/+2 |
| | |||||
* | Added AMK's SocketServer docs. | Guido van Rossum | 1997-05-19 | 1 | -1/+1 |
| | |||||
* | Made a start with api.tex, the Python-C API Reference Manual. | Guido van Rossum | 1997-05-15 | 1 | -24/+29 |
| | | | | | Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed. | ||||
* | Add zlib | Guido van Rossum | 1997-04-30 | 1 | -1/+1 |
| | |||||
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 1 | -1/+2 |
| | |||||
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 1 | -1/+1 |
| | |||||
* | Added docs for UserDict,UserList | Guido van Rossum | 1997-03-27 | 1 | -1/+2 |
| | |||||
* | Added docs for glob | Guido van Rossum | 1997-03-25 | 1 | -1/+1 |
| | |||||
* | Added docs for mailcap | Guido van Rossum | 1997-03-25 | 1 | -1/+1 |
| | |||||
* | Add a rough list of undocumented stuff at the end. | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
| | |||||
* | Added (minimal) StringIO docs. | Guido van Rossum | 1997-03-03 | 1 | -1/+1 |
| | |||||
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 1 | -1/+2 |
| | |||||
* | Added docs for Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 1 | -1/+1 |
| | |||||
* | Added soundex (sigh) | Guido van Rossum | 1996-12-12 | 1 | -1/+1 |
| | |||||
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 1 | -1/+1 |
| | |||||
* | (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. | Fred Drake | 1996-12-06 | 1 | -0/+3 |
| | | | | This makes addressing the manuals a little simpler. | ||||
* | (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; | Fred Drake | 1996-12-06 | 1 | -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 latex2html | Fred Drake | 1996-12-06 | 1 | -35/+7 |
| | | | | instead! Updated some comments. | ||||
* | (Makefile): Updated comments about using LaTeX2HTML for the library | Fred Drake | 1996-11-11 | 1 | -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 Drake | 1996-10-29 | 1 | -2/+2 |
| | |||||
* | Removed LaTeX version of reference manual. Added ref/ref.ps. | Guido van Rossum | 1996-10-22 | 1 | -22/+9 |
| |