summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Document new heapreplace() function.Tim Peters2002-08-031-0/+9
* Document new heapify() function.Tim Peters2002-08-031-5/+12
* Minor markup changes.Fred Drake2002-08-021-3/+4
* Add docs for heapq.py.Guido van Rossum2002-08-022-0/+165
* indicate that 'b' is added to the mode flag if not givenSkip Montanaro2002-08-021-2/+2
* Added new footnote about list.sort() stability. Repaired footnote aboutTim Peters2002-08-011-4/+12
* SF patch #581414: info reader bugFred Drake2002-07-301-1/+3
* Patch #573770: Implement lchown.Martin v. Löwis2002-07-281-0/+7
* Small clarifications when referring to the sys.exc_* variables so thatFred Drake2002-07-251-15/+15
* Flesh out description of getlogin() and recommend against using it.Jeremy Hylton2002-07-241-2/+3
* add versionadded to docNeal Norwitz2002-07-201-0/+3
* Doc patch from SF 474274 (pure Python strptime by Brett Cannon).Guido van Rossum2002-07-191-7/+0
* Added documentation for the buffer_text and related attributes of theFred Drake2002-07-171-0/+23
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* Record the decision that StopIteration is a sink state (see recentGuido van Rossum2002-07-161-0/+7
* Clarify that the description of sys.path[0] is only valid upon programGuido van Rossum2002-07-151-2/+5
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Document gc.get_objects().Fred Drake2002-07-101-0/+6
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* Fix typo reported by Kent Engström, and a bunch of broken markup.Fred Drake2002-07-081-11/+11
* Fix typo: "an Unicode string" --> "a Unicode string"Fred Drake2002-07-081-2/+2
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-033-55/+346
* Fix up a few more consistency nits and incorrectly applied markup.Fred Drake2002-07-031-21/+29
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Don't list all the keyword args to the TextWrapper constructor in theGreg Ward2002-07-021-15/+23
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Deal with & remove the XXX comments.Fred Drake2002-07-021-30/+24
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-1/+36
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Add documentation for new textwrap module.Greg Ward2002-06-292-0/+142
* Clean up some markup.Fred Drake2002-06-271-5/+6
* dis.dis() also supports modulesNeal Norwitz2002-06-261-1/+2
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* add seealso link to the bisect moduleSkip Montanaro2002-06-261-0/+4
* add /F's PriorityQueue exampleSkip Montanaro2002-06-261-1/+19
* Talk about interfaces rather than implementation classes where appropriate.Fred Drake2002-06-252-42/+60
* Added some more links to the "See also" section.Fred Drake2002-06-251-0/+9
* When talking about interfaces, use the interface names, not the namesFred Drake2002-06-251-1/+1
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Correct the RE equivalent of scanf()'s %x and %X patterns.Fred Drake2002-06-221-1/+1
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Add a note that divmod() with complex numbers is deprecated.Fred Drake2002-06-201-0/+3
* Added reference to the Expat home page.Fred Drake2002-06-201-0/+6
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67