summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Many, many small fixes and improvements, most suggested by Detlef Lannert.Fred Drake2001-10-261-17/+27
* Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs().Fred Drake2001-10-261-11/+32
* Added refcount data for PyObject_CallFunctionObArgs() andFred Drake2001-10-261-0/+9
* Some style changes and typo fixes.Fred Drake2001-10-261-6/+9
* Clean up the tables of child links generated by stock LaTeX2HTML so we getFred Drake2001-10-261-0/+8
* Typo: destuction --> destructionFred Drake2001-10-261-1/+1
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-262-7/+36
* Add yet more markup that let's a stylesheet pick out a small bit of theFred Drake2001-10-261-3/+11
* Enforce a bit of markup consistency.Fred Drake2001-10-261-13/+12
* Minor textual adjustment, and style-guide conformance (no use of "iff").Fred Drake2001-10-261-4/+5
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-16/+39
* Typo: NamedNodeList --> NamedNodeMapFred Drake2001-10-251-1/+1
* Slightly better conformance to the Python C style guide.Fred Drake2001-10-251-4/+8
* One more LaTeX-ism that we'd rather ignore.Fred Drake2001-10-251-0/+1
* No need to run make twice here.Fred Drake2001-10-251-1/+0
* Update the rules so that changes to the HTML stylesheet cause appropriateFred Drake2001-10-251-21/+55
* Make the deprecation notice use the same form as other such notices.Fred Drake2001-10-241-3/+3
* Minor revision of the text.Fred Drake2001-10-241-2/+2
* When describing "import *", add a level of indirection between "*" and theFred Drake2001-10-241-3/+17
* Documentation for the new PyArg_UnpackTuple() function.Fred Drake2001-10-231-0/+47
* Fill out section on how to write a new-style classAndrew M. Kuchling2001-10-231-7/+145
* Doc and NEWS changes due to Jeremy adding traceback objects to gc.Tim Peters2001-10-231-1/+4
* Fixed an example in the use of email.Utils.getaddresses(). TheBarry Warsaw2001-10-221-4/+4
* Add better support for Mozilla's use of <link> elements.Fred Drake2001-10-221-10/+41
* Update bug/patch countsAndrew M. Kuchling2001-10-221-1/+1
* Do a little bit more to try and add <link> elements to the header, not thatFred Drake2001-10-221-1/+10
* Clarify that the resource module does not attempt to mask platformFred Drake2001-10-221-1/+3
* Add correction from /F about SREAndrew M. Kuchling2001-10-221-10/+10
* Partly fill out the PEP 252 sectionAndrew M. Kuchling2001-10-221-12/+214
* A bunch of minor rewordingsAndrew M. Kuchling2001-10-221-48/+64
* Update description of border()Andrew M. Kuchling2001-10-201-3/+2
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-2045-163/+156
* Describe the content given as the parameter to the \note and \warning macrosFred Drake2001-10-201-10/+13
* Additional rules to support the iSilo conversion.Fred Drake2001-10-191-1/+110
* Hush up CVS.Fred Drake2001-10-191-0/+10
* Support for the iSilo conversion.Fred Drake2001-10-191-0/+12
* When stating that some parameters to makefile() are similar to the open()Fred Drake2001-10-191-1/+2
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-13/+27
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-191-0/+4
* changed misleading argument nameFredrik Lundh2001-10-181-5/+5
* Some minor clarifications for find()'s arguments based on SF bugBarry Warsaw2001-10-181-5/+6
* Straighten out the exec*() function descriptions a bit, and clarify a fewFred Drake2001-10-181-65/+68
* Bump version number.Fred Drake2001-10-181-4/+3
* Bump release information.Fred Drake2001-10-181-2/+2
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
* Function descriptions must end as well as start!Fred Drake2001-10-181-0/+1
* Elaborate on types and meaning of the setgroups arguments.Martin v. Löwis2001-10-181-2/+4
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+7
* SF bug [#471111] inspect.getframeinfo() needs docs.Tim Peters2001-10-161-0/+6