summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the Mailman/pythonlib directory. First, most if not all ofbwarsaw2002-02-237-2464/+0
* cgi.py from Python 2.2bwarsaw2001-10-011-117/+168
* File from Python 2.2bwarsaw2001-07-191-0/+1002
* Now, try to remove it!bwarsaw2001-07-191-555/+0
* Committing to see if I can finally get rid of this file. :(bwarsaw2001-07-191-0/+555
* Use the Python 2.1 version of these modules. nntplib.py has the fixedbwarsaw2001-02-151-0/+312
* Now that we require Python 2.0, we're fine getting rid of these copies.bwarsaw2000-12-263-1647/+0
* We can use Python 2.0's standard nntplib.py now.bwarsaw2000-12-201-535/+0
* connect(): Wrap the sock.connect() in a try/except so that if thebwarsaw2000-10-311-1/+5
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-107/+0
* Upgrade to Python 2.0b1's cgi.py. We'll have to track changes to thisbwarsaw2000-09-151-447/+73
* send(): Apply patch from Python 2.0b1 which fixes the problem withbwarsaw2000-09-111-1/+3
* Minimal update to Python's smtplib to fully qualify default hostbwarsaw2000-08-231-19/+23
* Updating to the latest Python CVS version of this file. This fixesbwarsaw2000-08-021-19/+19
* intermediatebwarsaw2000-07-061-9/+9
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-213-2/+17
* nntplib.py from Python 1.5.2+. This version supports setting modebwarsaw2000-03-131-0/+535
* A bunch of docstring fixes.bwarsaw1999-11-281-23/+22
* Use convenience StringIO modulebwarsaw1999-11-101-1/+1
* An import wrapper around cStringIO/StringIObwarsaw1999-11-101-0/+22
* In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- justguido1999-10-221-2/+10
* Merge with Python 1.5.2+ version of this module. Also includebwarsaw1999-07-121-4/+42
* Patch by Per Cederqvist:guido1999-06-091-3/+6
* Patch by Per Cederqvist, seemingly approved by The Dragon:guido1999-04-211-3/+6
* Changes by Per Cederquist and The Dragon.guido1999-04-071-49/+118
* Patch by Per Cederqvist, who writes:guido1999-03-291-6/+15
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* Patch by Piers Lauder: make exceptions classes.guido1999-01-151-14/+13
* Installing latest editions from the Python development tree. Thisbwarsaw1999-01-141-13/+13
* In rcpt(), avoid a space after the TO: address when the option list isguido1999-01-141-2/+2
* getaddrlist(): fixes to handle continuation lines, and watching forbwarsaw1999-01-141-1/+7
* New proposed change to standard library module. Get rid ofbwarsaw1999-01-131-24/+11
* getallrecipients(): returns a tuple list of all To: and Cc: headerbwarsaw1999-01-121-0/+16
* Copied from Python 1.5.2 since we'll need the new interface.bwarsaw1999-01-121-0/+904
* Copied from the Python 1.5.2 distribution.bwarsaw1999-01-091-0/+107
* Changes to workaround some bogus clients which either don't include abwarsaw1999-01-081-2/+24
* Added cgi.py from Python 1.5.2 distribution.bwarsaw1999-01-081-0/+1341
* TemporaryFile(): Divergence from Python 1.5.2 version. Can't use barebwarsaw1999-01-051-1/+6
* Copied from the Python 1.5.2b1 distribution, this version implementsbwarsaw1998-12-291-0/+141
* Small, and final docstring merge with Dragon's version.bwarsaw1998-12-221-1/+5
* New infrastructure for alleviating version skew with deployedbwarsaw1998-12-223-0/+75
* A few other docstring fixes, most importantly to be a little nicer tobwarsaw1998-12-221-54/+59
* Nothing earthshattering, just some fixes to typos and other formattingbwarsaw1998-12-221-49/+52
* Change interface to sendmail: if the destination address is a stringjhylton1998-08-131-1/+6
* Untabified and deleted trailing blank lines.guido1998-08-101-9/+7
* Latest version by The Dragon, who writes:guido1998-08-041-66/+120
* Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)guido1998-07-131-15/+37
* Eric Raymond added support for ESMTP protocol and corrected some typosguido1998-06-251-33/+113
* Add optional argument to help().guido1998-04-031-2/+2
* Mass check-in after untabifying all files that need it.guido1998-03-261-71/+71