Home
last modified time | relevance | path

Searched refs:encodingname (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Tools/unicode/
Dgenwincodec.py46 encodingname = 'cp%d' % codepage
47 code = codegen("", map, encodingname)
54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
Dgencodec.py248 def codegen(name, map, encodingname, comments=1): argument
292 ''' % (encodingname, name, suffix, suffix)]
322 ''' % encodingname.replace('_', '-'))
353 def pymap(name,map,pyfile,encodingname,comments=1): argument
355 code = codegen(name,map,encodingname,comments)
/external/python/cpython3/Tools/unicode/
Dgenwincodec.py46 encodingname = 'cp%d' % codepage
47 code = codegen("", map, encodingname)
54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
Dgencodec.py254 def codegen(name, map, encodingname, comments=1): argument
298 ''' % (encodingname, name, suffix, suffix)]
328 ''' % encodingname.replace('_', '-'))
359 def pymap(name,map,pyfile,encodingname,comments=1): argument
361 code = codegen(name,map,encodingname,comments)
/external/python/cpython3/Doc/using/
Dcmdline.rst612 for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. Both
613 the ``encodingname`` and the ``:errorhandler`` parts are optional and have
620 The ``encodingname`` part is now optional.
/external/python/cpython2/Doc/using/
Dcmdline.rst585 ``encodingname:errorhandler``. The ``:errorhandler`` part is optional and
/external/python/cpython3/Misc/
DHISTORY3917 - Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.
22517 comment of the form "# -*- coding: <encodingname> -*-" in the first
/external/python/cpython2/Misc/
DHISTORY5133 comment of the form "# -*- coding: <encodingname> -*-" in the first