| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #744877: Explain filter in terms of list comprehension. Remove | Martin v. Löwis | 2003-05-31 | 1 | -3/+8 |
|
|
* | - object is a class type, not a function | Fred Drake | 2003-05-10 | 1 | -3/+4 |
|
|
* | Missing parenthesis found by texcheck.py | Raymond Hettinger | 2003-05-10 | 1 | -1/+1 |
|
|
* | - explain the start argument to sum() | Fred Drake | 2003-04-22 | 1 | -5/+6 |
|
|
* | Adding new built-in function sum, with docs and tests. | Alex Martelli | 2003-04-22 | 1 | -0/+8 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
|
|
* | SF bug #655271: Slightly modify locals() doc | Raymond Hettinger | 2003-01-04 | 1 | -1/+1 |
|
|
* | Document that apply() is deprecated. See: | Fred Drake | 2003-01-02 | 1 | -0/+3 |
|
|
* | Fix SF # 641111, Undocumented side effect of eval | Neal Norwitz | 2002-12-17 | 1 | -1/+6 |
|
|
* | Fix SF #642742, property() builtin not documented | Neal Norwitz | 2002-12-17 | 1 | -0/+78 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -5/+7 |
|
|
* | Added change note about returning a dictionary based on keyword | Fred Drake | 2002-11-23 | 1 | -0/+2 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -14/+21 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 1 | -0/+2 |
|
|
* | Update example for the type() function to use the currently accepted | Fred Drake | 2002-11-01 | 1 | -2/+13 |
|
|
* | Modify example to use string methods instead of the string module. | Fred Drake | 2002-10-22 | 1 | -4/+2 |
|
|
* | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -4/+0 |
|
|
* | Clarify that len() of a Unicode string returns the number of storage units, | Fred Drake | 2002-09-24 | 1 | -0/+4 |
|
|
* | Fix typo | Raymond Hettinger | 2002-09-04 | 1 | -1/+1 |
|
|
* | Add a note that apply() is needed since the extended call syntax is | Fred Drake | 2002-08-22 | 1 | -0/+2 |
|
|
* | SF patch 576101, by Oren Tirosh: alternative implementation of | Guido van Rossum | 2002-08-19 | 1 | -2/+4 |
|
|
* | reduce(): Clarified what is returned in the case of a sequence 1 item long and | Fred Drake | 2002-07-17 | 1 | -6/+6 |
|
|
* | Note that unicode() can raise LookupError for unknown codecs. | Fred Drake | 2002-07-09 | 1 | -1/+2 |
|
|
* | Fix typo: "an Unicode string" --> "a Unicode string" | Fred Drake | 2002-07-08 | 1 | -2/+2 |
|
|
* | Clarify the version information for the unicode() built-in. | Fred Drake | 2002-06-29 | 1 | -6/+9 |
|
|
* | Add a note that divmod() with complex numbers is deprecated. | Fred Drake | 2002-06-20 | 1 | -0/+3 |
|
|
* | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 1 | -0/+15 |
|
|
* | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 1 | -3/+3 |
|
|
* | Documentation for the enumerate() function/type. | Fred Drake | 2002-04-26 | 1 | -0/+12 |
|
|
* | Add a version annotation for the help() function. | Fred Drake | 2002-04-17 | 1 | -0/+1 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -0/+10 |
|
|
* | Added missing version annotation for dict(). | Fred Drake | 2002-03-06 | 1 | -0/+2 |
|
|
* | SF bug #501591: dir() doc is old | Tim Peters | 2002-02-23 | 1 | -9/+22 |
|
|
* | Add documentation for the help() built-in; contributed by Ka-Ping Yee. | Fred Drake | 2001-12-18 | 1 | -0/+10 |
|
|
* | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -3/+5 |
|
|
* | Minor clarification of the zip() description, based on a comment sent to | Fred Drake | 2001-12-03 | 1 | -1/+1 |
|
|
* | Remove most references to __members__ and __methods__, leaving only one pair | Fred Drake | 2001-12-03 | 1 | -2/+2 |
|
|
* | When referring to a formal parameter from the description, use the name given | Fred Drake | 2001-11-07 | 1 | -1/+1 |
|
|
* | apply() documentation: Remove a detail about the implementation that does | Fred Drake | 2001-11-07 | 1 | -5/+6 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -7/+7 |
|
|
* | Some style changes and typo fixes. | Fred Drake | 2001-10-26 | 1 | -6/+9 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 1 | -2/+24 |
|
|
* | Additional test and documentation for the unicode() changes. | Marc-André Lemburg | 2001-10-19 | 1 | -13/+27 |
|
|
* | Update the documentation for the isinstance() function to reflect recent | Fred Drake | 2001-10-09 | 1 | -221/+226 |
|
|
* | Make clear that tuple() accepts the same kind of arguments as list(). | Tim Peters | 2001-10-04 | 1 | -1/+3 |
|
|
* | The execfile() docs imply it acts on locals same as exec. But in truth | Tim Peters | 2001-09-30 | 1 | -0/+7 |
|
|
* | Correct docs for long(float). | Tim Peters | 2001-09-30 | 1 | -2/+1 |
|
|
* | Fix two typos in the text about compile(), and add two caveats from | Guido van Rossum | 2001-09-29 | 1 | -2/+9 |
|
|
* | Document new file() constructor, with the body of open()'s text, plus a | Tim Peters | 2001-09-20 | 1 | -37/+45 |
|
|
* | Document the built-in iter() function. | Fred Drake | 2001-09-06 | 1 | -0/+17 |
|
|