summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfuncs.tex
Commit message (Expand)AuthorAgeFilesLines
* - note that super() only applies to new-style classes;Fred Drake2003-07-011-2/+4
* markup consistency nitsFred Drake2003-06-261-9/+10
* Removed useless intra-section references which jump to the top of theRaymond Hettinger2003-06-251-4/+2
* Fix some markup nitsNeal Norwitz2003-06-171-4/+4
* * Added missing documentation for object().Raymond Hettinger2003-06-111-2/+15
* SF bug #660022: parameters for int(), str(), etc.Raymond Hettinger2003-06-111-19/+28
* SF bug: 751941 Invisible HTML tagRaymond Hettinger2003-06-101-0/+2
* Patch #744877: Explain filter in terms of list comprehension. RemoveMartin v. Löwis2003-05-311-3/+8
* - object is a class type, not a functionFred Drake2003-05-101-3/+4
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-101-1/+1
* - explain the start argument to sum()Fred Drake2003-04-221-5/+6
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+8
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-311-1/+1
* SF bug #655271: Slightly modify locals() docRaymond Hettinger2003-01-041-1/+1
* Document that apply() is deprecated. See:Fred Drake2003-01-021-0/+3
* Fix SF # 641111, Undocumented side effect of evalNeal Norwitz2002-12-171-1/+6
* Fix SF #642742, property() builtin not documentedNeal Norwitz2002-12-171-0/+78
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-5/+7
* Added change note about returning a dictionary based on keywordFred Drake2002-11-231-0/+2
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-14/+21
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-0/+2
* Update example for the type() function to use the currently acceptedFred Drake2002-11-011-2/+13
* Modify example to use string methods instead of the string module.Fred Drake2002-10-221-4/+2
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-4/+0
* Clarify that len() of a Unicode string returns the number of storage units,Fred Drake2002-09-241-0/+4
* Fix typoRaymond Hettinger2002-09-041-1/+1
* Add a note that apply() is needed since the extended call syntax isFred Drake2002-08-221-0/+2
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-191-2/+4
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* Fix typo: "an Unicode string" --> "a Unicode string"Fred Drake2002-07-081-2/+2
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Add a note that divmod() with complex numbers is deprecated.Fred Drake2002-06-201-0/+3
* Jack's documentation for the U mode character on the file()Barry Warsaw2002-05-221-0/+15
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-211-3/+3
* Documentation for the enumerate() function/type.Fred Drake2002-04-261-0/+12
* Add a version annotation for the help() function.Fred Drake2002-04-171-0/+1
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+10
* Added missing version annotation for dict().Fred Drake2002-03-061-0/+2
* SF bug #501591: dir() doc is oldTim Peters2002-02-231-9/+22
* Add documentation for the help() built-in; contributed by Ka-Ping Yee.Fred Drake2001-12-181-0/+10
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-131-3/+5
* Minor clarification of the zip() description, based on a comment sent toFred Drake2001-12-031-1/+1
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-031-2/+2
* When referring to a formal parameter from the description, use the name givenFred Drake2001-11-071-1/+1
* apply() documentation: Remove a detail about the implementation that doesFred Drake2001-11-071-5/+6
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-7/+7
* Some style changes and typo fixes.Fred Drake2001-10-261-6/+9
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-2/+24
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-13/+27