aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_compat.py
Commit message (Expand)AuthorAgeFilesLines
* [compat] Ensure submodules are imported correctlypukkandan2023-07-221-3/+3
* [dependencies] Standardize `Cryptodome` importspukkandan2023-02-081-0/+3
* Remove Python 3.6 supportpukkandan2022-07-181-1/+2
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-6/+5
* [cleanup] Consistent style for file headspukkandan2022-06-251-0/+1
* [compat] Remove more functionspukkandan2022-06-251-21/+8
* [compat] Fix `compat.WINDOWS_VT_MODE`pukkandan2022-06-251-0/+3
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+1
* [compat] Ensure submodules are correctly wrappedpukkandan2022-04-261-0/+7
* [compat] Split into sub-modules (#2173)felix2022-04-181-8/+0
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-4/+6
* [cleanup] Sort importspukkandan2022-04-121-2/+3
* [cleanup] Upgrade syntaxpukkandan2022-04-121-5/+1
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-36/+0
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-7/+7
* Fix/disable testspukkandan2021-01-071-3/+3
* Add --write-*-link by h-h-h-hpukkandan2020-12-131-0/+23
* [skip travis] renamingUnknown2020-09-021-7/+7
* [test] Fix test_compat_etree_ElementSergey M․2019-03-061-1/+1
* [compat] Introduce compat_etree_ElementSergey M․2019-03-061-0/+7
* [tests] Fix invalid escape sequencesSergey M․2018-11-231-1/+1
* [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