| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 2 | -2/+6 |
| | | | | | (closes SF patch #870287) | ||||
| * | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 6 | -6/+6 |
| | | | | | (closes SF patch #952047) | ||||
| * | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
| | | | | | (closes SF bug #952212) | ||||
| * | markup adjustment | Fred Drake | 2004-05-11 | 1 | -3/+5 |
| | | |||||
| * | Added a note describing how fp should be opened in binary mode, especially on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
| | | | | | Windows. Closes SF # 586899. | ||||
| * | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -1/+1 |
| | | | | | (closes SF bug #881707) | ||||
| * | - note that __getinitargs__() is only for old-style classes | Fred Drake | 2004-05-05 | 1 | -2/+19 |
| | | | | | | - describe __getnewargs__() (with index entry) (closes SF bug #873246) | ||||
| * | Remove list of pickle protocol names used by the copy module; there | Fred Drake | 2004-05-05 | 1 | -5/+1 |
| | | | | | | | | are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-( | ||||
| * | note that the error code for socket.gaierror will be one of the EAI_* | Fred Drake | 2004-05-05 | 1 | -0/+2 |
| | | | | | | constants (closes SF bug #837929) | ||||
| * | SF #814606: fix mixer docs to talk about "controls", not "channels". | Greg Ward | 2004-05-05 | 1 | -25/+27 |
| | | | | | | | General cleanup of mixer docs, especially clarifying which exceptions are thrown when. Trim \platform{}, add \versionadded{}. | ||||
| * | Document readline module functions added in Python 2.3. See: | Phillip J. Eby | 2004-05-04 | 1 | -0/+16 |
| | | | | | | | http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch. | ||||
| * | the headers in an HTTP request are HTTP headers, not MIME headers | Fred Drake | 2004-04-29 | 1 | -2/+2 |
| | | |||||
| * | remove out-of-date count of the functions in winsound | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | | |||||
| * | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
| | | |||||
| * | give rational filenames to some of the generated HTML | Fred Drake | 2004-04-08 | 1 | -2/+4 |
| | | |||||
| * | #928751, fix typos in socket doc | Neal Norwitz | 2004-04-03 | 1 | -3/+3 |
| | | |||||
| * | remove workarounds to prevent "--" in code from being improperly munged to | Fred Drake | 2004-04-01 | 2 | -6/+6 |
| | | | | | | single hyphens in the HTML output; this is no longer needed now that ../perl/python.perl makes things just work | ||||
| * | Note that reading from a socket may not always return all of the | Fred Drake | 2004-04-01 | 1 | -0/+4 |
| | | | | | | remaining content of a stream when expected to do so. Closes SF bug #725265. Backported from trunk revision 1.52. | ||||
| * | - make sure the methods minidom adds to the basic DOM are attributed | Fred Drake | 2004-04-01 | 1 | -15/+10 |
| | | | | | | | | to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Backported from trunk revision 1.9. | ||||
| * | remove out-of-date warning | Fred Drake | 2004-03-26 | 1 | -5/+0 |
| | | |||||
| * | SF bug #918371: hasattr()'s return type | Raymond Hettinger | 2004-03-20 | 1 | -2/+2 |
| | | | | | Replace 1 and 0 with True and False. | ||||
| * | fix typo in reference to RFC 3464 DSN MIME type | Fred Drake | 2004-02-24 | 1 | -1/+1 |
| | | |||||
| * | Update "more info" link to http://www.poynton.com/ColorFAQ.html . | Brett Cannon | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | SF patch #892821: example for urllib2 has SyntaxError | Raymond Hettinger | 2004-02-08 | 1 | -2/+1 |
| | | | | | (Contributed by George Yoshida.) | ||||
| * | SF bug #892854: typo in textwrap doc page | Raymond Hettinger | 2004-02-08 | 1 | -1/+1 |
| | | | | | (Reported by Drew Perttula.) | ||||
| * | Clarify minor point about the ref() and proxy() constructors. | Fred Drake | 2004-02-03 | 1 | -3/+4 |
| | | | | | This matches what is already documented for corresponding feature of the C API. | ||||
| * | fix method name in example code | Fred Drake | 2004-01-23 | 1 | -2/+2 |
| | | |||||
| * | add direct link to the article in DDJ | Fred Drake | 2004-01-21 | 1 | -1/+2 |
| | | | | | closes SF bug #871402 | ||||
| * | backport some doc fixes | Skip Montanaro | 2004-01-21 | 1 | -4/+11 |
| | | |||||
| * | add link to the red-dove.com page about the logging package | Fred Drake | 2004-01-08 | 1 | -0/+7 |
| | | |||||
| * | SF bug #872461: list.extend() described as experimental | Raymond Hettinger | 2004-01-08 | 1 | -3/+1 |
| | | |||||
| * | in the section "The interpreter stack": | Fred Drake | 2004-01-01 | 1 | -30/+39 |
| | | | | | | | | - rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298) | ||||
| * | fix reference to File Object documentation | Fred Drake | 2004-01-01 | 1 | -1/+3 |
| | | | | | closes SF bug #825810 | ||||
| * | minor markup adjustment; will need to re-generate 2.3.3 docs | Fred Drake | 2003-12-18 | 1 | -2/+2 |
| | | |||||
| * | fix loss of a space after indexing markup | Fred Drake | 2003-12-18 | 1 | -1/+1 |
| | | |||||
| * | apply hackish work-arounds to make sure double hyphens aren't screwed | Fred Drake | 2003-12-18 | 1 | -2/+2 |
| | | | | | | up in the generated HTML (this won't be needed on the trunk) | ||||
| * | apply hackish work-around to make sure double hyphens aren't screwed | Fred Drake | 2003-12-18 | 1 | -1/+1 |
| | | | | | | up in the generated HTML (this won't be needed on the trunk) | ||||
| * | apply hackish work-arounds to make sure double hyphens aren't screwed | Fred Drake | 2003-12-18 | 1 | -5/+5 |
| | | | | | | up in the generated HTML (this won't be needed on the trunk) | ||||
| * | fix typo | Fred Drake | 2003-12-17 | 1 | -1/+1 |
| | | |||||
| * | quick workaround to make "--" in a code sample not be treated wrongly | Fred Drake | 2003-12-16 | 1 | -4/+4 |
| | | | | | (converted to an en-dash) by LaTeX2HTML | ||||
| * | fix typo: added missing word | Fred Drake | 2003-12-15 | 1 | -1/+1 |
| | | | | | (backported from trunk revision 1.32) | ||||
| * | SF patch #855195: fix typos | Raymond Hettinger | 2003-12-07 | 4 | -3/+4 |
| | | | | | (Contributed by George Yoshida.) | ||||
| * | Fix double hyphen markup. | Raymond Hettinger | 2003-12-07 | 1 | -3/+3 |
| | | |||||
| * | Backport various fixups (with permission from the RM). | Raymond Hettinger | 2003-12-07 | 2 | -6/+3 |
| | | |||||
| * | Backports: | Raymond Hettinger | 2003-12-07 | 1 | -61/+78 |
| | | | | | | * Put str() in alphabetical order * Move apply(), buffer(), coerce(), and intern() to a separate section. | ||||
| * | SF bug #855317: unittest: 5.3.9 Getting Extended Error Information | Raymond Hettinger | 2003-12-07 | 1 | -42/+0 |
| | | | | | | | | The example code did not work and could not easily be made to work. Since the docs were already complex and the feature was not used (it took two years for the errors to surface), we decided to dedocument it entirely, leaving unittest cleaner than before. | ||||
| * | - fix markup in the bool() description | Fred Drake | 2003-12-05 | 1 | -10/+9 |
| | | | | | | - note the behavior of bool() with no arg in the main body of the description | ||||
| * | Patch #849350: Update to document bool return values. | Martin v. Löwis | 2003-11-27 | 4 | -4/+4 |
| | | |||||
| * | More words: gave more motivation, and added cautions about the special | Tim Peters | 2003-11-21 | 1 | -10/+51 |
| | | | | | dangers of trying to iterate over weak dicts. | ||||
| * | Add a missing import. Closes SF # 816344. Will forward port. | Barry Warsaw | 2003-11-21 | 1 | -0/+1 |
| | | |||||
