Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Queue.py. It's documented now. | Barry Warsaw | 1997-12-01 | 2 | -4/+0 |
| | |||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 8 | -0/+16 |
| | | | | wrong module. | ||||
* | Added \indexsubitem definition. Non-optimal, but two modules are sharing | Fred Drake | 1997-11-30 | 2 | -0/+8 |
| | | | | the documentation here. | ||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 2 | -0/+4 |
| | | | | wrong module. | ||||
* | Updated \indexsubitem; functions had been indexed for the wrong module. | Fred Drake | 1997-11-30 | 2 | -0/+4 |
| | |||||
* | Slip of the keyboard (f__ should be __). Dunno why I had a totally | Guido van Rossum | 1997-11-27 | 2 | -2/+2 |
| | | | | | | messed up (but not checked in) version in my work files and didn't notice before releasing 1.5 -- at least the distributed latex file doesn't have the bogus warning about changed __init__ semantics. | ||||
* | The dependency of tarhtml on l2h was a bad idea. | Guido van Rossum | 1997-11-26 | 1 | -1/+1 |
| | |||||
* | Documented brand new behavior of sys.ps1 and sys.ps2 (str() is applied | Guido van Rossum | 1997-11-25 | 2 | -2/+8 |
| | | | | to get the actual prompt). | ||||
* | 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 the icons used by latex2html output to the CVS tree. | Guido van Rossum | 1997-11-25 | 31 | -0/+94 |
| | |||||
* | Ignore html files generated by webmaker. | Guido van Rossum | 1997-11-25 | 1 | -0/+1 |
| | |||||
* | Augmented the script so that (at CNRI anyway) it also invokes webmaker | Guido van Rossum | 1997-11-25 | 1 | -1/+12 |
| | | | | to create the HTML. | ||||
* | Simple index for the reference manuals (mostly for use on the Windows | Guido van Rossum | 1997-11-25 | 2 | -0/+50 |
| | | | | platform). | ||||
* | Updated to the most pressing 1.5 issues. | Guido van Rossum | 1997-11-25 | 13 | -4516/+4474 |
| | |||||
* | Several changes, e.g. restructuring of the intro to be closer to what | Guido van Rossum | 1997-11-25 | 2 | -472/+268 |
| | | | | it ought to be. Maybe the last checkin before 1.5b1 is released. | ||||
* | Added the "italic correction" command ("\/") to the list of ignored commands. | Fred Drake | 1997-11-25 | 2 | -2/+2 |
| | | | | | There is at least one of there in the library reference, and this reduces the warning count. We *do* know what to do with it! | ||||
* | Removed leading comment about this being "introductory" documentation; | Fred Drake | 1997-11-25 | 2 | -4/+12 |
| | | | | | | | | compared to most, I'd say this section is fairly thorough. Fixed \indexsubitem definitions for symbol and token module sub-documents. Perhaps these should be moved to their own files, but they're awefully small. | ||||
* | Get rid of math mode in some places. | Guido van Rossum | 1997-11-25 | 12 | -18/+18 |
| | |||||
* | Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp. | Guido van Rossum | 1997-11-25 | 2 | -2/+2 |
| | |||||
* | Remove strange use of $math$ mode to produce a backslash. | Guido van Rossum | 1997-11-25 | 2 | -2/+4 |
| | |||||
* | Oops, did the previous delete the wrong way. | Guido van Rossum | 1997-11-25 | 2 | -2/+0 |
| | |||||
* | Get rid of last traces of module 'audio' | Guido van Rossum | 1997-11-24 | 3 | -123/+2 |
| | |||||
* | Add fileinput. | Guido van Rossum | 1997-11-24 | 2 | -0/+4 |
| | |||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 7 | -1/+383 |
| | |||||
* | Add description for some modules that have been added since this intro | Guido van Rossum | 1997-11-20 | 2 | -0/+42 |
| | | | | section was last revised... | ||||
* | Add description for Queue; fix typo (whichdbm should be whichdb). | Guido van Rossum | 1997-11-20 | 2 | -2/+8 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 5 | -1/+179 |
| | | | | | | | 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. | ||||
* | In the description of sub(), give a better explanation of the | Barry Warsaw | 1997-11-20 | 2 | -8/+36 |
| | | | | | interface when repl is a function. Also give a simple example of using a function repl. | ||||
* | Fix the release date for 1.5b1 to be Nov. 26 | Guido van Rossum | 1997-11-18 | 2 | -2/+2 |
| | |||||
* | Add support for NULL macro (like UNIX, ABC etc.). | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
| | |||||
* | Add xmllib; remove (slow) from description of htmllib. | Guido van Rossum | 1997-11-18 | 2 | -2/+8 |
| | |||||
* | dis is now documented; bisect is deemed useful. | Guido van Rossum | 1997-11-18 | 2 | -6/+2 |
| | |||||
* | Document s.connect_ex(), which does not raise an exception on error. | Guido van Rossum | 1997-11-18 | 2 | -0/+14 |
| | |||||
* | Clarified reference to old profiler. | Guido van Rossum | 1997-11-18 | 2 | -6/+14 |
| | | | | Mention conversion to Perl-style regular expressions. | ||||
* | Added doc for errorcode dictionary. | Guido van Rossum | 1997-11-18 | 2 | -2/+12 |
| | |||||
* | Adding dis and xmllib docs | Guido van Rossum | 1997-11-18 | 3 | -1/+5 |
| | |||||
* | Docu for xmllib.py, by Sjoerd Mullender. | Guido van Rossum | 1997-11-18 | 2 | -0/+370 |
| | |||||
* | Docu for dis.py, written by Martin von Loewis. | Guido van Rossum | 1997-11-18 | 2 | -0/+1048 |
| | |||||
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 2 | -4/+20 |
| | |||||
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 2 | -14/+2 |
| | |||||
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 2 | -42/+2 |
| | |||||
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 2 | -6/+6 |
| | |||||
* | count() now has a 4th parameter too. Also rephrased the docs for find | Guido van Rossum | 1997-10-20 | 2 | -24/+18 |
| | | | | to use the same, better words to explain start/end. | ||||
* | Documented exc_info(); also updated exc_type and last_type docs. | Guido van Rossum | 1997-10-20 | 2 | -36/+114 |
| | |||||
* | Change Python-as-executable-script example to use "#! /usr/bin/env python" | Fred Drake | 1997-10-15 | 2 | -10/+10 |
| | | | | | | | | | since that's now the recommended way to do it. In pickling discussion, change "code{pickle}" (not missing leading "\") to "This" since the immediately preceeding sentence ended with the same text (with the proper "\"). Fixes a formatting bug and an odd glitch in the writing. | ||||
* | Restore the \seealso formatting that got lost when I updated the math | Fred Drake | 1997-10-13 | 2 | -2/+6 |
| | | | | module documentation. | ||||
* | Add support for ctypedesc, cvardesc, seealso, seemodule, seetext. | Fred Drake | 1997-10-13 | 1 | -0/+47 |
| | | | | This seems to take care of everything but tables and equations. | ||||
* | Remove macpath entry -- it is already documented. | Fred Drake | 1997-10-13 | 2 | -4/+0 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | |||||
* | Remove superfluous comman from between "not" and "in" when describing the | Fred Drake | 1997-10-13 | 2 | -2/+2 |
| | | | | "not in" operator. |