aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backporting from the trunkbwarsaw2003-04-2081-3178/+4662
|
* This commit was manufactured by cvs2svn to create branch2003-04-2045-0/+10509
| | | 'Release_2_1-maint'.
* Backporting from the trunk.bwarsaw2003-04-2033-266/+347
|
* A bunch of new namesbwarsaw2003-04-201-0/+11
|
* News for 2.1.2bwarsaw2003-04-201-1/+44
|
* Updates for 2.1.2bwarsaw2003-04-205-12/+12
|
* Getting ready for 2.1.2bwarsaw2003-04-201-2/+2
|
* Backport from the trunk, and catalog regeneration.bwarsaw2003-04-1949-1121/+1208
|
* Backporting from the trunk.bwarsaw2003-04-191-2/+9
|
* Portuguese (pt) translations by Jose Paulo Moitinho de Almeida.bwarsaw2003-04-095-4/+5
|
* This commit was manufactured by cvs2svn to create branch2003-04-0944-0/+12077
| | | 'Release_2_1-maint'.
* Backporting from trunk.bwarsaw2003-04-0710-76/+175
|
* Backport:bwarsaw2003-04-021-1/+2
| | | | | | dequeue(): If we can't read a .db file, initialize data to the empty dictionary, since the following test expects to do a has_key() on the value. Closes SF bug #707608.
* Backport:bwarsaw2003-04-021-6/+6
| | | | | scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678 by Richard Barrett, who also provided the patch.
* Bump version number for testing.bwarsaw2003-04-011-1/+1
|
* __init__(): Jon Parise caught a typo in the conversion to booleans.bwarsaw2003-04-011-1/+1
|
* Use True/False where appropriate.bwarsaw2003-03-311-26/+31
|
* Use email 2.5.1bwarsaw2003-03-311-0/+0
|
* Update a bunch of tests.bwarsaw2003-03-311-8/+6
|
* Add ndiff hack for better error reporting of long text.bwarsaw2003-03-311-1/+20
|
* Disable this test for nowbwarsaw2003-03-311-1/+1
|
* Backporting from trunkbwarsaw2003-03-316-99/+140
|
* Fixed latest chagespioppo2003-03-312-63/+67
|
* Copyright yearsbwarsaw2003-03-311-1/+1
|
* Backporting from trunkbwarsaw2003-03-3126-211/+445
|
* Backporting from trunkbwarsaw2003-03-310-0/+0
|
* Backporting web pages from the cvs trunk.bwarsaw2003-03-3126-65/+369
|
* This commit was manufactured by cvs2svn to create branch2003-03-315-0/+695
| | | 'Release_2_1-maint'.
* Backporting i18n updates from the cvs trunkbwarsaw2003-03-3141-4516/+7348
|
* Backporting various fixes and improvements from the trunk.bwarsaw2003-03-312-12/+50
|
* Backporting various fixes and improvements from the trunk.bwarsaw2003-03-316-81/+130
|
* Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw2003-03-3121-76/+101
| | | | Ademar de Souza Reis Jr
* Backporting information files from Mailman cvs head.bwarsaw2003-03-316-41/+70
|
* Update.avalon2003-02-102-9/+5
|
* Bump to 2.1.1bwarsaw2003-02-085-14/+14
|
* News for 2.1.1bwarsaw2003-02-081-1/+15
|
* Backporting from the trunk.bwarsaw2003-02-0875-6507/+7717
|
* Fixed a few typos and errors.avalon2003-01-302-21/+13
|
* Copyright years.bwarsaw2003-01-102-5/+5
|
* An addition.bwarsaw2003-01-101-0/+2
|
* safe_strftime(): Watch out for TypeError coming back from strftime().bwarsaw2003-01-101-1/+1
|
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
| | | | | message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode.
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
|
* Copyright yearsbwarsaw2003-01-071-4/+4
|
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-2/+6
| | | | | | | | | header to the headers and footers parts as a hint to persnickety clients (not mentioning Outlook here) that the text should be displayed inline instead of as attachments. It does no harm so even if it doesn't completely fix the problem it sounds like a good idea.
* Copyrightbwarsaw2003-01-071-4/+4
|
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-1/+1
| | | | | system call) during the conn.sendmail() call. This just sets the message up to retry later.
* main(): Fix some dumb coding bugs.bwarsaw2003-01-031-3/+3
|
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
| | | | | | code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").
* changeMemberAddress(): Rearrange the order in which sub-tasks arebwarsaw2003-01-021-10/+10
| | | | | | | done. First remove the old member, then add the new member. Also fix the setting of user options so that this is done on the newaddress (lowercased). This should avoid MMAlreadyAMember errors when the address changes by case only.