| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove comment that no longer applies. | Fred Drake | 2001-09-26 | 1 | -3/+0 |
|
|
* | Updates do email package documentation for markup, style, and | Barry Warsaw | 2001-09-26 | 8 | -225/+161 |
|
|
* | Move the styling for the HTML version of \mailheader into the CSS file. | Fred Drake | 2001-09-26 | 3 | -2/+3 |
|
|
* | Note that the colon following a mail header name should not be included | Fred Drake | 2001-09-26 | 1 | -5/+5 |
|
|
* | Typo fix. | Greg Ward | 2001-09-26 | 1 | -1/+1 |
|
|
* | Move the \mailheader description to the right place. | Fred Drake | 2001-09-26 | 1 | -12/+13 |
|
|
* | Start making some markup adjustments; Barry has indicated he will work on | Fred Drake | 2001-09-26 | 1 | -17/+17 |
|
|
* | The email package documentation, currently organized the way I think | Barry Warsaw | 2001-09-26 | 8 | -0/+1168 |
|
|
* | Update to support \mailheader and 5-column tables. | Fred Drake | 2001-09-25 | 1 | -0/+52 |
|
|
* | Simplify a helper by returning fewer values. | Fred Drake | 2001-09-25 | 1 | -5/+4 |
|
|
* | Clarified some points about the interface to the mmap() function. | Fred Drake | 2001-09-25 | 1 | -10/+11 |
|
|
* | Minor changes. | Fred Drake | 2001-09-25 | 1 | -5/+8 |
|
|
* | Revise the example to be more resiliant in the face of continued use after | Fred Drake | 2001-09-25 | 1 | -18/+18 |
|
|
* | Added documentation for the SSL interface, contributed by Gerhard Häring. | Fred Drake | 2001-09-25 | 1 | -0/+23 |
|
|
* | Fix a URL (closing SF patch #462195). | Fred Drake | 2001-09-25 | 1 | -25/+43 |
|
|
* | Add more signature information and some descriptions for the new APIs | Fred Drake | 2001-09-24 | 1 | -1/+89 |
|
|
* | Add more reference count information. | Fred Drake | 2001-09-24 | 1 | -0/+28 |
|
|
* | Add link to Unix Review's 2.2 article | Andrew M. Kuchling | 2001-09-24 | 1 | -2/+11 |
|
|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -2/+4 |
|
|
* | Added API information for the PyCallIter_*() and PySeqIter_*() functions. | Fred Drake | 2001-09-23 | 2 | -1/+66 |
|
|
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 | 1 | -12/+14 |
|
|
* | Add a function to compute a class's method resolution order. This is | Tim Peters | 2001-09-22 | 1 | -1/+9 |
|
|
* | Note that files are iterable; describe what the iterator returns. | Fred Drake | 2001-09-22 | 1 | -0/+5 |
|
|
* | Bump version number. | Fred Drake | 2001-09-21 | 2 | -2/+2 |
|
|
* | Added reference to Tutorial section on user-defined exceptions for | Fred Drake | 2001-09-21 | 1 | -9/+15 |
|
|
* | Exceptions in interactive examlpes did not always include the indication of | Fred Drake | 2001-09-21 | 1 | -19/+85 |
|
|
* | Fill in a few more descriptions for xml.parsers.expat. | Fred Drake | 2001-09-20 | 1 | -5/+24 |
|
|
* | Document new file() constructor, with the body of open()'s text, plus a | Tim Peters | 2001-09-20 | 1 | -37/+45 |
|
|
* | Document all the Py*_CheckExact() functions. | Fred Drake | 2001-09-20 | 2 | -26/+174 |
|
|
* | Docs and News item for the codecs.py additions. | Marc-André Lemburg | 2001-09-19 | 1 | -0/+32 |
|
|
* | Fix minor usage and consistency nits. | Fred Drake | 2001-09-18 | 1 | -4/+5 |
|
|
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 | 1 | -0/+7 |
|
|
* | Fixed typo in new 'p' description. | Tim Peters | 2001-09-15 | 1 | -1/+1 |
|
|
* | SF bug [#461674] struct 'p' format doesn't work (maybe) | Tim Peters | 2001-09-15 | 1 | -7/+11 |
|
|
* | Update the warning about transporting marshals across boxes with different | Tim Peters | 2001-09-14 | 1 | -13/+8 |
|
|
* | Markup adjustments for consistency. | Fred Drake | 2001-09-14 | 1 | -5/+6 |
|
|
* | Add support for SMTP TLS | Andrew M. Kuchling | 2001-09-14 | 1 | -0/+5 |
|
|
* | SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib | Guido van Rossum | 2001-09-14 | 1 | -0/+8 |
|
|
* | Admit that we'll never add the args for a "call" event to the profile | Fred Drake | 2001-09-13 | 1 | -8/+9 |
|
|
* | Add missing "}". | Fred Drake | 2001-09-12 | 1 | -1/+1 |
|
|
* | These modules now live under the Carbon package. | Jack Jansen | 2001-09-11 | 1 | -42/+76 |
|
|
* | Added applesingle, macresource, Nav and videoreader. | Jack Jansen | 2001-09-11 | 1 | -9/+67 |
|
|
* | Added a note that these are not available under Carbon (or | Jack Jansen | 2001-09-11 | 2 | -3/+8 |
|
|
* | Another documentation contributor. | Fred Drake | 2001-09-11 | 1 | -0/+1 |
|
|
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 2 | -0/+13 |
|
|
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 2 | -0/+2 |
|
|
* | Documentation for the new login() method of the smtplib.SMTP class, | Fred Drake | 2001-09-11 | 1 | -0/+18 |
|
|
* | Documentation for the new hmac module, contributed by Gerhard Häring. | Fred Drake | 2001-09-11 | 1 | -0/+48 |
|
|
* | Added documentation on the getfirst() and getlist() methods of the | Fred Drake | 2001-09-11 | 1 | -6/+102 |
|
|
* | Updated infomation about libraries for alternate compilers on Windows. | Fred Drake | 2001-09-11 | 1 | -5/+2 |
|
|