summaryrefslogtreecommitdiffstats
path: root/ipapython/cookie.py
Commit message (Expand)AuthorAgeFilesLines
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-101-0/+2
* Fix cookie with Max-Age processingStanislav Laznicka2017-03-061-1/+4
* Change session handlingSimo Sorce2017-02-151-1/+1
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+2
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-111-5/+6
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* cookie parser: do not fail on cookie with empty valuePetr Vobornik2016-03-011-1/+2
* Remove unused importsMartin Basti2015-12-231-1/+0
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-3/+3
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+2
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-2/+5
* Modernize 'except' clausesPetr Viktorin2015-08-121-2/+2
* Pylint cleanup.Jan Cholasta2013-01-291-12/+6
* Cookie Expires date should be locale insensitiveJohn Dennis2012-12-201-31/+11
* Compliant client side session cookie behaviorJohn Dennis2012-12-101-0/+699