summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* Added entry for HTMLParser documentation.Fred Drake2001-05-301-0/+1
* Michel Pelletier <michel@digicool.com>:Fred Drake2001-05-301-0/+136
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues()Fred Drake2001-05-251-12/+23
* One more update related to the new get() and setdefault() methods on theFred Drake2001-05-221-5/+6
* Update to add get() and setdefault() as supported mapping operations, andFred Drake2001-05-221-2/+8
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Add a "See also" section with useful links. More should be added givingFred Drake2001-05-211-0/+15
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Beef up the unicode() description a bit, based on material from AMK'sFred Drake2001-05-151-4/+12
* Add some text to make the dircmp object section more readable, and moveFred Drake2001-05-111-7/+16
* --sigh--Fred Drake2001-05-112-3/+3
* Markup adjustments to avoid getting junk in the index.Fred Drake2001-05-111-5/+5
* Replace "\begin{classdesc}{SomeClass}{\unspecified}" withFred Drake2001-05-112-3/+5
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Update example to no longer use the FCNTL module.Fred Drake2001-05-101-2/+2
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-102-18/+7
* Update the fcntl module documentation.Fred Drake2001-05-091-30/+26
* Itamar Shtull-Trauring <python@itamarst.org>:Fred Drake2001-05-091-4/+5
* Work around limitations of the module synopsis table generation to avoidFred Drake2001-05-099-9/+9
* There is no IMAP class in the imaplib module; the class is IMAP4.Fred Drake2001-05-091-9/+10
* Note that when inplace=1 existing backup files will be removed silently.Fred Drake2001-05-091-2/+5
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-05-081-2/+3
* The general iteration support is part of 2.2, not 2.1 -- fixed the versionFred Drake2001-05-032-2/+3
* Add documentation for the StopIteration exception.Fred Drake2001-05-031-0/+8
* State that Mailbox objects are iterator objects.Fred Drake2001-05-021-2/+2
* Update the filter() and list() descriptions to include information aboutFred Drake2001-05-021-12/+14
* Added section describing the iterator protocol.Fred Drake2001-05-021-0/+51
* At the suggestion of Peter Funk, document 'key in dict' and 'key notGuido van Rossum2001-04-231-6/+6
* Only document <file>.xreadlines() once; added version annotation.Fred Drake2001-04-221-7/+4
* Fix a number of minor markup errors.Fred Drake2001-04-213-7/+7
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-3/+9
* Add versioning notes: many of the signatures changed to allow the timeFred Drake2001-04-191-0/+5
* Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returnsFred Drake2001-04-181-1/+1
* Suggestion from Keith Briggs: refer to RE objects consistently instead ofFred Drake2001-04-181-10/+9
* Add note about the version in which GetoptError was added -- this canFred Drake2001-04-181-0/+3
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1
* Minor markup adjustments.Fred Drake2001-04-131-2/+2
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-131-0/+5
* Added warning that FancyURLopener prompts the user on the terminal whenFred Drake2001-04-121-0/+21
* Added module synopsis for the chapter summary.Fred Drake2001-04-121-67/+186
* Convert several \seetext references to \seerfc and \seetitle versions.Fred Drake2001-04-123-19/+22
* Added a lot of text from Steve Purcell's HTML documentation.Fred Drake2001-04-121-29/+251
* Fixed bug in example.Fred Drake2001-04-111-2/+2
* Added some additional documentation describing how BabylMailboxBarry Warsaw2001-04-111-4/+12