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