summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - add entry for complex numberSkip Montanaro2004-03-271-22/+42
| | | | | | - fix a couple typos - refine definitions for "interpreted" and "coercion" based upon updates on the python glossary wiki
* 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
| | | | | remaining content of a stream when expected to do so. Closes SF bug #725265. Should be backported to Python 2.3.x.
* - make sure the methods minidom adds to the basic DOM are attributedFred Drake2004-03-251-15/+10
| | | | | | | to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Someone should backport this patch to Python 2.3.x.
* 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
| | | | Modules"
* improve the very-high-level API docs (contributed by Jeff Epler)Fred Drake2004-03-251-34/+180
| | | | Closes SF patch #798638.
* Remove note that PyErr_SetInterrupt() is obsolete; add comment about theFred Drake2004-03-251-1/+3
| | | | | fact that it was marked obsolete but is still needed. Closes SF bug #919299. Someone else should backport this to Python 2.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
|
* - use recommended Python style in examples (no spaces around "=" forFred Drake2004-03-231-59/+83
| | | | | | | | keyword args) - format multi-line calls to distutils.core.setup() consistently, and in line with general practice (one keyword arg per line, comma/newline after the last - fix a few typos
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-0/+9
| | | | and one for sort order when using stdout. Uses optparse.
* merge Anthony Baxter's distutils API reference into the packageFred Drake2004-03-231-1/+1541
| | | | author's documentation
* convert from a howto to a manualFred Drake2004-03-221-29/+29
|
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-1/+7
|
* Remove 'now'Andrew M. Kuchling2004-03-211-1/+1
|
* Modified string.split documentation to reflect behaviour of splitting emtpy ↵Nicholas Bastin2004-03-211-0/+5
| | | | string. Closes SF bug #811604
* concrete example of why retaining old objects is goodSkip Montanaro2004-03-211-1/+9
|
* Removed extra period from \versionchanged entry; macro adds periodBrett Cannon2004-03-211-1/+1
| | | | automatically.
* Clarify docs on where .pth files can exist.Brett Cannon2004-03-201-1/+2
|
* SF bug #918371: hasattr()'s return typeRaymond Hettinger2004-03-201-2/+2
| | | | Replace 1 and 0 with True and False.
* Update copyright years, and change copyright.tex to use the same spellingTim Peters2004-03-202-2/+2
| | | | | as license.tex (SF patch 795531 complained about the spelling discrepancy, although this "repairs" that flaw in a different way than the patch).
* fix two typos that turned text into markupFred Drake2004-03-201-1/+1
|
* Expand on the semantics of reload(). Closes #919099.Skip Montanaro2004-03-191-2/+24
|
* Add a new unicode codec: ptcp154 (Kazakh)Hye-Shik Chang2004-03-191-0/+4
|
* Add news entries for the dictionary optimizations.Raymond Hettinger2004-03-181-1/+4
|