summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Post-release housekeeping.Barry Warsaw2014-12-302-3/+8
* Update version.Barry Warsaw2014-12-301-1/+1
* Documentation cleanup.Barry Warsaw2014-12-301-0/+1
* Back port from py3 branch:Barry Warsaw2014-12-291-0/+3
* Back port from the py3 branch:Barry Warsaw2014-12-2911-17/+257
* Back port from py3 branch:Barry Warsaw2014-12-294-13/+34
* Prep for releaseBarry Warsaw2014-12-291-1/+1
* * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard.Barry Warsaw2014-12-107-44/+196
|\
| * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-106-43/+193
|/|
| * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-098-60/+65
| * Handle the MIMEMultipart created by the DigestRunner properlyAurélien Bompard2014-11-304-3/+76
* | /user sub-resource of the address documented by Aurélien Bompard.Barry Warsaw2014-12-091-11/+124
|\ \
| * | Document the new /addresses/<email>/user resourceAurélien Bompard2014-12-091-10/+120
|/ /
* | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-0814-43/+73
|\ \
| * | Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-0412-14/+13
| * | Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-0213-41/+68
| |/
* | Updated a credit.Barry Warsaw2014-12-081-1/+1
* | * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-086-22/+329
|\ \
| * | REST feature: create a user from an existing addressAurélien Bompard2014-12-085-21/+274
|/ /
* | * Fixed messages without a `text/plain` part crashing the `Approved` rule.Barry Warsaw2014-12-033-2/+37
|\ \ | |/ |/|
| * Emails without a text/plain part crash the Approved ruleAurélien Bompard2014-11-302-1/+35
|/
* * Fix Unicode errors when a message being added to the digest has non-asciiBarry Warsaw2014-11-293-1/+66
|\
| * Fix digest handler crashAurélien Bompard2014-11-252-1/+64
* | * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-296-5/+158
|\ \
| * | Fix some unicode issuesAurélien Bompard2014-11-274-2/+115
| |/
* | Add comments and rewrite test a bit.Barry Warsaw2014-11-291-1/+5
* | Remove debugging.Barry Warsaw2014-11-281-1/+0
* | Repair broken test. Given by Aurélien Bompard.Barry Warsaw2014-11-281-9/+15
|\ \ | |/ |/|
| * Fix a failing schemamanager testAurélien Bompard2014-11-271-8/+13
|/
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-198-14/+15
* Improve coverage:Barry Warsaw2014-11-173-52/+4
* Remove debugging.Barry Warsaw2014-11-161-1/+0
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-163-2/+16
* s/restish/falcon/Barry Warsaw2014-11-1529-608/+1010
|\
| * Make it work with some pending refactoring in upstream falcon.Barry Warsaw2014-11-111-1/+2
| * Trunk mergeBarry Warsaw2014-11-098-33/+60
| |\
| * \ Trunk merge.Barry Warsaw2014-11-0813-130/+125
| |\ \
| * | | When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-064-7/+9
| * | | Port to current Falcon git head.Barry Warsaw2014-11-022-17/+23
| * | | Trunk merge.Barry Warsaw2014-11-0281-3632/+1281
| |\ \ \
| * | | | Remove some unused code.Barry Warsaw2014-11-021-5/+0
| * | | | trunk mergeBarry Warsaw2014-09-231-3/+3
| |\ \ \ \
| * | | | | Minor cleanups.Barry Warsaw2014-08-153-11/+7
| * | | | | Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-1412-215/+190
| * | | | | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-1417-257/+352
| * | | | | Port users and part of members.Barry Warsaw2014-08-133-60/+92
| * | | | | Lists and pagination are ported.Barry Warsaw2014-08-135-75/+152
| * | | | | Domains are ported to falcon.Barry Warsaw2014-08-134-47/+63
| * | | | | Make preferences work.Barry Warsaw2014-08-136-42/+87
| * | | | | test_addresses and test_root are both passing now.Barry Warsaw2014-08-123-17/+17