about summary refs log tree commit diff
path: root/youtube_dl/compat.py
Commit message (Expand)AuthorAgeFilesLines
* [downloader/external] Fix "Resource Warning" in downloader testdirkf2024-03-271-3/+31
* [compat] Simplify/fix compat_html_parser_HTMLParseErrordirkf2024-03-271-9/+6
* [compat] Add compat_contextlib_suppressdirkf2024-03-271-0/+19
* [compat] Rework compat for `method` parameter of `compat_urllib_request.Reque...dirkf2024-01-221-10/+17
* [utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to com...dirkf2023-08-011-1/+1
* [utils] Rework decoding of `Content-Encoding`sdirkf2023-07-291-0/+14
* [build] Fix various Jython CI and test issuesdirkf2023-07-251-1/+1
* [compat] Fix old Pythons broken loading of valueless cookie attributesdirkf2023-07-181-4/+16
* [compat] Add Request and HTTPClient compat for redirectdirkf2023-07-181-0/+28
* [Misc] Fixes for 2.6 compatibilitydirkf2023-07-051-0/+12
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-051-2/+16
* [compat] Add and use `compat_open()` like Py3 `open()`dirkf2023-04-051-0/+11
* [compat] Systematise compat_ namingdirkf2023-02-131-84/+137
* [compat] Unify unicode/str compat and move updirkf2022-11-011-18/+13
* [compat] Add compat_casefold and compat_re_Match, for traverse_obj() portdirkf2022-10-311-0/+7
* [compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf2022-08-261-1/+1
* [compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf2022-08-261-1/+5
* [jsinterp] Clean up and pull yt-dlp styledirkf2022-08-191-1/+20
* [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf2022-08-141-1/+53
* [utils, etc] Kill child processes when yt-dl is killedpukkandan2022-06-101-1/+2
* Back-port JS interpreter upgrade from yt-dlp PR #1437df2022-01-301-0/+5
* Add compat_map/filter and use the formerdf2022-01-301-0/+21
* [compat] Use more conventional name for compat SimpleCookieSergey M․2021-04-061-4/+4
* [compat] flake8Sergey M․2021-04-061-1/+1
* [compat] add compat_SimpleCookie to __all__ arrayRemita Amine2021-04-051-0/+1
* [compat] add compat_SimpleCookieRemita Amine2021-04-041-0/+9
* Fix typos (#27084)Josh Soref2020-11-211-1/+1
* [compat] Introduce compat_cookiejar_CookieSergey M․2020-05-051-0/+12
* [update] Fix updating via symlinks (closes #23991)Sergey M․2020-02-081-0/+1
* [compat] Introduce compat_realpath (refs #23991)Sergey M․2020-02-081-0/+11
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-3/+3
* Start moving to ytdl-orgSergey M․2019-03-111-3/+3
* [compat] Introduce compat_etree_ElementSergey M․2019-03-061-0/+10
* [compat] Introduce compat_integer_typesSergey M․2018-06-181-0/+7
* [compat] Mute some F821 under python 3Sergey M․2018-02-021-2/+2
* Add support for IronPythonSergey M․2018-01-281-0/+16
* [compat] Add compat_b64decodeSergey M․2018-01-231-0/+12
* [utils] Fix youtube-dl under PyPy3 on WindowsPhilipp Hagemeister2018-01-011-0/+21
* [mixcloud] Fix extraction (closes #14088)Tatsuyuki Ishi2017-09-231-1/+9
* [compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254)Sergey M․2017-06-171-10/+15
* [compat] Add compat_HTMLParseError to __all__Sergey M․2017-06-121-0/+1
* [compat] Introduce compat_HTMLParseErrorSergey M․2017-06-121-0/+13
* improve coding styleRemita Amine2017-04-121-1/+1
* [compat] Use try except for compat_numeric_typesSergey M․2017-02-251-2/+4
* [compat] Add compat_numeric_typesSergey M․2017-02-231-0/+5
* [compat] add compat_etree_register_namespace to __all__ listRemita Amine2017-02-011-0/+1
* [compat] add compat_etree_register_namespaceRemita Amine2017-01-291-0/+18
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+2
* [compat] Fix test_cmdline_umlauts on Python 2.6Yen Chi Hsuan2016-07-071-2/+5