| Commit message (Expand) | Author | Age | Files | Lines |
* | Now cmd is documented too. | Guido van Rossum | 1998-06-28 | 1 | -0/+4 |
|
|
* | Documented smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -0/+6 |
|
|
* | Documented cmd, smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -9/+0 |
|
|
* | Contributions by Eric Raymond: documentation for modules | Guido van Rossum | 1998-06-28 | 4 | -0/+428 |
|
|
* | Document optional kwargs argument to start_new_thread(). Also | Guido van Rossum | 1998-06-27 | 1 | -6/+12 |
|
|
* | Mark the 'whence' parameter of the file object's seek() method as optional; | Fred Drake | 1998-06-25 | 1 | -1/+1 |
|
|
* | Fix unclear wording pointed out by Tim Peters, about the interaction between | Andrew M. Kuchling | 1998-06-22 | 2 | -4/+6 |
|
|
* | 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 |
|
|
* | Somewhat updated, but not checked for everything (just the stuff I was using). | Fred Drake | 1998-06-19 | 1 | -14/+15 |
|
|
* | Added a stronger warning about changing the dictionary returned by | Guido van Rossum | 1998-06-18 | 1 | -2/+3 |
|
|
* | # Untabified the example :-( | Guido van Rossum | 1998-06-17 | 1 | -2/+2 |
|
|
* | Documented that by default the output goes to stderr, and that a file | Guido van Rossum | 1998-06-17 | 1 | -12/+111 |
|
|
* | Change the description of input() -- it is exactly equivalent to | Guido van Rossum | 1998-06-17 | 1 | -5/+1 |
|
|
* | Some extra notes, and describe a new class (AddressList), all by ESR. | Guido van Rossum | 1998-06-16 | 1 | -2/+44 |
|
|
* | Add warning about use of lowercase/uppercase with maketrans(). | Guido van Rossum | 1998-06-11 | 1 | -0/+5 |
|
|
* | Eric Raymond: added doc for isheader(); improved docs for constructor. | Guido van Rossum | 1998-06-11 | 1 | -7/+18 |
|
|
* | Document the changes I just checked in. | Guido van Rossum | 1998-06-10 | 1 | -8/+39 |
|
|
* | Document several variables that were previously undocumented, | Guido van Rossum | 1998-06-10 | 1 | -9/+35 |
|
|
* | Added notes about epochs, the year 2038, and a small Y2K disclaimer | Guido van Rossum | 1998-06-09 | 1 | -4/+19 |
|
|
* | Added docs for strptime(). | Guido van Rossum | 1998-06-09 | 1 | -0/+12 |
|
|
* | Clarify the type of the signal handler. | Guido van Rossum | 1998-06-09 | 1 | -1/+2 |
|
|
* | Document missing functions: xor, not, truth, countOf, indexOf, and | Guido van Rossum | 1998-05-22 | 1 | -0/+28 |
|
|
* | Minor grammatical correction: "This module perform ..." --> "This module | Fred Drake | 1998-05-22 | 1 | -1/+1 |
|
|
* | Added entry for mimetypes. | Fred Drake | 1998-05-19 | 1 | -0/+3 |
|
|
* | Add section documenting mimetypes module. | Fred Drake | 1998-05-19 | 2 | -0/+95 |
|
|
* | Add an index entry. | Fred Drake | 1998-05-14 | 1 | -3/+4 |
|
|
* | Reverted the last change; the extra cruft is harmless for formatted versions, | Fred Drake | 1998-05-11 | 1 | -0/+5 |
|
|
* | Use \ldots, not \dots. The info process doesn't know about \dots. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
|
|
* | exec is a statement, not a function! | Guido van Rossum | 1998-05-08 | 1 | -3/+3 |
|
|
* | Relocating file to mac. | Fred Drake | 1998-05-07 | 2 | -357/+0 |
|
|
* | Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, | Fred Drake | 1998-05-06 | 1 | -1/+1 |
|
|
* | Work around lack of support for \if... in latex2html. | Fred Drake | 1998-04-29 | 1 | -0/+8 |
|
|
* | Fix documentation based on comments from Sean Reifschneider | Fred Drake | 1998-04-29 | 1 | -30/+32 |
|
|
* | Remove extra cruft for texi processing. | Fred Drake | 1998-04-28 | 1 | -5/+0 |
|
|
* | Section for bisect module. | Fred Drake | 1998-04-28 | 1 | -0/+55 |
|
|
* | Moved popen2 entry to make more sense. | Fred Drake | 1998-04-28 | 1 | -1/+2 |
|
|
* | Updated. | Fred Drake | 1998-04-28 | 1 | -13/+0 |
|
|
* | Document changed semantics -- open() now guesses the db type and error | Guido van Rossum | 1998-04-28 | 1 | -2/+10 |
|
|
* | Hook in the calendar and popen2 sections. | Fred Drake | 1998-04-28 | 1 | -0/+2 |
|
|
* | calendar module section for the library reference, by Drew Csillag. | Fred Drake | 1998-04-28 | 1 | -0/+45 |
|
|
* | popen2 section for the library reference, contributed by Drew Csillag, with | Fred Drake | 1998-04-28 | 1 | -0/+71 |
|
|
* | Use of \key and \kbd were isolated to one instance each in this file; | Fred Drake | 1998-04-28 | 1 | -5/+5 |
|
|
* | Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). | Fred Drake | 1998-04-27 | 1 | -5/+39 |
|
|
* | Added a section for the poplib module, contributed by Drew Csillag. | Fred Drake | 1998-04-24 | 2 | -0/+132 |
|
|
* | Add entry for poplib. | Fred Drake | 1998-04-24 | 1 | -0/+3 |
|
|
* | Added \label to subsections which didn't have one, since this module has | Fred Drake | 1998-04-20 | 1 | -0/+7 |
|
|
* | Fix vonmisesvariate() -- it now returns an angle between 0 and *two* | Guido van Rossum | 1998-04-20 | 1 | -4/+4 |
|
|
* | Mark TMPDIR correctly. | Fred Drake | 1998-04-17 | 1 | -2/+1 |
|
|
* | Remove commented-out Mac chapter. | Fred Drake | 1998-04-17 | 1 | -14/+0 |
|
|