~dick-mrns/dkimpy:linesep

Last commit made on 2018-12-23
Get this branch:
git clone -b linesep https://git.launchpad.net/~dick-mrns/dkimpy
Only meeuw can upload to this branch. If you are meeuw please log in for upload directions.

Branch merges

Branch information

Name:
linesep
Repository:
lp:~dick-mrns/dkimpy

Recent commits

6bc38aa... by meeuw

add line separator support

0555cb5... by Scott Kitterman

ChangeLog engry for jbfzs/beautifold

25b2eb7... by Scott Kitterman

Merge remote-tracking branch 'jbfzs/beautifold'

6b4127f... by Jonathan Bastien-Filiatrault <email address hidden>

Don't insert an extra space at the end of the line when doing a soft fold.

Trailing whitespaces are best avoided.

2d474d6... by Jonathan Bastien-Filiatrault <email address hidden>

Do not take the name length into account on the second line when folding.

Setting namelen could have no effect, my guess is that this was the
original intention of the code.

This results in more efficient usage of lines.

882d14c... by Jonathan Bastien-Filiatrault <email address hidden>

Avoid making a fresh slice of the whole email on each iteration.

An update to yesterday's patch. Should avoid copying the mail byte
string more than once.

Tested on Python 2.7 and 3.6.

903cc90... by Scott Kitterman

Changelog and version for starting 0.9.2

7dee16a... by Jonathan Bastien-Filiatrault

Refactor canonicalization.py strip_trailing_lines to avoid using re for more consistent processing across python versions

84efc4a... by Scott Kitterman

Release 0.9.1

72f5820... by Scott Kitterman

    - Refactored dknewkey so that it correctly writes out text instead of bytes