summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use recommended Python style in examples (no spaces around "=" forFred Drake2004-03-231-59/+83
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-0/+9
* merge Anthony Baxter's distutils API reference into the packageFred Drake2004-03-231-1/+1541
* 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 s...Nicholas Bastin2004-03-211-0/+5
* 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
* 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
* Update copyright years, and change copyright.tex to use the same spellingTim Peters2004-03-202-2/+2
* 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
* Fix capitalization of title for subsection 2.Brett Cannon2004-03-181-1/+1
* Minor grammatical fixes.Brett Cannon2004-03-181-3/+3
* Extremely minor typo fixed.Brett Cannon2004-03-181-1/+1
* The example files need to be opened with the "b" flag.Skip Montanaro2004-03-171-2/+2