summaryrefslogtreecommitdiff
path: root/openid
Commit message (Expand)AuthorAgeFilesLines
...
* Fix print statementVlastimil Zíma2018-05-115-12/+17
* Update prioSort orderingVlastimil Zíma2018-05-111-5/+8
* Fix exception handlingVlastimil Zíma2018-05-118-14/+16
* Update urinorm for python3Vlastimil Zíma2018-05-113-3/+19
* Fix test data loadingVlastimil Zíma2018-05-116-18/+19
* Use long depending on python versionVlastimil Zíma2018-05-114-12/+23
* Fix URI quoting for python 3Vlastimil Zíma2018-05-112-10/+19
* Update python builtin functionsVlastimil Zíma2018-05-1111-18/+22
* Python 3 compatible boolean conversionsVlastimil Zíma2018-05-113-3/+12
* Make iterators python3 compatibleVlastimil Zíma2018-05-1112-52/+44
* Use six imports for fetchersVlastimil Zíma2018-05-112-26/+25
* Use StringIO and BytesIO from sixVlastimil Zíma2018-05-114-13/+14
* Use six for URL utilitiesVlastimil Zíma2018-05-1114-30/+29
* Transform remaining API to text stringsVlastimil Zíma2018-05-1130-237/+330
* Transform Extensions API to text stringsVlastimil Zíma2018-05-1110-48/+85
* Transform Yadis API to text stringsVlastimil Zíma2018-05-1116-57/+102
* Transform Association API to text stringsVlastimil Zíma2018-05-112-62/+54
* Update strings in cryptography and utilities APIVlastimil Zíma2018-05-1111-83/+165
* Replace unicode with six.text_typeVlastimil Zíma2018-05-118-20/+22
* Drop unused toUnicode utility functionVlastimil Zíma2018-05-112-27/+1
* Transform key-value form API to text stringsVlastimil Zíma2018-05-114-29/+41
* Transform Message API to text stringsVlastimil Zíma2018-05-112-43/+57
* Add string_to_text utility functionVlastimil Zíma2018-05-113-6/+43
* Refactor consumer HTML parseVlastimil Zíma2018-05-025-953/+33
* Update default fetcher selectionVlastimil Zíma2018-05-022-5/+43
* Refactor YADIS meta tag parsingVlastimil Zíma2018-04-304-379/+144
* Refactor IRI to URIVlastimil Zíma2018-04-302-64/+24
* Clean trustroot moduleVlastimil Zíma2018-04-301-26/+4
* Refactor urinormVlastimil Zíma2018-04-304-262/+156
* Bump version 2.3.0Vlastimil Zíma2018-04-301-1/+1
* Prepare version 2.3.0rc1Vlastimil Zíma2018-04-101-12/+1
* Deprecate pape draftsVlastimil Zíma2018-04-106-847/+874
* Add ResponseFetcher implementationLena (zansorgova)2018-03-162-0/+89
* Fix XXE in XRDS parsingVlastimil Zíma2018-03-082-4/+55
*-. Merge branches 'remove-disliked-functions' and 'xml-libraries'Vlastimil Zíma2018-03-0819-109/+28
|\ \
| | * Use lxml for XMLVlastimil Zíma2018-03-074-81/+9
| |/ |/|
| * Remove disliked functions - map, filter and reduceVlastimil Zíma2018-03-0715-28/+19
|/
* Refactor server request messageVlastimil Zíma2018-02-073-205/+147
* Refactor message creationVlastimil Zíma2018-02-051-25/+38
* Refactor Message namespacesVlastimil Zíma2018-02-022-23/+45
* Split imports in test_messageVlastimil Zíma2018-02-021-156/+143
* Use common decorators as suchVlastimil Zíma2018-02-0212-74/+38
* Update imports for new isort versionVlastimil Zíma2018-02-011-1/+0
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-264-19/+16
* Cleanup test utilitiesVlastimil Zíma2018-01-2610-174/+116
* Use testfixtures to replace CatchLogsVlastimil Zíma2018-01-268-292/+246
* Replace failIfEqualVlastimil Zíma2018-01-263-4/+4
* Replace failIfVlastimil Zíma2018-01-2613-113/+103
* Replace failUnlessVlastimil Zíma2018-01-2620-373/+271
* Replace failUnlessRaisesVlastimil Zíma2018-01-2619-288/+147