| Commit message (Expand) | Author | Age | Files | Lines |
* | Make changes and clarifications suggested by Mark Hammond | Andrew M. Kuchling | 2000-06-18 | 1 | -14/+23 |
|
|
* | Documentation for the mmap module: proofreaders welcomed | Andrew M. Kuchling | 2000-06-17 | 1 | -0/+120 |
|
|
* | Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. | Fred Drake | 2000-06-16 | 2 | -2/+273 |
|
|
* | Added reference count information for PySequence_List(). | Fred Drake | 2000-06-16 | 1 | -0/+3 |
|
|
* | Documented PySequence_List() and PySequence_Tuple(). | Fred Drake | 2000-06-16 | 1 | -20/+54 |
|
|
* | do_cmd_textasciitilde(): New function. | Fred Drake | 2000-06-15 | 1 | -0/+5 |
|
|
* | Fix markup error that hid a tilde character; reported long ago by | Fred Drake | 2000-06-15 | 1 | -1/+12 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-15 | 1 | -4/+4 |
|
|
* | Hook in the documentation for the unicodedata module. | Fred Drake | 2000-06-13 | 2 | -0/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-06-13 | 1 | -0/+72 |
|
|
* | Documentation for the pyexpat module. | Andrew M. Kuchling | 2000-06-11 | 1 | -0/+262 |
|
|
* | Mention setting the default encoding | Andrew M. Kuchling | 2000-06-10 | 1 | -15/+45 |
|
|
* | List more deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -7/+29 |
|
|
* | Filled in the sections on new and deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -49/+111 |
|
|
* | Minor fixes, additions to notes | Andrew M. Kuchling | 2000-06-09 | 1 | -5/+5 |
|
|
* | Added preliminary documentation for the winreg module, | Fred Drake | 2000-06-07 | 3 | -0/+414 |
|
|
* | Latex formatting fixes | Andrew M. Kuchling | 2000-06-03 | 1 | -33/+29 |
|
|
* | Patches from Moshe, w/ AMK's revisions | Andrew M. Kuchling | 2000-06-03 | 1 | -45/+313 |
|
|
* | 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 |
|
|