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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Even if we're not loading a user-defined mailman.cfg file (i.e. the user ran
Barry Warsaw
2015-01-02
2
-6
/
+9
*
Fix the passing of certain essential environment variables down from the
Barry Warsaw
2015-01-02
2
-8
/
+16
*
Bump version.
Barry Warsaw
2014-12-30
1
-1
/
+1
*
Documentation cleanup.
Barry Warsaw
2014-12-30
1
-0
/
+1
*
Prep for release.
Barry Warsaw
2014-12-29
1
-1
/
+1
*
* You can access the system configuration via the resource path
Barry Warsaw
2014-12-26
11
-17
/
+257
*
Deprecate <api>/system path in favor of <api>/system/versions.
Barry Warsaw
2014-12-26
4
-13
/
+34
*
Remove huge amounts of now unnecessary file boilerplate.
Barry Warsaw
2014-12-22
305
-1378
/
+338
*
Update the setup.py, tox.ini, template.py and documentation for the switch to
Barry Warsaw
2014-12-22
4
-36
/
+30
*
Trunk merge.
Barry Warsaw
2014-12-22
25
-137
/
+750
|
\
|
*
* Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard.
Barry Warsaw
2014-12-10
7
-44
/
+196
|
|
\
|
|
*
LP: #1130696 - AttributeError on .sender
Barry Warsaw
2014-12-10
6
-43
/
+193
|
|
/
|
|
|
*
Make the MIMEDigester generate a subclass of MIMEMultipart with our additions
Aurélien Bompard
2014-12-09
8
-60
/
+65
|
|
*
Handle the MIMEMultipart created by the DigestRunner properly
Aurélien Bompard
2014-11-30
4
-3
/
+76
|
*
|
/user sub-resource of the address documented by Aurélien Bompard.
Barry Warsaw
2014-12-09
1
-11
/
+124
|
|
\
\
|
|
*
|
Document the new /addresses/<email>/user resource
Aurélien Bompard
2014-12-09
1
-10
/
+120
|
|
/
/
|
*
|
* Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by
Barry Warsaw
2014-12-08
14
-43
/
+73
|
|
\
\
|
|
*
|
Convert unicode instance testing to bytes instance testing
Aurélien Bompard
2014-12-04
12
-14
/
+13
|
|
*
|
Do not auto-convert Message headers to unicode
Aurélien Bompard
2014-12-02
13
-41
/
+68
|
|
|
/
|
*
|
Updated a credit.
Barry Warsaw
2014-12-08
1
-1
/
+1
|
*
|
* The address resource now has an additional '/user' sub-resource which can
Barry Warsaw
2014-12-08
6
-22
/
+329
|
|
\
\
|
|
*
|
REST feature: create a user from an existing address
Aurélien Bompard
2014-12-08
5
-21
/
+274
|
|
/
/
|
*
|
* Fixed messages without a `text/plain` part crashing the `Approved` rule.
Barry Warsaw
2014-12-03
3
-2
/
+37
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Emails without a text/plain part crash the Approved rule
Aurélien Bompard
2014-11-30
2
-1
/
+35
|
|
/
*
|
Another test cleansing.
Barry Warsaw
2014-12-21
1
-6
/
+6
*
|
Don't propagate flufl.lock logger to its root, which prevents test suite spew
Barry Warsaw
2014-12-21
1
-0
/
+3
*
|
Clean up a SA warning.
Barry Warsaw
2014-12-21
1
-2
/
+2
*
|
Refactor subject-prefix handler out of cook-headers handler and make all tests
Barry Warsaw
2014-12-21
7
-177
/
+356
*
|
Move internationalized digest tests to unittests.
Barry Warsaw
2014-12-20
3
-199
/
+101
*
|
Only convert payload if it's bytes.
Barry Warsaw
2014-12-18
1
-11
/
+10
*
|
Fix the digest.rst doctest.
Barry Warsaw
2014-12-18
1
-2
/
+4
*
|
One more test fixed.
Barry Warsaw
2014-12-18
1
-2
/
+2
*
|
Use universal_newlines in Python 3 to get unicode output. Fixes common.rst
Barry Warsaw
2014-12-17
1
-1
/
+1
*
|
Fix subject-munging.rst
Barry Warsaw
2014-12-17
1
-14
/
+12
*
|
Fix test_bounces.
Barry Warsaw
2014-12-17
1
-1
/
+1
*
|
Fix test_bounces.
Barry Warsaw
2014-12-17
1
-2
/
+2
*
|
Fix the administrivia rule.
Barry Warsaw
2014-12-17
1
-1
/
+1
*
|
Fix the NNTP errors
Barry Warsaw
2014-12-17
2
-4
/
+5
*
|
Fix LMTP runner tests.
Barry Warsaw
2014-12-17
2
-47
/
+44
*
|
Fix mta and lmtp tests.
Barry Warsaw
2014-12-17
7
-45
/
+78
*
|
test_import passes.
Barry Warsaw
2014-12-16
2
-12
/
+17
*
|
Fix some of the import tests. Python 2 str types seem to always unpickle as
Barry Warsaw
2014-12-16
2
-38
/
+45
*
|
Make sure that TestConfigurationErrors doesn't break global state.
Barry Warsaw
2014-12-16
2
-4
/
+19
*
|
Pass all command tests.
Barry Warsaw
2014-12-15
4
-9
/
+4
*
|
app/docs and app.tests all pass now.
Barry Warsaw
2014-12-15
5
-9
/
+14
*
|
More test repair.
Barry Warsaw
2014-12-15
8
-21
/
+21
*
|
Core tests pass.
Barry Warsaw
2014-12-15
6
-11
/
+11
*
|
All the REST tests pass.
Barry Warsaw
2014-12-15
15
-71
/
+109
*
|
Lots of REST test fixes.
Barry Warsaw
2014-12-15
6
-20
/
+20
*
|
Two more REST tests passing.
Barry Warsaw
2014-12-15
3
-9
/
+9
[next]