summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* fix various descriptions of "ctime"Fred Drake2004-05-122-2/+6
| | | | (closes SF patch #870287)
* minor wording cleanupFred Drake2004-05-121-1/+1
|
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
| | | | (closes SF patch #952047)
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
| | | | (closes SF bug #952212)
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
| | | | sources
* remove assignment to unused variableFred Drake2004-05-111-1/+0
|
* update to reflect the current location of the SF bugs search boxFred Drake2004-05-111-1/+1
|
* markup adjustmentFred Drake2004-05-111-3/+5
|
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
| | | | Windows. Closes SF # 586899.
* Point out that %p has no effect on the output hour in strptime unless %I isSkip Montanaro2004-05-101-2/+6
| | | | used to parse the hour.
* don't make assumptions about $PATH in Cygwin instructionsFred Drake2004-05-101-1/+1
|
* Add more examples.Raymond Hettinger2004-05-091-1/+52
|
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
| | | | (closes SF bug #817742)
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
| | | | (closes SF bug #881707)
* markup adjustmentsFred Drake2004-05-061-9/+10
|
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-0/+4
|
* Patch #940026: Explain "in" when it is first used.Martin v. Löwis2004-05-061-0/+3
| | | | Backported to 2.3.
* [Bug #810879] Document that copyfile() can fail if you don't have ↵Andrew M. Kuchling2004-05-051-3/+5
| | | | permissions; also, fix a double negative.
* Fix small grammatical mistake.Brett Cannon2004-05-051-1/+1
|
* add an index entry for __getnewargs__()Fred Drake2004-05-051-0/+2
|
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+17
| | | | | - describe __getnewargs__() (closes SF bug #873246)
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-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 Drake2004-05-051-0/+2
| | | | | constants (closes SF bug #837929)
* SF #814606: merge from release23-maint branch: clarify/cleanupGreg Ward2004-05-051-25/+27
| | | | mixer docs; trim \platform{}, add \versionadded{}.
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-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. Eby2004-05-041-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 Hettinger2004-05-011-11/+29
|
* Add an example application to the docs.Raymond Hettinger2004-04-301-2/+31
|
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
|
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
|
* fix typo reported in a long-buried emailFred Drake2004-04-281-1/+1
|
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
|
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-221-0/+5
| | | | dynamic embedders of Python.
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
| | | | Fix typo.
* really scream out that people should use the file objects instead ofFred Drake2004-04-161-7/+19
| | | | file descriptor operations for normal applications
* bring description of optional and keyword args for DictReader and DictWriterSkip Montanaro2004-04-161-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 wrongFred Drake2004-04-151-1/+1
|
* fix up some markupFred Drake2004-04-091-18/+18
|
* give rational filenames to some of the generated HTMLFred Drake2004-04-081-2/+4
|
* switch to PNG navigation icons by defaultFred Drake2004-04-081-2/+2
|
* include both the GIF and PNG icons in the HTML packageFred Drake2004-04-081-1/+1
|
* avoid stripping space after indexing macrosFred Drake2004-04-081-3/+4
|
* #928751, fix typos in socket docNeal Norwitz2004-04-031-3/+3
|
* fix typo that wasn't properly fixed in revision 1.144Fred Drake2004-04-011-1/+1
|
* add a heavy box around warning notices to make them really stand out in theFred Drake2004-03-313-1/+31
| | | | PDF and PostScript versions of the docs (the CSS already does this for HTML)
* add missing and forthcoming releasesFred Drake2004-03-311-0/+2
|
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-312-6/+12
| | | | Closes SF bug #837228; backporting for Python 2.3.4.
* added scripts to the list of files automatically included in theFred Drake2004-03-311-0/+1
| | | | distribution (see SF bug #796042)
* fix typoAndrew M. Kuchling2004-03-291-1/+1
|
* Insert missing pronounRaymond Hettinger2004-03-281-2/+2
|