Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 92 for encoding (0.160 sec.)
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... は無効化されます。 バージョン 3.2.3 で追加. PYTHONIOENCODING ¶ この変数がインタープリタ実行前に設定されていた場 ... 合、 encodingname:errorhandler という文法で標準入力/標準出力/標準 ... エラー出力のエンコードを上書きします。 encodingname と :errorhandler の部分はどちらも任意で、 str. ... に 'backslashreplace' です。 バージョン 3.4 で変更: encodingname の部分が任意になりました。 バージョン 3.6 で変 ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... コーディングを、インタプリタ起動前に環境変数 PYTHONIOENCODING を設定することで指定出来るようになりました。値は < ... encoding> または <encoding>:<errorhandler> 形式の文字列でなければなりません。 ... encoding 部分はエンコーディングの名前で、例えば utf-8 や la ... ar" , "w" , format = tarfile . PAX_FORMAT ) 新しい encoding と errors パラメータはエンコーディングと文字変換の ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 5757
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a line(s) of ASCII characters in quoted-printable encoding. The return value is the converted line(s). If the ...
https://man.plustar.jp/python/library/binascii.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 5757
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bparts, including subparts with a Content-Transfer-Encoding of 8bit . オプション引数 headersonly はヘッダを読み ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5757
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ta. b base64 RFC 3548: Base16, Base32, Base64 Data Encodings; Base85 and Ascii85 bdb Debugger framework. binas ... email.utils Miscellaneous email package utilities. encodings encodings.idna Internationalized Domain Names imp ... lementation encodings.mbcs Windows ANSI codepage encodings.utf_8_sig UT ... e and decode files using the MIME quoted-printable encoding. r random Generate pseudo-random numbers with vari ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5757
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 来ます。ファイルオブジェクトにはさらに読み出し専用の encoding 属性を持つようになっていて、これはファイルで使われ ... グを使って自動的にバイト列に変換されます。(---訳注: encoding は読み出し専用なので「与える」といっても直接セット ... の ASCII 互換エンコーディング (ACE=ASCII-compatible encoding) の間の変換をするのに "idna" エンコーディングを使用 ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5757
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... です。 ---) curses.window クラスに属性 curses.window.encoding が追加されました。 curses.window クラスに get_wch( ... /デコードを透過的に行って RFC 標準 Content Transfer Encoding との相互変換をやってのける、と。 その他のAPIの変更 ... SCII の display name に対し正しい content transfer encoding の扱いをするようになっています。かつての、フォーマ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 5691
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... プロセスワイドのパラメータ ¶ int Py_SetStandardStreamEncoding ( const char *encoding , const char *errors ) ¶ も ... 指定します。 これは、環境変数が働かない時に PYTHONIOENCODING の値を上書きし、埋め込みコードが IO エンコーディン ... グをコントロールできるようにします。 encoding と errors のどちらかまたは両方を NULL にすることで ... 、 PYTHONIOENCODING とデフォルト値のどちらかまたは両方を使うことができ ...
https://man.plustar.jp/python/c-api/init.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 5691
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ァイルシステムのエンコーディング ( sys.getfilesystemencoding() ) でデコードされます。 filename が NULL ならば、 ... ァイルシステムのエンコーディング ( sys.getfilesystemencoding() ) でデコードされます。 closeit に真を指定した場合 ... ァイルシステムのエンコーディング ( sys.getfilesystemencoding() ) でデコードされます。 入力が正常に実行されたとき ... sys.ps2 . filename is decoded from the filesystem encoding ( sys.getfilesystemencoding() ). Returns 0 at EOF ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5691
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... や、 os.stat() の返り値や、その他があります。 text encoding ユニコード文字列をエンコードするコーデックです。 t ... es a byte-oriented datastream and handles the text encoding automatically. Examples of text files are files op ...
https://man.plustar.jp/python/glossary.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT