summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More REST server updates.Barry Warsaw2009-06-2915-103/+157
* typoBarry Warsaw2009-05-271-1/+1
* When cleaning up the artifacts of a list being deleted, be more careful forBarry Warsaw2009-05-275-9/+51
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-274-16/+68
* Get rid of some useless stuff.Barry Warsaw2009-05-252-11/+8
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-1613-52/+95
* rsplit -> rpartitionBarry Warsaw2009-05-1510-30/+30
* Back out that last change in override order between the environment variableBarry Warsaw2009-05-151-2/+4
* Add initialization pre- and post- hooks, configurable in the config file.Barry Warsaw2009-05-157-17/+169
* 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
* We can use the cheeseshop version of lazr.restful now.Barry Warsaw2009-05-051-1/+1
* /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-029-62/+180
* 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-0210-10/+238
* Checkpointing more REST stuffBarry Warsaw2009-04-014-0/+134
* Checkpointing restful annotations.Barry Warsaw2009-04-014-7/+20
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-017-19/+133
* Oops!Barry Warsaw2009-03-291-31/+0
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-2920-151/+109
* 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-103-6/+8
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-094-14/+12
* Get rid of the mailman.handlers entry point.Barry Warsaw2009-03-093-12/+10
* Get rid of mailman.commands entry point.Barry Warsaw2009-03-092-13/+14
* __all__Barry Warsaw2009-03-091-0/+4
* Remove the mailman.database setup.py plugin, instead opting for defining theBarry Warsaw2009-03-054-6/+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-166-0/+272
* 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