| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that no .pyc/.pyo files are created for script files. | Guido van Rossum | 1998-06-28 | 1 | -0/+7 |
|
|
* | 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 |
|
|
* | Added cmd, smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | Removed loading of shared font stuff from howto.cls and manual.cls, moving it | Fred Drake | 1998-06-22 | 3 | -10/+13 |
|
|
* | Make the large letter at the top of each section use the sans-serif font, | Fred Drake | 1998-06-22 | 1 | -1/+1 |
|
|
* | Added texinputs/pypaper.sty to the list of manual style files, so that the | Fred Drake | 1998-06-22 | 1 | -1/+1 |
|
|
* | Fix unclear wording pointed out by Tim Peters, about the interaction between | Andrew M. Kuchling | 1998-06-22 | 2 | -4/+6 |
|
|
* | There's no point in mentioning F6 as an alternate EOF on DOS -- it | Guido van Rossum | 1998-06-22 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Lots of changes to get this in sync with the Frame version. | Guido van Rossum | 1998-06-15 | 1 | -50/+217 |
|
|
* | Two small additions to make it identical to the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -1/+5 |
|
|
* | NewNew abstract, copied from the obsolete Frame version. | Guido van Rossum | 1998-06-15 | 1 | -20/+20 |
|
|
* | 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 |
|
|
* | Say a bit more about .pyc and .pyo files. | Guido van Rossum | 1998-05-29 | 1 | -5/+35 |
|
|
* | 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 support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 |
|
|
* | Added {definitions} environment, which has \term to define indivual terms. | Fred Drake | 1998-05-20 | 1 | -0/+11 |
|
|
* | Don't use a separate node for footnotes; see if people scream. ;-) | Fred Drake | 1998-05-19 | 1 | -0/+1 |
|
|
* | Fix definition of release_version (global). | Fred Drake | 1998-05-19 | 1 | -1/+1 |
|
|
* | Added entry for mimetypes. | Fred Drake | 1998-05-19 | 1 | -0/+3 |
|
|
* | webcheck target in this Makefile wasn't used. | Fred Drake | 1998-05-19 | 1 | -3/+0 |
|
|
* | Fix the webcheck target so it checks the right files.... | Fred Drake | 1998-05-19 | 1 | -6/+6 |
|
|
* | Add mimetypes documentation to library reference dependencies. | Fred Drake | 1998-05-19 | 1 | -1/+2 |
|
|
* | Add section documenting mimetypes module. | Fred Drake | 1998-05-19 | 2 | -0/+95 |
|
|
* | Fix another oldie (item (b) only): | Guido van Rossum | 1998-05-16 | 1 | -1/+1 |
|
|
* | Small change to the l2h target allowing the output dir, $(HTMLDIR), to be | Fred Drake | 1998-05-15 | 1 | -1/+3 |
|
|
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 2 | -36/+32 |
|
|
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -1/+2 |
|
|
* | Update note about latex2html version required. | Fred Drake | 1998-05-15 | 1 | -2/+3 |
|
|
* | Add support for the Macintosh Library Modules document. | Fred Drake | 1998-05-15 | 2 | -8/+22 |
|
|
* | Revise comment about \let support a little to more accurately reflect the | Fred Drake | 1998-05-15 | 1 | -1/+1 |
|
|