Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 1 | -234/+0 |
| | |||||
* | Moved popen2 entry to make more sense. | Fred Drake | 1998-04-28 | 1 | -1/+2 |
| | | | | Added bisect entry. | ||||
* | Hook in the calendar and popen2 sections. | Fred Drake | 1998-04-28 | 1 | -0/+2 |
| | |||||
* | Added a section for the poplib module, contributed by Drew Csillag. | Fred Drake | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Remove commented-out Mac chapter. | Fred Drake | 1998-04-17 | 1 | -14/+0 |
| | |||||
* | Add imaplib to appropriate lists. | Fred Drake | 1998-04-11 | 1 | -0/+1 |
| | |||||
* | Comment out the soundex section. | Fred Drake | 1998-04-09 | 1 | -1/+1 |
| | |||||
* | Add section for ni back in, but comment it out. | Fred Drake | 1998-04-09 | 1 | -0/+1 |
| | |||||
* | Commented out sections on obsolete & Macintosh modules. | Fred Drake | 1998-04-09 | 1 | -14/+14 |
| | |||||
* | Add fileinput section under Misc. Services. | Fred Drake | 1998-04-04 | 1 | -0/+1 |
| | |||||
* | Removed references to ni. | Fred Drake | 1998-04-02 | 1 | -1/+0 |
| | |||||
* | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 1 | -4/+12 |
| | |||||
* | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 1 | -3/+7 |
| | |||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -2/+1 |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | ||||
* | Derive the name of the modules .ind from the jobname. | Fred Drake | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Separate chapter and section. | Fred Drake | 1998-02-19 | 1 | -0/+1 |
| | |||||
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 1 | -0/+2 |
| | | | | module addressing in HTML. | ||||
* | Separate Mac user interface modules into separate files, to better support | Fred Drake | 1998-02-18 | 1 | -0/+2 |
| | | | | bookmarkable module sections in the HTML. | ||||
* | Separate the parse, symbol, and token documentation into separate files. | Fred Drake | 1998-02-18 | 1 | -0/+2 |
| | |||||
* | Remove obsolete pagenumbering / pagestyle cruft. | Fred Drake | 1998-02-13 | 1 | -5/+0 |
| | |||||
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 1 | -0/+1 |
| | |||||
* | Use \emph{} for all references to the other documents, not just some of them. | Fred Drake | 1998-01-16 | 1 | -4/+4 |
| | |||||
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 1 | -9/+4 |
| | | | | mode) and take advantage of changes in myformat.sty. | ||||
* | Add module index before the general index. | Fred Drake | 1998-01-02 | 1 | -0/+4 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 1 | -1/+2 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Change {\em ...} to \emph{...}; this seems to be the developing preference | Fred Drake | 1997-12-18 | 1 | -3/+3 |
| | | | | throughout the manuals, and seems easier to read. | ||||
* | Fixed SFT #23842: leave in non-standard style options when checking in an | Fred Drake | 1997-12-08 | 1 | -1/+1 |
| | | | | update. ;-( | ||||
* | Oops, did the previous delete the wrong way. | Guido van Rossum | 1997-11-25 | 1 | -1/+0 |
| | |||||
* | Get rid of last traces of module 'audio' | Guido van Rossum | 1997-11-24 | 1 | -1/+1 |
| | |||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 1 | -0/+1 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 1 | -0/+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 | -0/+2 |
| | |||||
* | Added keyword module entry. | Fred Drake | 1997-10-06 | 1 | -0/+1 |
| | |||||
* | Move the pprint docs after the code docs, so that all parser/codegen type | Fred Drake | 1997-10-06 | 1 | -1/+1 |
| | | | | things come together. | ||||
* | 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. | ||||
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 1 | -0/+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 | ||||
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
| | |||||
* | Added mimify docs (Sjoerd). | Guido van Rossum | 1997-07-30 | 1 | -0/+1 |
| | |||||
* | added code.py; codehack.py is obsolete | Guido van Rossum | 1997-07-18 | 1 | -0/+1 |
| | |||||
* | Add entry for the pprint module. | Fred Drake | 1997-07-18 | 1 | -0/+1 |
| | |||||
* | Added libni.tex libgzip.tex | Guido van Rossum | 1997-07-17 | 1 | -0/+2 |
| | |||||
* | Added cmath | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | |||||
* | Documentation for Lib/commands.py, from Sue Williams. | Fred Drake | 1997-06-12 | 1 | -1/+2 |
| | |||||
* | Added libmailbox, obsolete libstdwin | Guido van Rossum | 1997-06-02 | 1 | -1/+2 |
| | |||||
* | Added AMK's SocketServer docs. | Guido van Rossum | 1997-05-19 | 1 | -0/+1 |
| | |||||
* | Add zlib | Guido van Rossum | 1997-04-30 | 1 | -0/+1 |
| | |||||
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 1 | -0/+3 |
| | |||||
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 1 | -1/+5 |
| |