summaryrefslogtreecommitdiff
path: root/openid
Commit message (Expand)AuthorAgeFilesLines
...
* Replace failUnlessEqualVlastimil Zíma2018-01-2628-876/+680
* Update requirements, tox and travisVlastimil Zíma2018-01-231-9/+1
* Drop example testsVlastimil Zíma2018-01-221-202/+0
* Drop custom test runnerVlastimil Zíma2018-01-2213-797/+535
* Rename test modulesVlastimil Zíma2018-01-227-0/+0
* Clean data driven testsVlastimil Zíma2017-12-125-180/+59
* Enable test discoveryVlastimil Zíma2017-12-127-148/+158
* Pepify and add flake8Vlastimil Zíma2017-11-2974-1647/+1749
* Drop uncaught_exceptions from ExceptionWrappingFetcherVlastimil Zíma2017-11-291-10/+2
* Update loggingVlastimil Zíma2017-11-299-77/+67
* Drop support for Python <2.7Vlastimil Zíma2017-11-2910-218/+98
* Clean imports by isortVlastimil Zíma2017-11-2266-220/+240
* Add backport for Server encoding classes 4c17264Vlastimil Zíma2017-11-221-4/+23
* Fix case when return URL contains parameter without valueVlastimil Zíma2017-11-222-1/+10
* Fix missing port on building discovery URL for realm with wildcardVlastimil Zíma2017-11-222-1/+11
* Add usual methods to StoreRequest and StoreResponseVlastimil Zíma2017-11-221-0/+60
* Introduce InvalidNamespace exceptionVlastimil Zíma2017-11-223-3/+35
* Assoc_type is required for protocol 2.0Vlastimil Zíma2017-11-222-1/+23
* Rewrite 'Urllib2Fetcher' testsVlastimil Zíma2017-11-221-5/+84
* Drop support for python 2.6Vlastimil Zíma2017-11-221-4/+0
* Fix broken testsVlastimil Zíma2017-11-211-1/+1
* Fix bug introduced in ff4a417Vlastimil Zíma2017-11-211-2/+4
* Rename TestAuthRequestMixin so that nose doesn't collect it as a test.Jeff Dairiki2013-07-121-3/+3
* Fix test broken by 95aa2a9 (change form built-in logging to logging module)Jeff Dairiki2013-07-121-4/+2
* better way to check if message is using openid version 1Rodrigo Primo2013-05-091-3/+3
* url limit is present in openid 1 and not on openid 2Rodrigo Primo2013-04-151-3/+3
* Merge branch 'cdman/use-logging-module'Will Norris2012-08-2412-102/+98
|\
| * Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-1112-102/+98
* | Merge pull request #31 from justjkk/masterWill Norris2012-08-061-1/+1
|\ \
| * | Bugfix: Automatically POST the form from OP to RPJ Kishore kumar2012-02-011-1/+1
* | | Merge pull request #15 from vzima/unicodeWill Norris2012-07-039-20/+177
|\ \ \
| * | | Fix encoding of namespace uris.Vlastimil Zíma2011-12-121-1/+1
| * | | Yet another problem with unicode - some HTLM pages can not be decoded because...Vlastimil Zíma2011-07-185-4/+69
| * | | Fix problem with decoding of HTML that has mixture of unicode and entities.Vlastimil Zíma2011-06-063-2/+32
| * | | Fixed a bug in Message.toPostArgs() related to UTF-8 encoded values.Kai Lautaportti2010-10-142-1/+16
| * | | Fixed a bug in Message.toFormMarkup() related to encoding UTF-8 encoded form ...Kai Lautaportti2010-10-144-15/+62
| |/ /
* | | Merge commit 'eec4a96c5a1e64938a9af8' into temotoWill Norris2012-07-032-3/+6
|\ \ \
| * | | clean whitespaceSergey Shepelev2010-09-151-1/+1
| * | | fix fetchers.usingCurl to properly work with ExceptionWrappingFetcherSergey Shepelev2010-09-151-1/+4
| * | | fix openid.__version__ attribute (was not updated from 2.2.1)Sergey Shepelev2010-09-151-1/+1
| |/ /
* | | Made necessarry changes to unitests for them to passAttila-Mihaly Balazs2012-06-114-5/+5
| |/ |/|
* | Fix typo in log message.David Watson2012-03-081-1/+1
* | Patch the openid.server.Server class to allow clients to provide signatory, e...julio@yola.com2012-01-171-9/+11
|/
* Fix timing attack against signature comparisonCarl Howells2010-07-202-1/+11
* whitespaceCarl Howells2010-07-201-1/+1
* Removed/changed references to openidenabled.com. At this time, not every ref...Lilli2010-03-162-5/+2
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-121-1/+5
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-111-5/+4
* Trying again to commit openid/oidutil.pyLilli2010-01-291-132/+0
* [project @ Consumer: require that op_endpoint be signed in id_res responses]tailor2009-04-202-18/+38