summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some stuff that was incorrectly copied from regex.Guido van Rossum1997-10-052-20/+22
* Documented __import__, callable, isinstance, issubclass,Guido van Rossum1997-10-052-10/+166
* Documented new exceptions and exception classes.Guido van Rossum1997-10-052-40/+234
* Add -N0 to dvips flags to generate page structure comments.Guido van Rossum1997-10-051-1/+1
* Checkpoint. Added docs for the new exception handling APIs and forGuido van Rossum1997-10-052-70/+506
* Fixed up formatting.Fred Drake1997-09-302-114/+184
* Fixed up formatting, added descriptions for previously undocumented functions.Fred Drake1997-09-302-74/+138
* Update the description and the example to the new functionality, whichGuido van Rossum1997-09-092-118/+238
* Change packages to site-packages (so it's clearly not a package itself).Guido van Rossum1997-09-082-10/+10
* Added warning about ni's obsolescence. Retracted semantic changesGuido van Rossum1997-09-072-0/+12
* Initial revisionGuido van Rossum1997-09-072-0/+98
* Give in to Mike Meyer -- add *both* lib/python1.5/packages andGuido van Rossum1997-09-032-18/+40
* Document newly revamped site configuration mechanism.Guido van Rossum1997-08-302-38/+126
* Added docs for 'user' customization module. Renamed libuser.texGuido van Rossum1997-08-305-3/+126
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-292-4/+16
* Referred to POSIX docs as well as to Unix docs.Guido van Rossum1997-08-272-6/+6
* Ignore whitespace between formats (not internal to a count+format).Guido van Rossum1997-08-262-0/+6
* Removed some colons that shouldn't be there (probably leftovers fromGuido van Rossum1997-08-252-26/+52
* Oops, don't suppress echo of the rm command in l2hclean!Fred Drake1997-08-221-1/+1
* Simplify LaTeX2HTML targets && support re-use of output directories (whichFred Drake1997-08-221-17/+10
* Changed description of SchedParams() in the following way:Fred Drake1997-08-222-4/+4
* Added missing "\end{funcdesc}" after FindFolder documentation.Fred Drake1997-08-222-0/+2
* mention cPickle and cStringIOGuido van Rossum1997-08-212-0/+8
* Fix some badly botched prototypes for PyRun* c.s.Guido van Rossum1997-08-212-6/+6
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-1813-97/+379
* Consistently change Python-C API to Python/C API; added lots of newGuido van Rossum1997-08-172-18/+578
* Tweaked all l2h targets to remove the target directory before renamingGuido van Rossum1997-08-151-2/+4