summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug #788520: Queue class has logic error when non-blockingTim Peters2004-07-121-3/+3
* Added documentation for the "smtpd" module.Fred Drake2004-07-112-0/+64
* Style nit.Raymond Hettinger2004-07-111-2/+2
* Minor improvements, fixups and wording changes everywhere.Raymond Hettinger2004-07-111-163/+169
* Patch 851752 (fixes bug 820583)Kurt B. Kaiser2004-07-111-3/+10
* Fix minor error in example.Brett Cannon2004-07-101-1/+1
* Clarify docs for inspect.getargspec() that the fourth value is None when thereBrett Cannon2004-07-101-3/+3
* [Patch #969900] Various corrections and updates to cookielib docsAndrew M. Kuchling2004-07-101-35/+41
* [Patch #972310] Apply correction to docsAndrew M. Kuchling2004-07-101-10/+3
* [Bug 949832] Fix example; edit sentenceAndrew M. Kuchling2004-07-101-3/+3
* Improve Context construction and representation:Raymond Hettinger2004-07-101-15/+15
* SF bug #987486: fix typo.Raymond Hettinger2004-07-101-1/+1
* Module and tests:Raymond Hettinger2004-07-091-47/+7
* Incorporate Facundo's suggestions.Raymond Hettinger2004-07-091-6/+11
* show how easy it is to manipulate individual columns - from a request onSkip Montanaro2004-07-081-0/+9
* Fix markup, typos, and nits.Raymond Hettinger2004-07-081-56/+68
* Replaced some tabs with spaces in verbatim section.Vinay Sajip2004-07-071-7/+7
* Demonstrate how to round final result.Raymond Hettinger2004-07-061-17/+17
* Expand examples to show polymorphismRaymond Hettinger2004-07-051-2/+14
* Simplify examples.Raymond Hettinger2004-07-051-5/+2
* Doc tested the recipes.Raymond Hettinger2004-07-051-5/+10
* Fix typoRaymond Hettinger2004-07-051-1/+1
* * Added missing info on construction from a tuple.Raymond Hettinger2004-07-051-16/+136
* Add decimal docs to the core.Raymond Hettinger2004-07-052-0/+883
* Textual change to make the doc reflect realityNicholas Bastin2004-07-041-1/+1
* Moved example section up to just after the section on Logger objects, and cha...Vinay Sajip2004-07-031-52/+118
* Make weak references subclassable:Fred Drake2004-07-021-2/+41
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-2/+6
* add cp866 rowSkip Montanaro2004-07-021-0/+4
* Document that encode() and decode() raise UnicodeErrorWalter Dörwald2004-07-011-5/+10
* link to the codecs page from the "".encode() description.Skip Montanaro2004-07-012-2/+3
* use file() in preference to open()Skip Montanaro2004-06-301-3/+3
* Check in the updated version of patch #957240, which doesn't relyMichael W. Hudson2004-06-301-14/+14
* [Bug #978556] Update SHA spec URL; bugfix candidateAndrew M. Kuchling2004-06-291-7/+5
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-3/+9
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-1/+17
* move the note about the bsddb185 module above the "See also" box; thatFred Drake2004-06-241-4/+5
* Improve the documented advice on how to best use heapq.heapreplace().Raymond Hettinger2004-06-201-1/+5
* Add apparently missing word for InvalidStateError definition.Brett Cannon2004-06-171-1/+1
* add missing closing quote.Michael W. Hudson2004-06-171-1/+1
* Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.Martin v. Löwis2004-06-161-1/+4
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-151-2/+2
* Patch #826074: cmath.log optional base argument, fixes #823209Raymond Hettinger2004-06-141-2/+4
* Back out #957240.Martin v. Löwis2004-06-141-14/+14
* SF bug #970042, lockf() signature uses len, doc refers to length (use length,...Neal Norwitz2004-06-131-1/+1
* Install C version of heapq.nsmallest().Raymond Hettinger2004-06-131-5/+0
* Minor wording and spacing nits.Raymond Hettinger2004-06-122-11/+7
* Complete the list of weakreferencable objects.Raymond Hettinger2004-06-121-0/+1
* SF patch #969791: Add nlargest() and nsmallest() to heapq.Raymond Hettinger2004-06-101-0/+24
* make a reference to the SimpleHTTPServer module a hyperlink to theFred Drake2004-06-091-1/+1