| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Clarify the + and b mode characters for open() a bit. | Guido van Rossum | 1998-07-29 | 1 | -6/+8 |
|
|
* | Revert the change of revision 1.30. While it's in general a laudable | Guido van Rossum | 1998-06-22 | 1 | -1/+1 |
|
|
* | eval() example: Removed final interpreter prompt; other examples don't have | Fred Drake | 1998-06-19 | 1 | -1/+0 |
|
|
* | Added a stronger warning about changing the dictionary returned by | Guido van Rossum | 1998-06-18 | 1 | -2/+3 |
|
|
* | Change the description of input() -- it is exactly equivalent to | Guido van Rossum | 1998-06-17 | 1 | -5/+1 |
|
|
* | Signature for dir() omitted the optional argument. | Fred Drake | 1998-04-16 | 1 | -1/+1 |
|
|
* | Small nits. | Fred Drake | 1998-04-03 | 1 | -6/+6 |
|
|
* | Removed reference to ni module. | Fred Drake | 1998-04-02 | 1 | -2/+1 |
|
|
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -20/+20 |
|
|
* | Logical markup. | Fred Drake | 1998-03-03 | 1 | -87/+87 |
|
|
* | In description of __import__, second paragraph, break up the markup for long | Fred Drake | 1998-02-13 | 1 | -5/+6 |
|
|
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -11/+11 |
|
|
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 1 | -2/+2 |
|
|
* | Follow current recommended practice in an example: Use isinstance() to | Fred Drake | 1998-01-11 | 1 | -1/+1 |
|
|
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 1 | -14/+14 |
|
|
* | Added a named target for referencing. | Fred Drake | 1997-12-16 | 1 | -0/+1 |
|
|
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -6/+6 |
|
|
* | Document new behavior of isinstance() when using a type object. | Guido van Rossum | 1997-12-02 | 1 | -3/+5 |
|
|
* | Documented __import__, callable, isinstance, issubclass, | Guido van Rossum | 1997-10-05 | 1 | -5/+83 |
|
|
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -1/+1 |
|
|
* | Mention abs(complex) -> magnitude (AMK). | Guido van Rossum | 1997-06-02 | 1 | -3/+18 |
|
|
* | Add complex(). | Guido van Rossum | 1997-04-02 | 1 | -5/+30 |
|
|
* | Added intern() | Guido van Rossum | 1997-03-03 | 1 | -0/+13 |
|
|
* | Describe new ("unsigned") behavior of hex() and oct(). | Guido van Rossum | 1997-01-14 | 1 | -2/+12 |
|
|
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 1 | -1/+1 |
|
|
* | Typos detected by Sjoerd | Guido van Rossum | 1996-10-11 | 1 | -1/+1 |
|
|
* | Added warning about behavior of open mode 'a' (or 'a+'). | Guido van Rossum | 1996-05-02 | 1 | -1/+4 |
|
|
* | apply() third arg | Guido van Rossum | 1995-10-08 | 1 | -1/+4 |
|
|
* | documented globals() and locals() | Guido van Rossum | 1995-07-07 | 1 | -4/+21 |
|
|
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -1/+2 |
|
|
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -35/+72 |
|
|
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -1/+1 |
|
|
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -9/+11 |
|
|
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW... | Guido van Rossum | 1995-02-28 | 1 | -1/+1 |
|
|
* | cosmetics/typos | Guido van Rossum | 1995-01-12 | 1 | -1/+1 |
|
|
* | updated eval(), added execfile() | Guido van Rossum | 1995-01-10 | 1 | -10/+28 |
|
|
* | Added docs for delattr | Guido van Rossum | 1994-08-16 | 1 | -0/+9 |
|
|