| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate the Mailman/pythonlib directory. First, most if not all of | bwarsaw | 2002-02-23 | 7 | -2464/+0 |
| * | cgi.py from Python 2.2 | bwarsaw | 2001-10-01 | 1 | -117/+168 |
| * | File from Python 2.2 | bwarsaw | 2001-07-19 | 1 | -0/+1002 |
| * | Now, try to remove it! | bwarsaw | 2001-07-19 | 1 | -555/+0 |
| * | Committing to see if I can finally get rid of this file. :( | bwarsaw | 2001-07-19 | 1 | -0/+555 |
| * | Use the Python 2.1 version of these modules. nntplib.py has the fixed | bwarsaw | 2001-02-15 | 1 | -0/+312 |
| * | Now that we require Python 2.0, we're fine getting rid of these copies. | bwarsaw | 2000-12-26 | 3 | -1647/+0 |
| * | We can use Python 2.0's standard nntplib.py now. | bwarsaw | 2000-12-20 | 1 | -535/+0 |
| * | connect(): Wrap the sock.connect() in a try/except so that if the | bwarsaw | 2000-10-31 | 1 | -1/+5 |
| * | Since we now require Python 1.5.2 and that version has getpass in it's | bwarsaw | 2000-10-02 | 1 | -107/+0 |
| * | Upgrade to Python 2.0b1's cgi.py. We'll have to track changes to this | bwarsaw | 2000-09-15 | 1 | -447/+73 |
| * | send(): Apply patch from Python 2.0b1 which fixes the problem with | bwarsaw | 2000-09-11 | 1 | -1/+3 |
| * | Minimal update to Python's smtplib to fully qualify default host | bwarsaw | 2000-08-23 | 1 | -19/+23 |
| * | Updating to the latest Python CVS version of this file. This fixes | bwarsaw | 2000-08-02 | 1 | -19/+19 |
| * | intermediate | bwarsaw | 2000-07-06 | 1 | -9/+9 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 3 | -2/+17 |
| * | nntplib.py from Python 1.5.2+. This version supports setting mode | bwarsaw | 2000-03-13 | 1 | -0/+535 |
| * | A bunch of docstring fixes. | bwarsaw | 1999-11-28 | 1 | -23/+22 |
| * | Use convenience StringIO module | bwarsaw | 1999-11-10 | 1 | -1/+1 |
| * | An import wrapper around cStringIO/StringIO | bwarsaw | 1999-11-10 | 1 | -0/+22 |
| * | In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just | guido | 1999-10-22 | 1 | -2/+10 |
| * | Merge with Python 1.5.2+ version of this module. Also include | bwarsaw | 1999-07-12 | 1 | -4/+42 |
| * | Patch by Per Cederqvist: | guido | 1999-06-09 | 1 | -3/+6 |
| * | Patch by Per Cederqvist, seemingly approved by The Dragon: | guido | 1999-04-21 | 1 | -3/+6 |
| * | Changes by Per Cederquist and The Dragon. | guido | 1999-04-07 | 1 | -49/+118 |
| * | Patch by Per Cederqvist, who writes: | guido | 1999-03-29 | 1 | -6/+15 |
| * | VERSION is no longer set in configure because it's too hard to | bwarsaw | 1999-01-15 | 1 | -2/+0 |
| * | Patch by Piers Lauder: make exceptions classes. | guido | 1999-01-15 | 1 | -14/+13 |
| * | Installing latest editions from the Python development tree. This | bwarsaw | 1999-01-14 | 1 | -13/+13 |
| * | In rcpt(), avoid a space after the TO: address when the option list is | guido | 1999-01-14 | 1 | -2/+2 |
| * | getaddrlist(): fixes to handle continuation lines, and watching for | bwarsaw | 1999-01-14 | 1 | -1/+7 |
| * | New proposed change to standard library module. Get rid of | bwarsaw | 1999-01-13 | 1 | -24/+11 |
| * | getallrecipients(): returns a tuple list of all To: and Cc: header | bwarsaw | 1999-01-12 | 1 | -0/+16 |
| * | Copied from Python 1.5.2 since we'll need the new interface. | bwarsaw | 1999-01-12 | 1 | -0/+904 |
| * | Copied from the Python 1.5.2 distribution. | bwarsaw | 1999-01-09 | 1 | -0/+107 |
| * | Changes to workaround some bogus clients which either don't include a | bwarsaw | 1999-01-08 | 1 | -2/+24 |
| * | Added cgi.py from Python 1.5.2 distribution. | bwarsaw | 1999-01-08 | 1 | -0/+1341 |
| * | TemporaryFile(): Divergence from Python 1.5.2 version. Can't use bare | bwarsaw | 1999-01-05 | 1 | -1/+6 |
| * | Copied from the Python 1.5.2b1 distribution, this version implements | bwarsaw | 1998-12-29 | 1 | -0/+141 |
| * | Small, and final docstring merge with Dragon's version. | bwarsaw | 1998-12-22 | 1 | -1/+5 |
| * | New infrastructure for alleviating version skew with deployed | bwarsaw | 1998-12-22 | 3 | -0/+75 |
| * | A few other docstring fixes, most importantly to be a little nicer to | bwarsaw | 1998-12-22 | 1 | -54/+59 |
| * | Nothing earthshattering, just some fixes to typos and other formatting | bwarsaw | 1998-12-22 | 1 | -49/+52 |
| * | Change interface to sendmail: if the destination address is a string | jhylton | 1998-08-13 | 1 | -1/+6 |
| * | Untabified and deleted trailing blank lines. | guido | 1998-08-10 | 1 | -9/+7 |
| * | Latest version by The Dragon, who writes: | guido | 1998-08-04 | 1 | -66/+120 |
| * | Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) | guido | 1998-07-13 | 1 | -15/+37 |
| * | Eric Raymond added support for ESMTP protocol and corrected some typos | guido | 1998-06-25 | 1 | -33/+113 |
| * | Add optional argument to help(). | guido | 1998-04-03 | 1 | -2/+2 |
| * | Mass check-in after untabifying all files that need it. | guido | 1998-03-26 | 1 | -71/+71 |