summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Added .first{item,value,key}() to dictionaries.Moshe Zadka2000-11-301-0/+12
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-302-2/+13
* A few small refinements to the table building code.Fred Drake2000-11-301-7/+10
* Use a table to describe the keys to the locale information dictionary;Fred Drake2000-11-301-68/+43
* Use small tables instead of bare \item markers to describe the contentsFred Drake2000-11-301-53/+49
* Added name.Fred Drake2000-11-301-0/+1
* In the first discussion showing how to handle exceptions from C, make theFred Drake2000-11-291-7/+11
* Added entries reflecting the separation of the abstract DOM documentationFred Drake2000-11-292-0/+2
* Substantial re-organization of the DOM documentation. The abstract APIFred Drake2000-11-292-364/+523
* Fix broken backslashes in Unicode strings section.Fred Drake2000-11-291-2/+2
* Partial fix for SF bug 123730: extra backslash in tutorial.Tim Peters2000-11-291-1/+1
* Added documentation for the Py_InitModule*() family of functions.Fred Drake2000-11-282-1/+47
* Added information on the use of Unicode with the StringIO and cStringIOFred Drake2000-11-281-2/+14
* Use a subclass of buildindex.Node to clean up the HTML and get theFred Drake2000-11-281-4/+18
* Added brief explanation of the \versionchanged for 1.5.2 (fixes formattingFred Drake2000-11-281-1/+1
* Two minor nits.Fred Drake2000-11-281-3/+3
* Minor typo: \subsubsections --> \subsubsectionFred Drake2000-11-271-1/+1
* SF non-bug 123520: fleshed out the tutorial's lambda example a little more.Tim Peters2000-11-271-2/+9
* Conversion.write_ordinal(): Not used, remove it.Fred Drake2000-11-221-4/+0
* Convert the LaTeX "tie" (~) to a simple space.Fred Drake2000-11-221-4/+40
* Update to reflect the process changes.Fred Drake2000-11-221-21/+6
* Update the rules to separate the two phases for the ESIS generation,Fred Drake2000-11-222-22/+27
* Add support for (relatively) recent additions and changes to python.sty,Fred Drake2000-11-221-2/+30
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-227-6/+9
* Do not use \verb in the Python documentation -- it makes parsing the LaTeXFred Drake2000-11-221-3/+3
* Document the new setupterm() functionAndrew M. Kuchling2000-11-181-0/+7
* Added information about the %r string formatting conversion. Added noteFred Drake2000-11-172-8/+14
* Oops, back out change committed by accident! This is not ready, andFred Drake2000-11-171-34/+0
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-178-10/+101
* Corrected a number of typos reported by Gilles CivarioFred Drake2000-11-171-12/+3
* Fixed typos and bug in the second example, reported by Scott SchramFred Drake2000-11-171-2/+3
* Fix for SF bug 122176: Error in rotor module documentation.Tim Peters2000-11-141-2/+2
* More names...Fred Drake2000-11-071-0/+2
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-071-0/+7
* Document the proper exception to be raised by I/O operations on closedFred Drake2000-11-061-15/+19
* Make sure we clean up the index data each time it is written by LaTeX.Fred Drake2000-11-031-1/+4
* Fix cut & paste error that describes three paramters when there are onlyFred Drake2000-11-021-4/+3
* Typo: writeable --> writableFred Drake2000-11-011-2/+2
* define_module(): Change the "index sub-item" for definitions at moduleFred Drake2000-10-301-1/+1
* Fix \withsubitem so that it actually works if the only indexing macro inFred Drake2000-10-301-10/+5
* Revise the message to be a little nicer.Fred Drake2000-10-291-3/+6
* Avoid using \withsubitem and \ttindex internally; they have not provenFred Drake2000-10-291-20/+26
* Many small markup revisions to be more consistent with markup elsewhere,Fred Drake2000-10-291-47/+61
* Update author information.Fred Drake2000-10-281-2/+2
* Explained that os.path.basename() may return something different from theFred Drake2000-10-261-1/+5
* Do not require packages that are not needed.Fred Drake2000-10-262-4/+0
* Normalize the HTML generated for table headers.Fred Drake2000-10-261-7/+10
* Minor simplification.Fred Drake2000-10-261-2/+1
* Update the dependency information to allow the other Makefiles to handleFred Drake2000-10-261-34/+25
* Noted that building the info version requires the HTML::Element package,Fred Drake2000-10-261-1/+8