index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
/
handlers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We don't need the 'six' package any more.
Barry Warsaw
2015-01-04
1
-1
/
+1
*
Bump copyright years.
Barry Warsaw
2015-01-04
26
-26
/
+26
*
Remove huge amounts of now unnecessary file boilerplate.
Barry Warsaw
2014-12-22
26
-124
/
+27
*
Trunk merge.
Barry Warsaw
2014-12-22
1
-0
/
+55
|
\
|
*
LP: #1130696 - AttributeError on .sender
Barry Warsaw
2014-12-10
1
-0
/
+55
|
|
\
|
|
*
Make the MIMEDigester generate a subclass of MIMEMultipart with our additions
Aurélien Bompard
2014-12-09
2
-12
/
+12
|
|
*
Handle the MIMEMultipart created by the DigestRunner properly
Aurélien Bompard
2014-11-30
2
-1
/
+55
|
|
/
*
|
Refactor subject-prefix handler out of cook-headers handler and make all tests
Barry Warsaw
2014-12-21
4
-170
/
+348
*
|
Fix the digest.rst doctest.
Barry Warsaw
2014-12-18
1
-2
/
+4
*
|
Fix subject-munging.rst
Barry Warsaw
2014-12-17
1
-14
/
+12
*
|
Pass all command tests.
Barry Warsaw
2014-12-15
1
-2
/
+1
*
|
Core tests pass.
Barry Warsaw
2014-12-15
1
-2
/
+2
*
|
Better, but not perfect handler test passing.
Barry Warsaw
2014-12-15
14
-70
/
+179
*
|
Fix pipelines tests.
Barry Warsaw
2014-12-15
1
-1
/
+1
*
|
Use listid instead of (fqdn) listname in the metadata pickle.
Barry Warsaw
2014-12-15
3
-5
/
+3
*
|
* Read the .cfg files not as bytes any more, but as UTF-8 encoding files.
Barry Warsaw
2014-12-15
2
-19
/
+10
*
|
Checkpointing.
Barry Warsaw
2014-11-30
4
-18
/
+14
|
/
*
* Fix Unicode errors when a message being added to the digest has non-ascii
Barry Warsaw
2014-11-29
2
-1
/
+63
|
\
|
*
Fix digest handler crash
Aurélien Bompard
2014-11-25
2
-1
/
+64
*
|
* Fixed Unicode errors in the digest runner and when sending messages to the
Barry Warsaw
2014-11-29
2
-1
/
+27
|
\
\
|
|
/
|
/
|
|
*
Fix some unicode issues
Aurélien Bompard
2014-11-27
2
-1
/
+18
|
/
*
Fix a few issues with `python2 -3` compatibility.
Barry Warsaw
2014-11-19
1
-3
/
+3
*
tox-ify the test suite. First, this makes it easier to run since you don't
Barry Warsaw
2014-11-08
2
-16
/
+23
|
\
|
*
Tox-ify the test suite. Now you don't have to create a virtualenv separately.
Barry Warsaw
2014-11-07
1
-2
/
+3
|
/
*
Use print() to smooth over the SA return of Python longs in PostgreSQL.
Barry Warsaw
2014-10-13
1
-2
/
+2
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
17
-114
/
+114
*
Trunk merge
Barry Warsaw
2014-04-14
21
-24
/
+28
|
\
|
*
Several internal improvements:
Barry Warsaw
2014-01-06
1
-0
/
+1
|
*
Bump copyright years.
Barry Warsaw
2014-01-01
20
-20
/
+20
|
*
Merge branch contributed by Joanna Skrzeszewska.
Barry Warsaw
2013-11-27
1
-4
/
+7
|
|
\
|
|
*
Archived-At header calculation must observe list archivers.
Barry Warsaw
2013-11-27
1
-3
/
+7
|
|
/
*
|
Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.
Barry Warsaw
2014-04-14
1
-3
/
+11
|
\
\
|
|
/
|
/
|
|
*
Import most list parameters from the 2.1 pickle
Aurélien Bompard
2013-09-30
1
-2
/
+7
|
/
*
Add enough __init__.py files to make these docs directories discoverable.
Barry Warsaw
2013-08-26
1
-0
/
+0
*
* `bin/runner` command has been simplified and its command line options
Barry Warsaw
2013-06-17
1
-2
/
+2
*
Bump copyright years.
Barry Warsaw
2013-01-01
20
-20
/
+20
*
Configuration
Barry Warsaw
2012-11-04
1
-4
/
+3
*
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
Barry Warsaw
2012-10-31
1
-50
/
+15
*
Style fixes: compare enums with identity, not equality.
Barry Warsaw
2012-08-20
2
-2
/
+2
*
* Fix residual references to the old `IMailingList` archive variables.
Barry Warsaw
2012-08-18
4
-8
/
+13
*
Working for SQLite:
Barry Warsaw
2012-07-25
2
-4
/
+4
*
* List-Post should be NO when posting is not allowed. (LP: #987563)
Barry Warsaw
2012-04-27
2
-4
/
+33
*
General code cleanup.
Barry Warsaw
2012-04-25
18
-68
/
+51
*
* The `news` runner and queue has been renamed to the more accurate `nntp`.
Barry Warsaw
2012-03-31
4
-31
/
+29
*
Architecture
Barry Warsaw
2012-03-26
4
-10
/
+10
*
Verp all messages to the -owners. Add a test to prove that email to -owners
Barry Warsaw
2012-03-23
1
-0
/
+3
*
Add a doctest for owner recipients.
Barry Warsaw
2012-03-23
2
-0
/
+63
*
- Move some normal recipient tests to unittests.
Barry Warsaw
2012-03-23
4
-39
/
+251
*
Rename the member recipients calculating handler to make way for the owner
Barry Warsaw
2012-03-23
2
-4
/
+4
*
Rename the src/mailman/pipeline directory to src/mailman/handlers since that's
Barry Warsaw
2012-03-23
40
-0
/
+5508