summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/filesystem.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13__iter__() must sort just like mailing_lists property.Barry Warsaw1-1/+2
2016-04-12mailman subcommands commit transactionsBarry Warsaw6-5/+116
2016-04-10Fix comment.Barry Warsaw1-1/+1
2016-04-10Fix compatibility with IPython 4.Barry Warsaw2-9/+46
2016-04-09Ignore anything in /tmp and improve coverage.Barry Warsaw2-1/+2
2016-04-09Fix regression with default banner.Barry Warsaw1-1/+2
2016-04-08Fix a mock.Barry Warsaw1-1/+1
2016-04-08Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw5-20/+125
2016-04-06flake8 clean.Barry Warsaw2-2/+2
2016-04-04public() takes keyword arguments.Barry Warsaw12-46/+38
2016-04-03Floor the Falcon dependency.Barry Warsaw1-1/+1
2016-04-03Revert a few incorrect renames.Barry Warsaw4-42/+42
2016-04-03Don't pass `api` when it's readily available.Barry Warsaw3-33/+20
2016-04-03Unpin falcon.Barry Warsaw1-1/+3
2016-04-03Add news.Barry Warsaw1-0/+1
2016-04-03Fix some tests.Barry Warsaw2-3/+3
2016-04-03Clean up.Barry Warsaw1-23/+17
2016-04-03API consistency.Barry Warsaw10-64/+65
2016-04-02Complete the port to Falcon 1.0.Barry Warsaw9-5/+32
2016-04-02Checkpointing.Barry Warsaw5-125/+129
2016-04-02Add coverage and NEWS.Barry Warsaw2-32/+44
2016-04-02Sort chains and pipelines before returning themSimon Hanna2-4/+6
2016-04-02Add tests for exposed chains and pipelinesSimon Hanna1-0/+30
2016-04-02Expose chains through the rest interfaceSimon Hanna1-0/+11
2016-04-02Expose pipelines through the rest interfaceSimon Hanna1-0/+11
2016-04-01Replace execfile() with a Python 3 compatible alternative.Barry Warsaw1-4/+2
2016-04-01Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw8-15/+15
2016-04-01Don't use `flake8: noqa`.Barry Warsaw36-73/+72
2016-04-01Allow fall backs for moderation actions.Barry Warsaw12-79/+122
2016-04-01Appease flake8.Barry Warsaw1-4/+12
2016-03-31Import the unmoderated members with action 'defer'Aurélien Bompard2-3/+7
2016-03-31Add caching to the data migrationAurélien Bompard1-4/+14
2016-03-31Make sure users are returned in a predictable orderAurélien Bompard1-1/+1
2016-03-31Migrate data from the static member moderation action to the list fallbackAurélien Bompard2-0/+140
2016-03-31Members and nonmembers moderation action fallbackAurélien Bompard12-88/+144
2016-03-31Add a test to verify the problem isn't in core.Barry Warsaw1-0/+14
2016-03-30Add member unsubscription testAditya1-0/+9
2016-03-29Refactor.Barry Warsaw1-31/+31
2016-03-28Pin Falcon version <1.0 (see GL #20).Barry Warsaw1-1/+1
2016-03-27Tweak the import rules checker.Barry Warsaw8-8/+23
2016-03-27Import order flake8 plugin.Barry Warsaw56-68/+148
2016-03-27Start of import order testing.Barry Warsaw2-0/+45
2016-03-27Style guide updates.Barry Warsaw1-27/+17
2016-03-26Run qa in CI.Barry Warsaw1-0/+4
2016-03-26Add a qa test environment.Barry Warsaw1-1/+8
2016-03-25Clean up the utilities directory.Barry Warsaw24-287/+152
2016-03-25Clean up the testing directory.Barry Warsaw6-99/+47
2016-03-25Clean up the styles directory.Barry Warsaw4-42/+17
2016-03-25Clean up the runners directory.Barry Warsaw25-389/+162
2016-03-25Clean up the rules directory.Barry Warsaw13-57/+30