| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -6/+12 |
|
|
* | Docs for the PEP 264 changes. | Michael W. Hudson | 2001-08-27 | 1 | -1/+20 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -3/+1 |
|
|
* | On int/long to the negative int/long power, let float handle it | Guido van Rossum | 2001-07-12 | 1 | -7/+10 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -56/+56 |
|
|
* | Beef up the unicode() description a bit, based on material from AMK's | Fred Drake | 2001-05-15 | 1 | -4/+12 |
|
|
* | Update the filter() and list() descriptions to include information about | Fred Drake | 2001-05-02 | 1 | -12/+14 |
|
|
* | Backed out the unistr() builtin. | Marc-André Lemburg | 2001-01-19 | 1 | -7/+0 |
|
|
* | Minor markup cleaning, and one required fix in the unistr() description. | Fred Drake | 2001-01-18 | 1 | -7/+7 |
|
|
* | This patch adds a new builtin unistr() which behaves like str() | Marc-André Lemburg | 2001-01-17 | 1 | -0/+6 |
|
|
* | Description of long(): A string parameter is no longer required to be | Fred Drake | 2001-01-04 | 1 | -1/+1 |
|
|
* | Added information about the %r string formatting conversion. Added note | Fred Drake | 2000-11-17 | 1 | -4/+8 |
|
|
* | When referring to namespaces, always say "namespaces" instead of | Fred Drake | 2000-09-12 | 1 | -1/+1 |
|
|
* | Various clarifications and minor nits fixed. Affected descriptions of | Fred Drake | 2000-09-09 | 1 | -7/+21 |
|
|
* | Small cleanups, and note when zip() entered the menagerie. | Fred Drake | 2000-08-17 | 1 | -3/+1 |
|
|
* | int() description: Fix markup to avoid image generation for math mode. | Fred Drake | 2000-08-03 | 1 | -5/+6 |
|
|
* | Both PEP 201 Lockstep Iteration and SF patch #101030 have been | Barry Warsaw | 2000-08-03 | 1 | -0/+9 |
|
|
* | Update version numbering from 1.6 to 2.0. | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | Make it clear that id() can return either a long integer or a plain integer. | Fred Drake | 2000-06-29 | 1 | -5/+5 |
|
|
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
|
|
* | Note the exception raised when parameter to chr() is out of range. | Fred Drake | 2000-04-06 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -3/+20 |
|
|
* | Update the description of int() to include the radix parameter; | Fred Drake | 2000-02-17 | 1 | -12/+16 |
|
|
* | Add index entries for open(): | Fred Drake | 1999-08-05 | 1 | -1/+4 |
|
|
* | Update getattr() description to document the optional third | Fred Drake | 1999-07-22 | 1 | -5/+7 |
|
|
* | Adjust indexing for __import__(); based on comments by Stefan Franke | Fred Drake | 1999-06-10 | 1 | -12/+11 |
|
|
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 1 | -2/+6 |
|
|
* | open() description: Made it more clear that 'b' should always be | Fred Drake | 1999-04-05 | 1 | -16/+21 |
|
|
* | Document complex() with string arg. | Guido van Rossum | 1999-03-25 | 1 | -2/+4 |
|
|
* | Document new builtin buffer(). Greg Stein. | Guido van Rossum | 1999-03-19 | 1 | -0/+10 |
|
|
* | Add notes to __builtin__.float() and string.atof() that the NaN and Inf | Fred Drake | 1999-02-18 | 1 | -7/+11 |
|
|
* | atof() description: Add information about accepting 'NaN' to produce | Fred Drake | 1999-02-18 | 1 | -6/+7 |
|
|
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
|
|
* | "singed" --> "signed" (3 places) | Fred Drake | 1998-12-07 | 1 | -3/+3 |
|
|
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
|
|
* | Clarify that min and max also take multiple arguments. | Guido van Rossum | 1998-11-25 | 1 | -6/+8 |
|
|
* | Clarify the default buffering for open(). (Comment from Andrew Dalke | Fred Drake | 1998-11-02 | 1 | -1/+1 |
|
|
* | Document that apply() can now take any sequence in argument 2. | Barry Warsaw | 1998-10-01 | 1 | -2/+3 |
|
|
* | round(): Mark the second (optional) parameter as optional, since it's | Fred Drake | 1998-08-24 | 1 | -4/+4 |
|
|
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+1 |
|
|