| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reverse the order of the two \date lines so the processing tools pick | Fred Drake | 2004-05-19 | 1 | -1/+1 |
| | | | | | up on the right one | ||||
| * | update for the predicted 2.3.4 final release date, | Fred Drake | 2004-05-14 | 1 | -1/+1 |
| | | | | | getting the year right this time | ||||
| * | set target date for Python 2.3.4 release | Fred Drake | 2004-05-12 | 1 | -1/+2 |
| | | |||||
| * | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 2 | -2/+6 |
| | | | | | (closes SF patch #870287) | ||||
| * | backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete | Fred Drake | 2004-05-12 | 1 | -1/+3 |
| | | | | | (closes SF patch #919299) | ||||
| * | 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) | ||||
| * | use tools/getversioninfo to extract the version number from the Python | Fred Drake | 2004-05-11 | 1 | -11/+4 |
| | | | | | sources | ||||
| * | remove assignment to unused variable | Fred Drake | 2004-05-11 | 1 | -1/+0 |
| | | |||||
| * | update to reflect the current location of the SF bugs search box | Fred Drake | 2004-05-11 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | don't make assumptions about $PATH in Cygwin instructions | Fred Drake | 2004-05-10 | 1 | -1/+1 |
| | | |||||
| * | note that descriptor objects must be instances of new-style types | Fred Drake | 2004-05-06 | 1 | -1/+2 |
| | | | | | (closes SF bug #817742) | ||||
| * | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -1/+1 |
| | | | | | (closes SF bug #881707) | ||||
| * | Patch #940026: Explain "in" when it is first used. | Martin v. Löwis | 2004-05-06 | 1 | -0/+3 |
| | | |||||
| * | - 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 |
| | | |||||
| * | fix typo reported in a long-buried email | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | | |||||
| * | SF bug #940579: section 5.10: 'not' returns boolean, not int | Raymond Hettinger | 2004-04-23 | 1 | -4/+4 |
| | | |||||
| * | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
| | | | | | Fix typo. | ||||
| * | 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 |
| | | |||||
| * | include both the GIF and PNG icons in the HTML package | Fred Drake | 2004-04-08 | 1 | -1/+1 |
| | | |||||
| * | avoid stripping space after indexing macros | Fred Drake | 2004-04-08 | 1 | -3/+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 | ||||
| * | backport trunk revision 1.144, closing SF bug #793702: | Fred Drake | 2004-04-01 | 1 | -7/+21 |
| | | | | | | | - make "--" in code text not get converted to "-" - fix minor typo in comment (but this time the typo is fixed correctly!) | ||||
| * | 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. | ||||
| * | backport fix for SF bug #796042: sdist ignores scripts argument in setup | Fred Drake | 2004-04-01 | 1 | -0/+1 |
| | | | | | | The fix adds a get_source_files() method to the build_scripts command and adds the result to the default manifest list. | ||||
| * | add missing and forthcoming releases | Fred Drake | 2004-03-31 | 1 | -0/+2 |
| | | |||||
| * | Emphasize the requirement that Python.h be included first more strongly. | Fred Drake | 2004-03-31 | 2 | -6/+12 |
| | | | | | Closes SF bug #837228; backported from the head. | ||||
| * | remove out-of-date warning | Fred Drake | 2004-03-26 | 1 | -5/+0 |
| | | |||||
| * | SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" | Raymond Hettinger | 2004-03-25 | 2 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix English usage error reported by Ken Fuchs | Fred Drake | 2004-02-24 | 1 | -2/+2 |
| | | |||||
| * | backport of concrete.tex v1.35: | Andrew MacIntyre | 2004-02-20 | 1 | -2/+12 |
| | | | | | | | | | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented. | ||||
| * | fix minor markup error: \code{for} --> \keyword{for} | Fred Drake | 2004-02-12 | 1 | -6/+7 |
| | | |||||
| * | SF 895560: minor typo | Raymond Hettinger | 2004-02-12 | 1 | -2/+2 |
| | | |||||
| * | SF #894428, fix typo | Neal Norwitz | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | Update "more info" link to http://www.poynton.com/ColorFAQ.html . | Brett Cannon | 2004-02-10 | 1 | -1/+1 |
| | | |||||
| * | Documentation for PyDescr_NewClassMethod was missing - here's at least | Thomas Heller | 2004-02-09 | 1 | -0/+5 |
| | | | | | the function prototype. | ||||
| * | SF patch #892821: example for urllib2 has SyntaxError | Raymond Hettinger | 2004-02-08 | 1 | -2/+1 |
| | | | | | (Contributed by George Yoshida.) | ||||
