summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* A little bit of cleanup.Barry Warsaw2009-05-112-7/+2
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-114-2/+16
* More tests for the REST server, this time, for the queue runner.Barry Warsaw2009-05-107-18/+83
* Several RESTful updates.Barry Warsaw2009-05-064-10/+33
* /sys -> /systemBarry Warsaw2009-05-044-9/+8
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-046-8/+136
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-037-23/+111
* Moving closer now.Barry Warsaw2009-05-028-61/+179
* Make things import.Barry Warsaw2009-04-022-3/+98
* More checkpointing.Barry Warsaw2009-04-025-4/+14
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-028-2/+235
* Checkpointing more REST stuffBarry Warsaw2009-04-014-0/+134
* Checkpointing restful annotations.Barry Warsaw2009-04-013-6/+19
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-016-19/+132
* Oops!Barry Warsaw2009-03-291-31/+0
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-2919-151/+108
* Bye bye plugins module.Barry Warsaw2009-03-291-74/+0
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-292-6/+4
* typoBarry Warsaw2009-03-291-1/+1
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-2510-55/+79
* Get rid of the mailman.scrubber entry point.Barry Warsaw2009-03-102-4/+7
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-093-13/+12
* Get rid of the mailman.handlers entry point.Barry Warsaw2009-03-092-11/+10
* Get rid of mailman.commands entry point.Barry Warsaw2009-03-091-4/+13
* __all__Barry Warsaw2009-03-091-0/+4
* Remove the mailman.database setup.py plugin, instead opting for defining theBarry Warsaw2009-03-053-5/+10
* Minor cleanupsBarry Warsaw2009-03-053-4/+6
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-036-21/+73
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-0311-114/+440
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-236-18/+149
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-2212-96/+349
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-1910-158/+154
* Complete the porting of the autoresponse implementation, with no need of theBarry Warsaw2009-02-193-69/+193
* Refactor.Barry Warsaw2009-02-193-76/+63
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-196-10/+67
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-175-30/+40
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-174-4/+102
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-165-0/+271
* Remove one more unused function.Barry Warsaw2009-02-121-21/+0
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-127-50/+79
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-125-34/+62
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-1234-162/+227
* Clean up and reorganization languages and the language manager.Barry Warsaw2009-02-108-173/+162
* More cleanup of Utils.py on the path of its eventual demise.Barry Warsaw2009-02-0955-85/+12
* Update an __all__ section.Barry Warsaw2009-02-091-0/+2
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-0936-233/+172
* Branch mergeBarry Warsaw2009-02-075-19/+25
|\
| * Remove the Mailman.Mailbox module; use the standard Python mailbox module.Barry Warsaw2009-02-076-23/+37
* | Work around the limitation in Python 2.6's OptionParser class's refusal toBarry Warsaw2009-02-041-4/+28
* | Repair some test failures and fix a doc typo as reported by Patrick Koetter.Barry Warsaw2009-02-042-22/+12
|/