summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [Bug #810879] Document that copyfile() can fail if you don't have permissions...Andrew M. Kuchling2004-05-051-3/+5
* 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
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: merge from release23-maint branch: clarify/cleanupGreg Ward2004-05-051-25/+27
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-3/+0
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* 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
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
* really scream out that people should use the file objects instead ofFred Drake2004-04-161-7/+19
* bring description of optional and keyword args for DictReader and DictWriterSkip Montanaro2004-04-161-6/+8
* 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
* 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
* added scripts to the list of files automatically included in theFred Drake2004-03-311-0/+1
* fix typoAndrew M. Kuchling2004-03-291-1/+1
* Insert missing pronounRaymond Hettinger2004-03-281-2/+2
* - add entry for complex numberSkip Montanaro2004-03-271-22/+42
* remove out-of-date warningFred Drake2004-03-261-5/+0
* Update timeit example to reflect current performance.Raymond Hettinger2004-03-261-3/+3
* Note that reading from a socket may not always return all of theFred Drake2004-03-251-0/+4
* - make sure the methods minidom adds to the basic DOM are attributedFred Drake2004-03-251-15/+10
* include the right index sourcesFred Drake2004-03-251-2/+2
* remove duplicate use of the meta-data labelFred Drake2004-03-251-1/+0
* fix typoFred Drake2004-03-251-1/+1
* note that distutils API docs are included in "Distributing PythonFred Drake2004-03-251-1/+2
* improve the very-high-level API docs (contributed by Jeff Epler)Fred Drake2004-03-251-34/+180
* Remove note that PyErr_SetInterrupt() is obsolete; add comment about theFred Drake2004-03-251-1/+3
* SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-252-3/+3
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-242-6/+37
* more markup nitsFred Drake2004-03-231-12/+13
* fix markup nitsFred Drake2004-03-231-4/+4
* add the distutils modules to the global modules listFred Drake2004-03-231-1/+3
* give the document indexesFred Drake2004-03-231-0/+16