summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor style issue.bwarsaw2007-05-291-1/+1
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-28111-2958/+6396
* Minor update to test bzr sync'ingbwarsaw2007-05-081-3/+3
* update the wiki urlbwarsaw2007-04-301-4/+2
* Another round of merges of my Pycon branch...bwarsaw2007-04-179-67/+575
* Python 2.5 is the required minimum now and that comes with the required versi...bwarsaw2007-04-122-1/+1
* Add a missing import.bwarsaw2007-04-103-246/+499
* Improve the way we handle avoiding InitTempVars() multiple times on anbwarsaw2007-04-095-31/+55
* r8187 from 2.1-maint branch; fix bin/withlist -r to work with package pathsbwarsaw2007-04-051-2/+3
* Moved the session.expire() to the MailList.Load() method, viabwarsaw2007-04-034-2/+15
* Add a configuration variable called LOG_CONFIG_FILE. If set, this names abwarsaw2007-03-312-47/+79
* api_lock(): When locking the MailList object, tell the SQLAlchemy session tobwarsaw2007-03-302-1/+1
* passwords.py: 'utf-8' normalization.tkikuchi2007-03-272-3/+3
* Fix passwords in bin/newlist. Yes, this needs unit tests!bwarsaw2007-03-271-6/+6
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-254-44/+199
* CookHeaders.py:tkikuchi2007-03-242-30/+77
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-242-16/+52
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-232-5/+23
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-229-24/+91
* Added a test case for the code that Tokio fixed for enums in r8164.bwarsaw2007-03-212-2/+9
* A few style fixes based on commit reviews.bwarsaw2007-03-213-19/+12
* Test suite repair. All tests are now passing again.bwarsaw2007-03-218-30/+49
* - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro2007-03-201-1/+8
* Scheme is selected by TAG. Use string not object reference.tkikuchi2007-03-201-5/+5
* csetstr is not set if lang==None. Use charset as string.tkikuchi2007-03-101-5/+4
* Big update of Czech translationsdanohnesorg2007-03-091-904/+418
* Some fixes for rev 8162 for mmsitepass to work.tkikuchi2007-03-033-5/+8
* Fixes for i18n digest to work.tkikuchi2007-03-026-14/+32
* Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw2007-03-024-22/+457
* Restoreing i18n in 2.2tkikuchi2007-03-0110-50/+64
* Hashed password should be ascii string not unicode.tkikuchi2007-02-221-1/+1
* Fixed bug # 1660666.msapiro2007-02-151-3/+4
* Move FAQbwarsaw2007-02-071-0/+0
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-033-6/+14
* - Changed to show hidden members when authorization is by list admin or moder...msapiro2007-01-211-14/+36
* Changed header_filter_rules processing to ignore blank patterns.msapiro2007-01-201-0/+3
* Update copyright years.bwarsaw2007-01-19198-841/+549
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-1822-145/+245
* reorganize READMEs and other documentation. more still to do.bwarsaw2007-01-1432-21/+25
* readmes will live here nowbwarsaw2007-01-140-0/+0
* Update copyright years.bwarsaw2007-01-141-1/+1
* Passwords done right.bwarsaw2007-01-1417-147/+319
* Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw2007-01-081-14/+8
* Reorganize the doc directory by creating a howtos directory for holding thebwarsaw2007-01-084-0/+0
* Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro2007-01-071-7/+8
* Add post_id in list data schema.tkikuchi2007-01-061-0/+1
* pull the admin directory in here as an externalsbwarsaw2007-01-050-0/+0
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-056-54/+66
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-0521-203/+138
* Ported from 2.1 branch:bwarsaw2007-01-023-17/+31