Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ae87a27a2994718e8e1b77f06b173882ec5c7704
/
Lib
/
test
/
test_coding.py
d76c8da
Merged revisions 73623-73624 via svnmerge from
by Benjamin Peterson
· 16 years ago
f5b5224
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
by Benjamin Peterson
· 17 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
dc3e06c
Have test_coding conditionally remove test files instead of assuming that they
by Brett Cannon
· 17 years ago
dd9e3b8
Correct a failing test when test_import is run after test_coding:
by Amaury Forgeot d'Arc
· 18 years ago
65f9ace
Correction for issue1134: all source files with a coding spec, except latin-1
by Amaury Forgeot d'Arc
· 18 years ago
49d90bc
Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded in utf-8.
by Hye-Shik Chang
· 18 years ago
f7f28fc
Fix problem when exec'ing a string with a coding
by Neal Norwitz
· 18 years ago
db83eb3
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.
by Neal Norwitz
· 20 years ago
40d3781
- Fix segfault with invalid coding.
by Neal Norwitz
· 20 years ago