summaryrefslogtreecommitdiff
path: root/tests/test_authcookie.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-3/+3
* Make sure changed strings are securely mangled.Matěj Cepl2017-10-111-3/+14
* AuthCookie: made more Py3 compliantMarkus Heiser2017-10-111-19/+18
* Let floats be floats and behave accordingly.Matěj Cepl2017-03-241-11/+19
* Remove superfluous logging and clean up comments.Matěj Cepl2017-03-241-5/+5
* M2Crypto/AuthCookie.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-19/+26
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-4/+3
* I mean, compatibility with python < 2.0 or similar ... really?Matěj Cepl2015-11-191-3/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-2/+2
* Replace self.fail* with self.assert*Matěj Cepl2015-10-171-24/+24
* Fix spurious test failures in test_cookie_str_changed_*Miloslav Trmač2015-10-131-3/+3
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+6
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-18/+18
* Bug 7451, it seems Python 2.5 does not output a semicolon when there is justHeikki Toivonen2006-12-041-2/+4
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-7/+2
* Initial revisionNg Pheng Siong2002-01-111-0/+152