Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Point out that %p has no effect on the output hour in strptime unless %I is | Skip Montanaro | 2004-05-10 | 1 | -2/+6 |
| | | | | used to parse the hour. | ||||
* | don't make assumptions about $PATH in Cygwin instructions | Fred Drake | 2004-05-10 | 1 | -1/+1 |
| | |||||
* | Add more examples. | Raymond Hettinger | 2004-05-09 | 1 | -1/+52 |
| | |||||
* | 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) | ||||
* | markup adjustments | Fred Drake | 2004-05-06 | 1 | -9/+10 |
| | |||||
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -0/+4 |
| | |||||
* | Patch #940026: Explain "in" when it is first used. | Martin v. Löwis | 2004-05-06 | 1 | -0/+3 |
| | | | | Backported to 2.3. | ||||
* | [Bug #810879] Document that copyfile() can fail if you don't have ↵ | Andrew M. Kuchling | 2004-05-05 | 1 | -3/+5 |
| | | | | permissions; also, fix a double negative. | ||||
* | Fix small grammatical mistake. | Brett Cannon | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | add an index entry for __getnewargs__() | Fred Drake | 2004-05-05 | 1 | -0/+2 |
| | |||||
* | - note that __getinitargs__() is only for old-style classes | Fred Drake | 2004-05-05 | 1 | -2/+17 |
| | | | | | - describe __getnewargs__() (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: merge from release23-maint branch: clarify/cleanup | Greg Ward | 2004-05-05 | 1 | -25/+27 |
| | | | | mixer docs; trim \platform{}, add \versionadded{}. | ||||
* | Removed 'U' from the documentation for Py_BuildValue to bring it in line | Nicholas Bastin | 2004-05-04 | 1 | -3/+0 |
| | | | | | with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments). | ||||
* | 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. | ||||
* | Minor documentation nits. | Raymond Hettinger | 2004-05-01 | 1 | -11/+29 |
| | |||||
* | Add an example application to the docs. | Raymond Hettinger | 2004-04-30 | 1 | -2/+31 |
| | |||||
* | 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 |
| | |||||
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+5 |
| | | | | dynamic embedders of Python. | ||||
* | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
| | | | | Fix typo. | ||||
* | really scream out that people should use the file objects instead of | Fred Drake | 2004-04-16 | 1 | -7/+19 |
| | | | | file descriptor operations for normal applications | ||||
* | bring description of optional and keyword args for DictReader and DictWriter | Skip Montanaro | 2004-04-16 | 1 | -6/+8 |
| | | | | | classes into line with the actual code. I didn't see any obvious examples of latex formatting for *args and **kwds so I just guessed. | ||||
* | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | fix up some markup | Fred Drake | 2004-04-09 | 1 | -18/+18 |
| | |||||
* | give rational filenames to some of the generated HTML | Fred Drake | 2004-04-08 | 1 | -2/+4 |
| | |||||
* | switch to PNG navigation icons by default | Fred Drake | 2004-04-08 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | fix typo that wasn't properly fixed in revision 1.144 | Fred Drake | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | add a heavy box around warning notices to make them really stand out in the | Fred Drake | 2004-03-31 | 3 | -1/+31 |
| | | | | PDF and PostScript versions of the docs (the CSS already does this for HTML) | ||||
* | 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; backporting for Python 2.3.4. | ||||
* | added scripts to the list of files automatically included in the | Fred Drake | 2004-03-31 | 1 | -0/+1 |
| | | | | distribution (see SF bug #796042) | ||||
* | fix typo | Andrew M. Kuchling | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | Insert missing pronoun | Raymond Hettinger | 2004-03-28 | 1 | -2/+2 |
| | |||||
* | - add entry for complex number | Skip Montanaro | 2004-03-27 | 1 | -22/+42 |
| | | | | | | - fix a couple typos - refine definitions for "interpreted" and "coercion" based upon updates on the python glossary wiki | ||||
* | remove out-of-date warning | Fred Drake | 2004-03-26 | 1 | -5/+0 |
| | |||||
* | Update timeit example to reflect current performance. | Raymond Hettinger | 2004-03-26 | 1 | -3/+3 |
| | |||||
* | Note that reading from a socket may not always return all of the | Fred Drake | 2004-03-25 | 1 | -0/+4 |
| | | | | | remaining content of a stream when expected to do so. Closes SF bug #725265. Should be backported to Python 2.3.x. |