summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of math mode in some places.Guido van Rossum1997-11-2512-18/+18
* Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp.Guido van Rossum1997-11-252-2/+2
* Remove strange use of $math$ mode to produce a backslash.Guido van Rossum1997-11-252-2/+4
* Oops, did the previous delete the wrong way.Guido van Rossum1997-11-252-2/+0
* Get rid of last traces of module 'audio'Guido van Rossum1997-11-243-123/+2
* Add fileinput.Guido van Rossum1997-11-242-0/+4
* Adding Martin von Loewis' documentation for his locale module.Guido van Rossum1997-11-207-1/+383
* Add description for some modules that have been added since this introGuido van Rossum1997-11-202-0/+42
* Add description for Queue; fix typo (whichdbm should be whichdb).Guido van Rossum1997-11-202-2/+8
* libqueue.tex: Documentation for the Queue.py module.Barry Warsaw1997-11-205-1/+179
* In the description of sub(), give a better explanation of theBarry Warsaw1997-11-202-8/+36
* Fix the release date for 1.5b1 to be Nov. 26Guido van Rossum1997-11-182-2/+2
* Add support for NULL macro (like UNIX, ABC etc.).Guido van Rossum1997-11-181-0/+1
* Add xmllib; remove (slow) from description of htmllib.Guido van Rossum1997-11-182-2/+8
* dis is now documented; bisect is deemed useful.Guido van Rossum1997-11-182-6/+2
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-182-0/+14
* Clarified reference to old profiler.Guido van Rossum1997-11-182-6/+14
* Added doc for errorcode dictionary.Guido van Rossum1997-11-182-2/+12
* Adding dis and xmllib docsGuido van Rossum1997-11-183-1/+5
* Docu for xmllib.py, by Sjoerd Mullender.Guido van Rossum1997-11-182-0/+370
* Docu for dis.py, written by Martin von Loewis.Guido van Rossum1997-11-182-0/+1048
* Small wording change about global and local trace functions.Guido van Rossum1997-10-272-4/+20
* Ooops, found too more references to old conditions on floating point values.Fred Drake1997-10-242-14/+2
* Removed obsolete discussion on _xdr helper module.Fred Drake1997-10-242-42/+2
* Put {} around \^ in sets to force latex2html to do the right thing...Guido van Rossum1997-10-222-6/+6
* count() now has a 4th parameter too. Also rephrased the docs for findGuido van Rossum1997-10-202-24/+18
* Documented exc_info(); also updated exc_type and last_type docs.Guido van Rossum1997-10-202-36/+114
* Change Python-as-executable-script example to use "#! /usr/bin/env python"Fred Drake1997-10-152-10/+10
* Restore the \seealso formatting that got lost when I updated the mathFred Drake1997-10-132-2/+6
* Add support for ctypedesc, cvardesc, seealso, seemodule, seetext.Fred Drake1997-10-131-0/+47
* Remove macpath entry -- it is already documented.Fred Drake1997-10-132-4/+0
* socket_type ==> SocketTypeFred Drake1997-10-132-2/+2
* Remove superfluous comman from between "not" and "in" when describing theFred Drake1997-10-132-2/+2
* struct _frozen:Fred Drake1997-10-132-8/+8
* The sequence behavior is now on the Exception root class rather thanGuido van Rossum1997-10-072-6/+8
* Added pointer to api.tex and note about the out-of-date-ness of thisGuido van Rossum1997-10-072-0/+14
* Set Oct 10 as the release date.Guido van Rossum1997-10-072-2/+2
* Change title to {Python/C API Reference Manual}; remove \bcode \ecodeGuido van Rossum1997-10-072-22/+22
* And "ni" has been documented...Fred Drake1997-10-062-4/+0
* Oops; don't know if this was my typo or not: There was a "p" on a line thatFred Drake1997-10-062-2/+2
* Updated the section "Parsing Python".Fred Drake1997-10-062-24/+2
* Added keyword module entry.Fred Drake1997-10-062-0/+2
* Minor nits (Lib/token.py is a file, token is a module...).Fred Drake1997-10-062-4/+104
* Documentation for the keyword module.Fred Drake1997-10-062-0/+18
* Move the pprint docs after the code docs, so that all parser/codegen typeFred Drake1997-10-062-2/+2
* Document the mapping object's new get() method.Barry Warsaw1997-10-062-0/+10
* Add the four latex2html output directories: api, ext, lib, tut.Fred Drake1997-10-061-0/+4
* Done with tread state descriptions. Sigh!Guido van Rossum1997-10-062-100/+618
* Added strerror()Guido van Rossum1997-10-052-0/+8
* Removed emacs.pyGuido van Rossum1997-10-052-4/+0