index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_compat.py
Age
Commit message (
Expand
)
Author
2019-03-06
[test] Fix test_compat_etree_Element
Sergey M․
2019-03-06
[compat] Introduce compat_etree_Element
Sergey M․
2018-11-23
[tests] Fix invalid escape sequences
Sergey M․
2017-03-26
[test_compat] Do not use dash in env variables' names
Sergey M․
2016-07-07
[compat] Fix compat_shlex_split for non-ASCII input
Yen Chi Hsuan
2016-07-01
[test/compat] compat_shlex_split: test with newlines
Jaime Marquínez Ferrándiz
2016-05-23
[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2
Yen Chi Hsuan
2016-05-10
[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan
2016-05-10
[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan
2016-05-09
[test_compat] Remove unused import
Sergey M․
2016-05-09
[test_compat] Avoid None values for compat_setenv
Sergey M․
2016-05-09
[test_compat] Use compat_setenv
Sergey M․
2016-05-09
[compat] Add compat_setenv
Sergey M․
2016-04-06
[compat] Handle tuples properly in urlencode()
Yen Chi Hsuan
2016-03-26
[test_compat] Add tests for compat_urllib_parse_urlencode
Sergey M․
2015-10-26
[compat] compat_etree_fromstring: also decode the text attribute
Jaime Marquínez Ferrándiz
2015-10-25
[compat] compat_etree_fromstring: only decode bytes objects
Jaime Marquínez Ferrándiz
2015-10-25
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
Jaime Marquínez Ferrándiz
2015-09-05
[test_compat] Fix typo
Sergey M․
2015-09-05
[test_compat] Add test for compat_shlex_split
Sergey M․
2015-07-17
[test_compat] Add tests for compat_urllib_parse_unquote_plus
Sergey M․
2015-07-17
[test_compat] Remove redundant test
Sergey M․
2015-07-17
[test_compat] Make tests more idiomatic
Sergey M․
2015-07-17
Add tests for compat_urllib_parse_unquote
fnord
2014-11-19
[test/test_compat] Restore the old value of the HOME environment variable
Jaime Marquínez Ferrándiz
2014-11-03
[test_compat] Ignore unicode_literals
Philipp Hagemeister
2014-11-02
[util] Move compatibility functions out of util
Philipp Hagemeister