| Commit message (Expand) | Author | Age | Files | Lines |
* | Filled out the "Core Changes" section. | Andrew M. Kuchling | 2000-05-31 | 1 | -24/+81 |
|
|
* | Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. | Fred Drake | 2000-05-30 | 1 | -1/+1 |
|
|
* | Added concrete example of when separate build and install might be | Greg Ward | 2000-05-30 | 1 | -1/+5 |
|
|
* | Article about 1.6 new features | Andrew M. Kuchling | 2000-05-27 | 1 | -0/+233 |
|
|
* | Added documentation for gettempprefix(). | Fred Drake | 2000-05-26 | 1 | -2/+15 |
|
|
* | Added documentation for TemporaryFile() and the siffix parameter to mktemp(). | Fred Drake | 2000-05-26 | 1 | -13/+26 |
|
|
* | Piers Lauder <piers@cs.su.oz.au>: | Fred Drake | 2000-05-26 | 1 | -8/+29 |
|
|
* | Guido's rewording of my definition of "root package", with an addition by me. | Greg Ward | 2000-05-26 | 1 | -6/+8 |
|
|
* | A grab-bag of wording tweakage. | Greg Ward | 2000-05-26 | 1 | -29/+54 |
|
|
* | Remove unused "import curses". | Guido van Rossum | 2000-05-24 | 1 | -1/+0 |
|
|
* | Updated docs to list all the new methods and functions. The docs are | Andrew M. Kuchling | 2000-05-23 | 1 | -188/+757 |
|
|
* | From Greg Ward <gward@python.net>: | Fred Drake | 2000-05-23 | 1 | -2/+2 |
|
|
* | New description for math.frexp() -- poor description noted by | Fred Drake | 2000-05-18 | 1 | -2/+6 |
|
|
* | Doc patch from Bastein Kleineidam: start to describe the 'install' command | Gregory P. Smith | 2000-05-12 | 1 | -0/+16 |
|
|
* | The addition of rint() (by Peter Schneider-Kamp; I forgot to mention | Guido van Rossum | 2000-05-11 | 1 | -0/+1 |
|
|
* | Added math.rint() -- round according to current IEEE754 mode | Guido van Rossum | 2000-05-11 | 1 | -0/+4 |
|
|
* | Oops, better also note that the module initialization function must be | Fred Drake | 2000-05-10 | 1 | -0/+2 |
|
|
* | Section "The Module's Method Table and Initialization Function": | Fred Drake | 2000-05-10 | 1 | -7/+10 |
|
|
* | Fix references to the built-in compile() that don't include the | Fred Drake | 2000-05-09 | 1 | -10/+10 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-05-09 | 1 | -3/+8 |
|
|
* | Define \seeurl in the seealso environment. Two parameters: url, why. | Fred Drake | 2000-05-09 | 1 | -0/+9 |
|
|
* | do_cmd_seeurl(): New function. | Fred Drake | 2000-05-09 | 1 | -0/+11 |
|
|
* | read() method: clarify that strings are accepted and interpreted | Fred Drake | 2000-05-09 | 1 | -1/+9 |
|
|
* | Someone found the examples of poor practice on socket addresses! | Fred Drake | 2000-05-03 | 1 | -3/+3 |
|
|
* | Brian Hooper <brian_takashi@hotmail.com>: | Fred Drake | 2000-05-03 | 1 | -0/+28 |
|
|
* | Clarify status of connection of a new instance; it *is* connected if | Fred Drake | 2000-05-03 | 1 | -3/+5 |
|
|
* | Added descriptions of \versionadded and \versionchanged. | Fred Drake | 2000-05-02 | 1 | -0/+20 |
|
|
* | do_cmd_versionchanged(): | Fred Drake | 2000-05-02 | 1 | -1/+6 |
|
|
* | Use \versionchanged to indicate when the second parameter to utime() | Fred Drake | 2000-05-02 | 1 | -2/+3 |
|
|
* | \versionchanged: Added optional parameter for explanation of change. | Fred Drake | 2000-05-02 | 1 | -2/+8 |
|
|
* | Eric Raymond: | Guido van Rossum | 2000-05-01 | 1 | -2/+64 |
|
|
* | Document the new additional signature for utime(). In addition to the | Barry Warsaw | 2000-05-01 | 1 | -3/+6 |
|
|
* | \file and \filenq should not be used in section titles; they are not | Fred Drake | 2000-04-28 | 1 | -1/+1 |
|
|
* | Don't worry about the output dirs for the distutils manuals. | Fred Drake | 2000-04-28 | 1 | -0/+2 |
|
|
* | Added distutils manuals. | Fred Drake | 2000-04-28 | 1 | -22/+31 |
|
|
* | Stripped leading 'sec:' from all section labels -- generates bad filenames, | Greg Ward | 2000-04-28 | 2 | -57/+57 |
|
|
* | When building HTML releases, refer to */*.css and */*.html instead of | Greg Ward | 2000-04-28 | 1 | -3/+3 |
|
|
* | Added the Distutils manuals. | Greg Ward | 2000-04-28 | 1 | -0/+2 |
|
|
* | Added the Distutils manuals: inst and dist. | Greg Ward | 2000-04-28 | 1 | -3/+17 |
|
|
* | Added 'inst' and 'dist' -- the two Distutils manuals. | Greg Ward | 2000-04-28 | 4 | -4/+50 |
|
|
* | Documentation patch describing the 'u' and 'u#' format specifiers, | Fred Drake | 2000-04-28 | 1 | -0/+10 |
|
|
* | Support for the special macros used by the distutils documentation. | Fred Drake | 2000-04-27 | 1 | -0/+21 |
|
|
* | Added a note to the section on 'exec' about the need for a trailing newline | Greg Ward | 2000-04-27 | 1 | -1/+10 |
|
|
* | Added a "See also:" section that exhibits the \seerfc markup. | Fred Drake | 2000-04-26 | 1 | -0/+7 |
|
|
* | Define \seerfc within the seealso environment. | Fred Drake | 2000-04-26 | 1 | -0/+9 |
|
|
* | ref_module_index_helper(): Use "my" instead of "local". | Fred Drake | 2000-04-26 | 1 | -5/+22 |
|
|
* | Removed some extraneous and confusing parenthesized expressions. | Fred Drake | 2000-04-25 | 1 | -3/+3 |
|
|
* | Added section headers for "Extending the Distutils" section (just | Greg Ward | 2000-04-25 | 1 | -0/+14 |
|
|
* | Patch from Andrew Kuchling: document the new multiple pattern feature in the | Greg Ward | 2000-04-21 | 1 | -12/+15 |
|
|
* | Reformatted wide paragraphs. | Greg Ward | 2000-04-19 | 1 | -23/+22 |
|
|