summaryrefslogtreecommitdiff
path: root/src/saml2/httputil.py
Commit message (Expand)AuthorAgeFilesLines
* Fix initial issues reported by mypy.Fredrik Thulin2023-02-141-1/+2
* Run flynt -tc + black + isortAarni Koskela2022-11-151-4/+4
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-151-2/+0
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-151-9/+9
* Fix flake8 warningsIvan Kanakarakis2022-10-011-0/+1
* Format code with black and isortIvan Kanakarakis2022-10-011-57/+60
* Encode response message as utf-8Ivan Kanakarakis2018-11-191-4/+1
* Fix return format of Response._responseEgor Panfilov2018-11-191-11/+11
* Formatting and cleanupIvan Kanakarakis2018-08-041-1/+1
* example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance)Jan-Philip Gehrcke2016-10-141-0/+3
* Use six instead of futures for PY3 compatibility.Rebecka Gulliksson2016-09-231-3/+2
* add_header method and returning a byte string.Roland Hedberg2016-04-111-0/+12
* Slowly moving from six to future.backportsRoland Hedberg2016-03-091-7/+6
* The IdP doing form_post or the SP doing post is two different things.Roland Hedberg2015-11-131-7/+7
* Fix more renamed modules/functions for py3Clint Byrum2015-05-281-3/+2
* Use six.string_types instead of basestringClint Byrum2015-05-151-1/+2
* Remove iteritems from dict loops for python3Clint Byrum2015-05-151-1/+1
* addition in samlp rejected by upstream, hence class moved to httputilrhoerbe2014-09-221-0/+14
* Actually there to make testing somewhat simpler.Roland Hedberg2013-12-201-1/+4
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-2/+2
* In some case you want the url to be based on server_name/server_port and not ...developRoland Hedberg2013-05-241-4/+9
* Not completely clear of which of HOST_NAME or SERVER_NAME is correct to use.Roland Hedberg2013-05-241-2/+2
* Change in parameter nameRoland Hedberg2013-05-231-5/+12
* May not add content type if one exists in the header.Hans Hörberg2013-05-081-1/+6
* Added another HTTP response typeRoland Hedberg2013-04-191-0/+4
* Added HTTP response class.Roland Hedberg2013-04-181-0/+7
* Removed imports that wasn't used.Roland Hedberg2013-04-101-6/+98
* EditorialRoland Hedberg2013-04-021-2/+21
* Updated to follow the new API.Roland Hedberg2013-01-221-0/+31
* Added some useful functionsRoland Hedberg2013-01-191-0/+30
* Even more refactoring and the FakeIDP for test purposes.Roland Hedberg2012-12-311-1/+27
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-2/+2
* Changed logging setupRoland Hedberg2012-06-271-0/+4
* Initial add0.4.2Roland Hedberg2012-05-231-0/+128