Commit Graph
9 Commits
Author SHA1 Message Date
Will Oller e49cf1899b Remove aggro type checking 2014-11-30 16:06:58 -08:00
Will Oller 30d4aeb463 Remove some whitespace 2014-11-30 15:52:45 -08:00
Will Oller 3184dba80c PEP8: Use isinstance(name, unicode) 2014-11-30 15:52:34 -08:00
Will Oller 8885f608a2 Single quotes instead of tics 2014-11-30 15:47:59 -08:00
Will Oller 64f011c8bb Parameter checking and filling in TODOs 2014-11-30 15:27:05 -08:00
Will Oller c39e85c17e Don’t write unit tests for non-optimal code paths 2014-11-29 07:24:09 -08:00
Will Oller f3b7839d31 Don’t use explicit file encoding hint 2014-11-29 07:23:37 -08:00
Will Oller c5bbb30e5d Removed unnecessary whitespace 2014-11-29 07:16:30 -08:00
Will Oller ad5c2d0a4d acme/challenge_request handles only 1 domain name
No other functions inside acme/ handle lists, so
to keep the class consistent, challenge_request()
should only handle a string parameter. Iteration
should be moved to the client, which is handling
the list of domain names anyway.
2014-11-29 00:30:16 -08:00