2009-11-05 |
Barry Warsaw | Cleanup.
|
commit | commitdiff | tree |
2009-11-05 |
Barry Warsaw | Move a module.
|
commit | commitdiff | tree |
2009-11-04 |
Barry Warsaw | Update ez_setup.py to the latest version.
|
commit | commitdiff | tree |
2009-11-04 |
Barry Warsaw | Add 'bin/mailman version' command (identical to bin...
|
commit | commitdiff | tree |
2009-11-04 |
Barry Warsaw | Branch merge
|
commit | commitdiff | tree |
2009-11-04 |
Barry Warsaw | smtp_direct.py is dead and gone.
|
commit | commitdiff | tree |
2009-11-03 |
Barry Warsaw | Only personalize when the mailing list requests it.
|
commit | commitdiff | tree |
2009-11-03 |
Barry Warsaw | Use 'nodecorate' instead.
|
commit | commitdiff | tree |
2009-11-03 |
Barry Warsaw | Decorate a message only once.
|
commit | commitdiff | tree |
2009-11-03 |
Barry Warsaw | Merge smtp_direct.py rework branch.
|
commit | commitdiff | tree |
2009-11-03 |
Barry Warsaw | Fix all tests except outgoing.txt and common.txt
|
commit | commitdiff | tree |
2009-11-02 |
Barry Warsaw | Add decorations.
|
commit | commitdiff | tree |
2009-11-01 |
Barry Warsaw | More refactoring.
|
commit | commitdiff | tree |
2009-11-01 |
Barry Warsaw | More refactoring, this time into a framework based...
|
commit | commitdiff | tree |
2009-11-01 |
Barry Warsaw | Add full personalization delivery mechanism.
|
commit | commitdiff | tree |
2009-11-01 |
Barry Warsaw | Refactor BulkDeliver so that the guts can be used in...
|
commit | commitdiff | tree |
2009-10-31 |
Barry Warsaw | Copy slightly modified code from smtp_direct.py for...
|
commit | commitdiff | tree |
2009-10-31 |
Barry Warsaw | Handle SMTPResponseExceptions like smtp_direct.py,...
|
commit | commitdiff | tree |
2009-10-31 |
Barry Warsaw | IMailTransportAgentDelivery.deliver() returns a dictionary...
|
commit | commitdiff | tree |
2009-10-24 |
Barry Warsaw | Bulk delivery's Sender and Errors-To headers.
|
commit | commitdiff | tree |
2009-10-24 |
Barry Warsaw | Default max_recipients to None, meaning no max.
|
commit | commitdiff | tree |
2009-10-24 |
Barry Warsaw | recips -> recipients
|
commit | commitdiff | tree |
2009-10-19 |
Barry Warsaw | The bulk delivery chunking algorithm.
|
commit | commitdiff | tree |
2009-10-19 |
Barry Warsaw | IMailTransportAgent -> IMailTransportAgentAliases
|
commit | commitdiff | tree |
2009-10-19 |
Barry Warsaw | Show that a max_sessions_per_connection == 0 means...
|
commit | commitdiff | tree |
2009-10-18 |
Barry Warsaw | Show that session counts are kept and can be reset.
|
commit | commitdiff | tree |
2009-10-18 |
Barry Warsaw | Show that the session count is zero at first.
|
commit | commitdiff | tree |
2009-10-18 |
Barry Warsaw | Infrastructure for testing the Connection class, and...
|
commit | commitdiff | tree |
2009-10-16 |
Barry Warsaw | merge working changes
|
commit | commitdiff | tree |
2009-10-16 |
Barry Warsaw | Use lazr.smtptest instead of our own SMTPServer and...
|
commit | commitdiff | tree |
2009-10-16 |
Barry Warsaw | When testing, the signal.pause() is a problem because...
|
commit | commitdiff | tree |
2009-10-10 |
Barry Warsaw | database/model reorganization. Model classes go in...
|
commit | commitdiff | tree |
2009-10-09 |
Barry Warsaw | Bye bye mailmanctl, long live 'bin/mailman start'
|
commit | commitdiff | tree |
2009-10-07 |
Barry Warsaw | Add bin/mailman reopen and bin/mailman restart
|
commit | commitdiff | tree |
2009-10-07 |
Barry Warsaw | Move mailmanctl start and stop commands into bin/mailman.
|
commit | commitdiff | tree |
2009-09-30 |
Barry Warsaw | thread merge
|
commit | commitdiff | tree |
2009-09-25 |
Barry Warsaw | Re-enable setuptools_bzr
|
commit | commitdiff | tree |
2009-09-25 |
Barry Warsaw | Re-enable __version__
|
commit | commitdiff | tree |
2009-09-25 |
Barry Warsaw | Play much more nicely with buildout, and use a better...
|
commit | commitdiff | tree |
2009-09-19 |
Barry Warsaw | whitespace
|
commit | commitdiff | tree |
2009-09-19 |
Barry Warsaw | Convert bin/inject to bin/mailman inject
|
commit | commitdiff | tree |
2009-08-27 |
Barry Warsaw | As before, replace config.db.requests and config.db...
|
commit | commitdiff | tree |
2009-08-27 |
Barry Warsaw | Replace the message_store instance on the database...
|
commit | commitdiff | tree |
2009-08-26 |
Barry Warsaw | Remove the user_manager attribute from config.db and...
|
commit | commitdiff | tree |
2009-08-26 |
Barry Warsaw | Instead of using an adapter, use a utility to get the...
|
commit | commitdiff | tree |
2009-08-25 |
Barry Warsaw | Remove the special cases for pylint. Version 0.18...
|
commit | commitdiff | tree |
2009-08-25 |
Barry Warsaw | Fix buglet.
|
commit | commitdiff | tree |
2009-08-24 |
Barry Warsaw | Tweaks
|
commit | commitdiff | tree |
2009-08-24 |
Barry Warsaw | Better title
|
commit | commitdiff | tree |
2009-08-24 |
Barry Warsaw | Updates to documentation.
|
commit | commitdiff | tree |
2009-08-24 |
Barry Warsaw | Documentation reorganization and update.
|
commit | commitdiff | tree |
2009-08-21 |
Barry Warsaw | Post-release bump of version number.
|
commit | commitdiff | tree |
2009-08-21 |
Barry Warsaw | News
|
commit | commitdiff | tree |
2009-08-21 |
Barry Warsaw | Test updates and repair.xo
|
commit | commitdiff | tree |
2009-08-21 |
Barry Warsaw | * Updated NEWS.txt for 3.0a3.
|
commit | commitdiff | tree |
2009-08-18 |
Barry Warsaw | mailmanctl must use absolute imports
|
commit | commitdiff | tree |
2009-08-18 |
Barry Warsaw | Clean ups.
|
commit | commitdiff | tree |
2009-08-17 |
Barry Warsaw | Use an adapter instead of custom handleException()...
|
commit | commitdiff | tree |
2009-08-17 |
Barry Warsaw | We don't need the AadminWebServiceRequest any more.
|
commit | commitdiff | tree |
2009-08-17 |
Barry Warsaw | Use the new lazr.restful.simple.Publication as a base...
|
commit | commitdiff | tree |
2009-08-17 |
Barry Warsaw | The basics of 'mailman members --add'.
|
commit | commitdiff | tree |
2009-08-16 |
Barry Warsaw | Refactor the subcommands so that the infrastructure...
|
commit | commitdiff | tree |
2009-08-15 |
Barry Warsaw | Add the 'mailman remove' command.
|
commit | commitdiff | tree |
2009-08-13 |
Barry Warsaw | Remove old file
|
commit | commitdiff | tree |
2009-08-13 |
Barry Warsaw | The language manager is not test-isolated. For now...
|
commit | commitdiff | tree |
2009-08-13 |
Barry Warsaw | Tests for setting an owner and the language. A test...
|
commit | commitdiff | tree |
2009-08-13 |
Barry Warsaw | Add more tests for the 'mailman create' command.
|
commit | commitdiff | tree |
2009-08-13 |
Barry Warsaw | Add command line creation of mailing lists.
|
commit | commitdiff | tree |
2009-08-12 |
Barry Warsaw | Refactor.
|
commit | commitdiff | tree |
2009-08-12 |
Barry Warsaw | 'mailman info' command.
|
commit | commitdiff | tree |
2009-08-09 |
Barry Warsaw | bin/mailman help as an alias for bin/mailman --help
|
commit | commitdiff | tree |
2009-08-09 |
Barry Warsaw | Rename files inside src/mailman/commands to indicate...
|
commit | commitdiff | tree |
2009-08-09 |
Barry Warsaw | A start on the 'mailman' subcommand layout, with the...
|
commit | commitdiff | tree |
2009-08-08 |
Barry Warsaw | Use Storm 0.15's new GenerationalCache.
|
commit | commitdiff | tree |
2009-08-08 |
Barry Warsaw | Fix some urls returned by the api. Instead of 'mailing_list...
|
commit | commitdiff | tree |
2009-08-07 |
Barry Warsaw | Pick some lint.
|
commit | commitdiff | tree |
2009-08-06 |
Barry Warsaw | Minor fixes.
|
commit | commitdiff | tree |
2009-08-06 |
Barry Warsaw | Get rid of the Traverse class by checking for None...
|
commit | commitdiff | tree |
2009-08-06 |
Barry Warsaw | Fix the turning of application level exceptions into...
|
commit | commitdiff | tree |
2009-08-05 |
Barry Warsaw | Whitespace cleanup
|
commit | commitdiff | tree |
2009-07-27 |
Barry Warsaw | Move BadDomainSpecificationError to domain.txt interface...
|
commit | commitdiff | tree |
2009-07-25 |
Barry Warsaw | * Expose IMailingLists in the API.
|
commit | commitdiff | tree |
2009-07-21 |
Barry Warsaw | Expose 'transaction' as an alias for config.db in the...
|
commit | commitdiff | tree |
2009-07-21 |
Barry Warsaw | Our first writable REST API! You can now create new...
|
commit | commitdiff | tree |
2009-07-19 |
Barry Warsaw | De-u-literal-ify our doctests.
|
commit | commitdiff | tree |
2009-07-17 |
Barry Warsaw | De-u-literal-ify our doctests.
|
commit | commitdiff | tree |
2009-07-17 |
Barry Warsaw | Wow. Put domains into the database.
|
commit | commitdiff | tree |
2009-07-11 |
Barry Warsaw | Clean a few more lints.
|
commit | commitdiff | tree |
2009-07-11 |
Barry Warsaw | Pick some lint
|
commit | commitdiff | tree |
2009-07-04 |
Barry Warsaw | More lint picking.
|
commit | commitdiff | tree |
2009-07-01 |
Barry Warsaw | Remove some unused stuff and pick some lint.
|
commit | commitdiff | tree |
2009-07-01 |
Barry Warsaw | Basic Sphinx documentation generation.
|
commit | commitdiff | tree |
2009-07-01 |
Barry Warsaw | Many pylint cleanups.
|
commit | commitdiff | tree |
2009-06-30 |
Barry Warsaw | Integrate pylint and Sphinx documentation buildout...
|
commit | commitdiff | tree |
2009-06-30 |
Barry Warsaw | Implement returning multiple domains, a single specific...
|
commit | commitdiff | tree |
2009-06-30 |
Barry Warsaw | Add an adapter for IDomain to IAbsoluteURL and add...
|
commit | commitdiff | tree |
2009-06-30 |
Barry Warsaw | Set testing threads as daemon so they won't hang.
|
commit | commitdiff | tree |
2009-06-30 |
Barry Warsaw | More REST server updates.
|
commit | commitdiff | tree |
2009-05-27 |
Barry Warsaw | typo
|
commit | commitdiff | tree |
2009-05-27 |
Barry Warsaw | When cleaning up the artifacts of a list being deleted...
|
commit | commitdiff | tree |