summaryrefslogtreecommitdiff
path: root/test/test_compat.py
AgeCommit message (Expand)Author
2019-03-06[test] Fix test_compat_etree_ElementSergey M․
2019-03-06[compat] Introduce compat_etree_ElementSergey M․
2018-11-23[tests] Fix invalid escape sequencesSergey M․
2017-03-26[test_compat] Do not use dash in env variables' namesSergey M․
2016-07-07[compat] Fix compat_shlex_split for non-ASCII inputYen Chi Hsuan
2016-07-01[test/compat] compat_shlex_split: test with newlinesJaime Marquínez Ferrándiz
2016-05-23[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2Yen Chi Hsuan
2016-05-10[compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan
2016-05-10[utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan
2016-05-09[test_compat] Remove unused importSergey M․
2016-05-09[test_compat] Avoid None values for compat_setenvSergey M․
2016-05-09[test_compat] Use compat_setenvSergey M․
2016-05-09[compat] Add compat_setenvSergey M․
2016-04-06[compat] Handle tuples properly in urlencode()Yen Chi Hsuan
2016-03-26[test_compat] Add tests for compat_urllib_parse_urlencodeSergey M․
2015-10-26[compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz
2015-10-25[compat] compat_etree_fromstring: only decode bytes objectsJaime Marquínez Ferrándiz
2015-10-25Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz
2015-09-05[test_compat] Fix typoSergey M․
2015-09-05[test_compat] Add test for compat_shlex_splitSergey M․
2015-07-17[test_compat] Add tests for compat_urllib_parse_unquote_plusSergey M․
2015-07-17[test_compat] Remove redundant testSergey M․
2015-07-17[test_compat] Make tests more idiomaticSergey M․
2015-07-17Add tests for compat_urllib_parse_unquotefnord
2014-11-19[test/test_compat] Restore the old value of the HOME environment variableJaime Marquínez Ferrándiz
2014-11-03[test_compat] Ignore unicode_literalsPhilipp Hagemeister
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister