summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't use $math$ mode to typeset a simple '>' sign. Use \code, not \samp.Guido van Rossum1997-11-251-1/+1
* Remove strange use of $math$ mode to produce a backslash.Guido van Rossum1997-11-251-1/+2
* Oops, did the previous delete the wrong way.Guido van Rossum1997-11-251-1/+0
* Get rid of last traces of module 'audio'Guido van Rossum1997-11-241-1/+1
* Add fileinput.Guido van Rossum1997-11-241-0/+2
* Adding Martin von Loewis' documentation for his locale module.Guido van Rossum1997-11-203-0/+191
* Add description for some modules that have been added since this introGuido van Rossum1997-11-201-0/+21
* Add description for Queue; fix typo (whichdbm should be whichdb).Guido van Rossum1997-11-201-1/+4
* libqueue.tex: Documentation for the Queue.py module.Barry Warsaw1997-11-202-0/+89
* In the description of sub(), give a better explanation of theBarry Warsaw1997-11-201-4/+18
* Add xmllib; remove (slow) from description of htmllib.Guido van Rossum1997-11-181-1/+4
* dis is now documented; bisect is deemed useful.Guido van Rossum1997-11-181-3/+1
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-181-0/+7
* Clarified reference to old profiler.Guido van Rossum1997-11-181-3/+7
* Added doc for errorcode dictionary.Guido van Rossum1997-11-181-1/+6
* Adding dis and xmllib docsGuido van Rossum1997-11-181-0/+2
* Docu for xmllib.py, by Sjoerd Mullender.Guido van Rossum1997-11-181-0/+185
* Docu for dis.py, written by Martin von Loewis.Guido van Rossum1997-11-181-0/+524
* Small wording change about global and local trace functions.Guido van Rossum1997-10-271-2/+10
* Ooops, found too more references to old conditions on floating point values.Fred Drake1997-10-241-7/+1
* Removed obsolete discussion on _xdr helper module.Fred Drake1997-10-241-21/+1
* Put {} around \^ in sets to force latex2html to do the right thing...Guido van Rossum1997-10-221-3/+3
* count() now has a 4th parameter too. Also rephrased the docs for findGuido van Rossum1997-10-201-12/+9
* Documented exc_info(); also updated exc_type and last_type docs.Guido van Rossum1997-10-201-18/+57
* Restore the \seealso formatting that got lost when I updated the mathFred Drake1997-10-131-1/+3
* Remove macpath entry -- it is already documented.Fred Drake1997-10-131-2/+0
* socket_type ==> SocketTypeFred Drake1997-10-131-1/+1
* Remove superfluous comman from between "not" and "in" when describing theFred Drake1997-10-131-1/+1
* The sequence behavior is now on the Exception root class rather thanGuido van Rossum1997-10-071-3/+4
* And "ni" has been documented...Fred Drake1997-10-061-2/+0
* Oops; don't know if this was my typo or not: There was a "p" on a line thatFred Drake1997-10-061-1/+1
* Updated the section "Parsing Python".Fred Drake1997-10-061-12/+1
* Added keyword module entry.Fred Drake1997-10-061-0/+1
* Minor nits (Lib/token.py is a file, token is a module...).Fred Drake1997-10-061-2/+52
* Documentation for the keyword module.Fred Drake1997-10-061-0/+9
* Move the pprint docs after the code docs, so that all parser/codegen typeFred Drake1997-10-061-1/+1
* Document the mapping object's new get() method.Barry Warsaw1997-10-061-0/+5
* Added strerror()Guido van Rossum1997-10-051-0/+4
* Removed emacs.pyGuido van Rossum1997-10-051-2/+0
* Fixed some stuff that was incorrectly copied from regex.Guido van Rossum1997-10-051-10/+11
* Documented __import__, callable, isinstance, issubclass,Guido van Rossum1997-10-051-5/+83
* Documented new exceptions and exception classes.Guido van Rossum1997-10-051-20/+117
* Fixed up formatting.Fred Drake1997-09-301-57/+92
* Fixed up formatting, added descriptions for previously undocumented functions.Fred Drake1997-09-301-37/+69
* Update the description and the example to the new functionality, whichGuido van Rossum1997-09-091-59/+119
* Change packages to site-packages (so it's clearly not a package itself).Guido van Rossum1997-09-081-5/+5
* Added warning about ni's obsolescence. Retracted semantic changesGuido van Rossum1997-09-071-0/+6
* Initial revisionGuido van Rossum1997-09-071-0/+49
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-031-9/+20
* Document newly revamped site configuration mechanism.Guido van Rossum1997-08-301-19/+63