summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Typo in example (missing '=') discovered by Sandy Langbart.Guido van Rossum1997-12-022-2/+2
* Document new behavior of isinstance() when using a type object.Guido van Rossum1997-12-022-6/+10
* Use $LOGNAME instead of $USER to get the current user -- it seems toGuido van Rossum1997-12-011-1/+1
* Removed Queue.py. It's documented now.Barry Warsaw1997-12-012-4/+0
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-308-0/+16
* Added \indexsubitem definition. Non-optimal, but two modules are sharingFred Drake1997-11-302-0/+8
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-302-0/+4
* Updated \indexsubitem; functions had been indexed for the wrong module.Fred Drake1997-11-302-0/+4
* Slip of the keyboard (f__ should be __). Dunno why I had a totallyGuido van Rossum1997-11-272-2/+2
* The dependency of tarhtml on l2h was a bad idea.Guido van Rossum1997-11-261-1/+1
* Documented brand new behavior of sys.ps1 and sys.ps2 (str() is appliedGuido van Rossum1997-11-252-2/+8
* Added utility target tarhtml to tar and gzip the HTML files plus theirGuido van Rossum1997-11-251-0/+4
* Adding the icons used by latex2html output to the CVS tree.Guido van Rossum1997-11-2531-0/+94
* Ignore html files generated by webmaker.Guido van Rossum1997-11-251-0/+1
* Augmented the script so that (at CNRI anyway) it also invokes webmakerGuido van Rossum1997-11-251-1/+12
* Simple index for the reference manuals (mostly for use on the WindowsGuido van Rossum1997-11-252-0/+50
* Updated to the most pressing 1.5 issues.Guido van Rossum1997-11-2513-4516/+4474
* Several changes, e.g. restructuring of the intro to be closer to whatGuido van Rossum1997-11-252-472/+268
* Added the "italic correction" command ("\/") to the list of ignored commands.Fred Drake1997-11-252-2/+2
* Removed leading comment about this being "introductory" documentation;Fred Drake1997-11-252-4/+12
* 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