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
/
utilities
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from head
Aurélien Bompard
2015-03-26
2
-5
/
+61
|
\
|
*
Additional fixes for importing from Mailman 2. Given by abompard.
Barry Warsaw
2015-03-25
2
-5
/
+61
|
|
\
|
|
*
Don't send welcome messages on import
Aurélien Bompard
2015-02-21
2
-5
/
+22
|
|
*
Don't import invalid emails
Aurélien Bompard
2015-02-21
2
-0
/
+29
|
|
/
*
/
Import the subscription_policy from Mailman2
Aurélien Bompard
2015-03-21
2
-1
/
+29
|
/
*
We don't need the 'six' package any more.
Barry Warsaw
2015-01-04
3
-7
/
+4
*
Bump copyright years.
Barry Warsaw
2015-01-04
16
-16
/
+16
*
Python 3.4 has no sys.exc_clear()
Barry Warsaw
2015-01-02
1
-6
/
+0
*
Remove huge amounts of now unnecessary file boilerplate.
Barry Warsaw
2014-12-22
16
-67
/
+21
*
Trunk merge.
Barry Warsaw
2014-12-22
1
-0
/
+2
|
\
|
*
* Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by
Barry Warsaw
2014-12-08
1
-0
/
+2
|
|
\
|
|
*
Convert unicode instance testing to bytes instance testing
Aurélien Bompard
2014-12-04
1
-1
/
+1
|
|
*
Do not auto-convert Message headers to unicode
Aurélien Bompard
2014-12-02
1
-0
/
+2
|
|
/
*
|
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
*
|
Pass all command tests.
Barry Warsaw
2014-12-15
1
-1
/
+1
*
|
More test repair.
Barry Warsaw
2014-12-15
1
-2
/
+3
*
|
Port some of the commands.
Barry Warsaw
2014-12-13
1
-2
/
+4
*
|
Checkpointing
Barry Warsaw
2014-12-12
1
-3
/
+2
*
|
Make sure the X-Message-ID-Hash header value is a string.
Barry Warsaw
2014-12-11
1
-1
/
+4
*
|
Checkpointing.
Barry Warsaw
2014-11-30
4
-10
/
+13
|
/
*
Improve coverage:
Barry Warsaw
2014-11-17
3
-52
/
+4
*
* You no longer have to edit `src/mailman/testing/testing.cfg` to run the
Barry Warsaw
2014-11-09
1
-0
/
+3
*
Tox-ify the test suite. Now you don't have to create a virtualenv separately.
Barry Warsaw
2014-11-07
2
-10
/
+13
*
Merge abompard's fixes to the importer for encode_ascii_prefixes.
Barry Warsaw
2014-10-30
2
-3
/
+14
*
PostgreSQL support by Abhilash, cleaned by Barry.
Barry Warsaw
2014-09-27
1
-0
/
+3
|
\
|
*
Add support for postgresql
Abhilash Raj
2014-09-25
1
-0
/
+9
*
|
Migrations, with cleanup by Barry.
Barry Warsaw
2014-09-27
1
-1
/
+14
|
/
*
Clean up pass.
Barry Warsaw
2014-09-22
1
-8
/
+7
*
* fix the circular dependecy problem between User and Adress
Abhilash Raj
2014-09-19
1
-0
/
+20
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
10
-15
/
+26
*
* Greatly improve the fidelity of the Mailman 2.1 list importer functionality
Barry Warsaw
2014-04-14
3
-22
/
+1066
|
\
|
*
IUserManager.create_address() is a better API to create unlinked addresses.
Barry Warsaw
2014-04-14
1
-29
/
+5
|
*
Trunk merge
Barry Warsaw
2014-04-14
16
-16
/
+16
|
|
\
|
|
/
|
/
|
*
|
Bump copyright years.
Barry Warsaw
2014-01-01
16
-16
/
+16
|
*
Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.
Barry Warsaw
2014-04-14
3
-17
/
+1085
|
/
|
|
*
Minor pyflakes fixes
Aurélien Bompard
2013-10-22
2
-4
/
+3
|
*
Merge from the main branch
Aurélien Bompard
2013-10-22
2
-83
/
+114
|
|
\
|
|
/
|
/
|
|
*
Text templates should be in UTF-8
Aurélien Bompard
2013-10-21
1
-2
/
+19
|
*
Handle acceptable_aliases being a list in the pickle
Aurélien Bompard
2013-10-15
2
-1
/
+17
|
*
Better handling of mixed case email addresses
Aurélien Bompard
2013-10-11
2
-12
/
+65
|
*
Handle 'local-part-only' acceptable aliases
Aurélien Bompard
2013-10-11
2
-2
/
+22
|
*
Don't change the mail_host when importing
Aurélien Bompard
2013-10-11
2
-4
/
+4
|
*
Use the full language code in the configuration hint
Aurélien Bompard
2013-10-11
2
-6
/
+4
|
*
Deal with non-ascii bans and aliases
Aurélien Bompard
2013-10-09
2
-20
/
+34
|
*
Make sure the imported preferred_language exists, and work around Python issu...
Aurélien Bompard
2013-10-08
2
-3
/
+70
|
*
Some more unicode checks when importing
Aurélien Bompard
2013-10-08
2
-9
/
+39
|
*
More unicode fixes in the import script
Aurélien Bompard
2013-10-03
2
-2
/
+35
|
*
Strings are almost always bytestrings in the pickle, test for that
Aurélien Bompard
2013-10-03
2
-58
/
+58
|
*
Import most list parameters from the 2.1 pickle
Aurélien Bompard
2013-09-30
2
-3
/
+817
[next]