aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/compat.py
AgeCommit message (Expand)Author
2023-08-01[utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to com...dirkf
2023-07-29[utils] Rework decoding of `Content-Encoding`sdirkf
2023-07-25[build] Fix various Jython CI and test issuesdirkf
2023-07-18[compat] Fix old Pythons broken loading of valueless cookie attributesdirkf
2023-07-18[compat] Add Request and HTTPClient compat for redirectdirkf
2023-07-05[Misc] Fixes for 2.6 compatibilitydirkf
2023-07-05[workflows/ci.yml] Restore test support for Py 3.2dirkf
2023-04-05[compat] Add and use `compat_open()` like Py3 `open()`dirkf
2023-02-13[compat] Systematise compat_ namingdirkf
2022-11-01[compat] Unify unicode/str compat and move updirkf
2022-10-31[compat] Add compat_casefold and compat_re_Match, for traverse_obj() portdirkf
2022-08-26[compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf
2022-08-26[compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf
2022-08-19[jsinterp] Clean up and pull yt-dlp styledirkf
2022-08-14[jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf
2022-06-10[utils, etc] Kill child processes when yt-dl is killedpukkandan
2022-01-30Back-port JS interpreter upgrade from yt-dlp PR #1437df
2022-01-30Add compat_map/filter and use the formerdf
2021-04-06[compat] Use more conventional name for compat SimpleCookieSergey M․
2021-04-06[compat] flake8Sergey M․
2021-04-05[compat] add compat_SimpleCookie to __all__ arrayRemita Amine
2021-04-04[compat] add compat_SimpleCookieRemita Amine
2020-11-21Fix typos (#27084)Josh Soref
2020-05-05[compat] Introduce compat_cookiejar_CookieSergey M․
2020-02-08[update] Fix updating via symlinks (closes #23991)Sergey M․
2020-02-08[compat] Introduce compat_realpath (refs #23991)Sergey M․
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2019-03-06[compat] Introduce compat_etree_ElementSergey M․
2018-06-18[compat] Introduce compat_integer_typesSergey M․
2018-02-02[compat] Mute some F821 under python 3Sergey M․
2018-01-28Add support for IronPythonSergey M․
2018-01-23[compat] Add compat_b64decodeSergey M․
2018-01-01[utils] Fix youtube-dl under PyPy3 on WindowsPhilipp Hagemeister
2017-09-23[mixcloud] Fix extraction (closes #14088)Tatsuyuki Ishi
2017-06-17[compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254)Sergey M․
2017-06-12[compat] Add compat_HTMLParseError to __all__Sergey M․
2017-06-12[compat] Introduce compat_HTMLParseErrorSergey M․
2017-04-12improve coding styleRemita Amine
2017-02-25[compat] Use try except for compat_numeric_typesSergey M․
2017-02-23[compat] Add compat_numeric_typesSergey M․
2017-02-01[compat] add compat_etree_register_namespace to __all__ listRemita Amine
2017-01-29[compat] add compat_etree_register_namespaceRemita Amine
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
2016-07-07[compat] Fix test_cmdline_umlauts on Python 2.6Yen Chi Hsuan
2016-07-07[compat] Fix compat_shlex_split for non-ASCII inputYen Chi Hsuan
2016-06-10[compat] Import html5 entities correctlyYen Chi Hsuan
2016-06-10[compat] Add compat_html_entities_html5Yen Chi Hsuan
2016-06-05[compat] Add 'compat_input' to __all__Jaime Marquínez Ferrándiz