aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_compat.py
Commit message (Expand)AuthorAgeFilesLines
* [test_compat] Do not use dash in env variables' namesSergey M․2017-03-261-3/+3
* [compat] Fix compat_shlex_split for non-ASCII inputYen Chi Hsuan2016-07-071-0/+1
* [test/compat] compat_shlex_split: test with newlinesJaime Marquínez Ferrándiz2016-07-011-0/+1
* [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2Yen Chi Hsuan2016-05-231-0/+6
* [compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan2016-05-101-2/+2
* [utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan2016-05-101-0/+5
* [test_compat] Remove unused importSergey M․2016-05-091-1/+0
* [test_compat] Avoid None values for compat_setenvSergey M․2016-05-091-1/+1
* [test_compat] Use compat_setenvSergey M․2016-05-091-7/+3
* [compat] Add compat_setenvSergey M․2016-05-091-0/+8
* [compat] Handle tuples properly in urlencode()Yen Chi Hsuan2016-04-061-0/+4
* [test_compat] Add tests for compat_urllib_parse_urlencodeSergey M․2016-03-261-0/+7
* [compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz2015-10-261-1/+10
* [compat] compat_etree_fromstring: only decode bytes objectsJaime Marquínez Ferrándiz2015-10-251-1/+2
* Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-0/+7
* [test_compat] Fix typoSergey M․2015-09-051-1/+1
* [test_compat] Add test for compat_shlex_splitSergey M․2015-09-051-0/+4
* [test_compat] Add tests for compat_urllib_parse_unquote_plusSergey M․2015-07-171-0/+7
* [test_compat] Remove redundant testSergey M․2015-07-171-1/+0
* [test_compat] Make tests more idiomaticSergey M․2015-07-171-17/+16
* Add tests for compat_urllib_parse_unquotefnord2015-07-171-0/+20
* [test/test_compat] Restore the old value of the HOME environment variableJaime Marquínez Ferrándiz2014-11-191-0/+2
* [test_compat] Ignore unicode_literalsPhilipp Hagemeister2014-11-031-1/+1
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-0/+44