summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Hack to make this play nicer with *old* versions of Python: os.path.abspath()Fred Drake2001-05-291-0/+10
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Removed information on the old third parameter to _PyTuple_Resize().Fred Drake2001-05-291-1/+20
* If the input line does not contain enough fields, raise a meaningfulFred Drake2001-05-291-0/+2
* Do not start API descriptions with "Does the same, but ..." -- actuallyFred Drake2001-05-291-10/+13
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues()Fred Drake2001-05-251-12/+23
* One more update related to the new get() and setdefault() methods on theFred Drake2001-05-221-5/+6
* Update to add get() and setdefault() as supported mapping operations, andFred Drake2001-05-221-2/+8
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Changed all the examples with ugly platform-dependent float output to useTim Peters2001-05-221-16/+20
* Add a "See also" section with useful links. More should be added givingFred Drake2001-05-211-0/+15
* Update output to reflect additional precision produced by the repr() ofFred Drake2001-05-211-2/+3
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Get Aahz listed correctly using his legal/professional name.Fred Drake2001-05-201-1/+1
* Add another itemAndrew M. Kuchling2001-05-191-0/+3
* Beef up the unicode() description a bit, based on material from AMK'sFred Drake2001-05-151-4/+12
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-7/+21
* Make sure we include all of Python's numeric types in the data modelFred Drake2001-05-141-1/+2
* Add some text to make the dircmp object section more readable, and moveFred Drake2001-05-111-7/+16
* --sigh--Fred Drake2001-05-112-3/+3
* Markup adjustments to avoid getting junk in the index.Fred Drake2001-05-111-5/+5
* Replace "\begin{classdesc}{SomeClass}{\unspecified}" withFred Drake2001-05-112-3/+5
* Document the new classdesc* environment, and the previously undocumentedFred Drake2001-05-111-1/+18
* Define a new environment, classdesc*, which can be used to document aFred Drake2001-05-112-0/+23
* Write a better synopsis for the Scrap module, and provide a link toFred Drake2001-05-101-1/+9
* Actually include a synopsis line for the ColorPicker module.Fred Drake2001-05-101-1/+1
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Update example to no longer use the FCNTL module.Fred Drake2001-05-101-2/+2
* Fix typo reported by David Goodger. This closes SF patch #422383.Fred Drake2001-05-101-1/+1
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-102-18/+7
* Update the fcntl module documentation.Fred Drake2001-05-091-30/+26
* Itamar Shtull-Trauring <python@itamarst.org>:Fred Drake2001-05-091-4/+5
* Fix the operator precedence table: exponentiation binds tighter thanFred Drake2001-05-091-2/+2
* Remove items that have been done or are being tracked in the SourceForgeFred Drake2001-05-091-10/+0
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-092-2/+2
* Work around limitations of the module synopsis table generation to avoidFred Drake2001-05-099-9/+9
* Minor adjustments to HTML for the module synopsis tables.Fred Drake2001-05-091-2/+6
* Job.build_html(): Be more robust in ensuring about.html exists; copyingFred Drake2001-05-091-17/+16
* There is no IMAP class in the imaplib module; the class is IMAP4.Fred Drake2001-05-091-9/+10
* Note that when inplace=1 existing backup files will be removed silently.Fred Drake2001-05-091-2/+5
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-05-081-2/+3
* Hmm... better add a version annotation for the Iterator Protocol section.Fred Drake2001-05-071-0/+2
* Added documentation for PyIter_Check() and PyIter_Next().Fred Drake2001-05-071-1/+39
* Skeletal version; I'm checking this in now so I can keep a list of changes,Andrew M. Kuchling2001-05-051-0/+106
* The general iteration support is part of 2.2, not 2.1 -- fixed the versionFred Drake2001-05-032-2/+3