summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added docs for 'user' customization module. Renamed libuser.texGuido van Rossum1997-08-302-1/+62
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-291-2/+8
* Referred to POSIX docs as well as to Unix docs.Guido van Rossum1997-08-271-3/+3
* Ignore whitespace between formats (not internal to a count+format).Guido van Rossum1997-08-261-0/+3
* Removed some colons that shouldn't be there (probably leftovers fromGuido van Rossum1997-08-251-13/+26
* mention cPickle and cStringIOGuido van Rossum1997-08-211-0/+4
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-182-6/+5
* the usualGuido van Rossum1997-08-151-5/+7
* Added AMK's first cut at docs for re.pyGuido van Rossum1997-08-142-0/+463
* Updated platform specific notes (it is now more common to have this)Guido van Rossum1997-08-141-4/+20
* Added buffer_info() docs.Guido van Rossum1997-08-141-0/+10
* Documented mime_decode_header() and mime_encode_header().Guido van Rossum1997-08-141-0/+8
* More emphasis on os.environ's calling of putenv; and added hint aboutGuido van Rossum1997-08-081-4/+14
* Added mimify docs (Sjoerd).Guido van Rossum1997-07-303-0/+79
* A couple of grammatical nits.Fred Drake1997-07-241-65/+82
* Document new 'quote' flag to cgi.escape().Guido van Rossum1997-07-191-3/+5
* added code.py; codehack.py is obsoleteGuido van Rossum1997-07-183-2/+40
* Added label{module-spam}Guido van Rossum1997-07-182-1/+4
* Remove pprint from the list of undocumented modules.Fred Drake1997-07-181-4/+0
* Add entry for the pprint module.Fred Drake1997-07-181-0/+1
* Documentation for the pprint module.Fred Drake1997-07-181-0/+152
* Use 'and' instead of '&', which is a (La)TeX control character.Guido van Rossum1997-07-171-1/+2
* AMK's megapatch:Guido van Rossum1997-07-1787-340/+440
* Extensive changes by AMK.Guido van Rossum1997-07-171-4/+77
* Note that getvalue() must be called before close().Guido van Rossum1997-07-171-2/+5
* Added libni.tex libgzip.texGuido van Rossum1997-07-171-0/+2
* New from AMKGuido van Rossum1997-07-171-0/+44
* Removed mailbox, SocketServer, cmath -- these are now documented!Guido van Rossum1997-07-171-7/+0
* Added cmathGuido van Rossum1997-07-171-0/+1
* Typo in example.Guido van Rossum1997-07-171-1/+1
* New cmath module docs, by AMK (with additions and deletions by Guido).Guido van Rossum1997-07-171-0/+59
* Added fileno(); added readlines(sizehint).Guido van Rossum1997-07-171-9/+24
* Added a few new undocumented modules.Guido van Rossum1997-07-161-5/+10
* Oops, some clarifications to conditional breaks.Guido van Rossum1997-07-111-4/+4
* Added (minimal) doc for conditional breakpoints.Guido van Rossum1997-07-111-3/+7