Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for domain (0.068 sec.)
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .: >>> from imaplib import IMAP4 >>> with IMAP4 ( "domain.org" ) as M : ... M . noop () ... ('OK', [b'Nothin ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .g.: >>> from smtplib import SMTP >>> with SMTP ( "domain.org" ) as smtp : ... smtp . noop () ... (250, b'Ok ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e similar to the TCP and UDP classes, but use Unix domain sockets; they're not available on non-Unix platfor ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7101
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3.4 で変更: If port is specified as None , a Unix domain socket is created using the value in host - otherw ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7101
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TION) システムはワークステーションです。 2 (VER_NT_DOMAIN_CONTROLLER) システムはドメインコントローラです。 3 ...
https://man.plustar.jp/python/library/sys.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 7037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンにおける国際化ドメイン名、 IDNA: Internationalized Domain Names in Applications) および RFC 3492 (Nameprep: ...
https://man.plustar.jp/python/library/codecs.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 7037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルト値を定義してあります。 バージョン 3.6 で変更: SO_DOMAIN , SO_PROTOCOL , SO_PEERSEC , SO_PASSSEC , TCP_USER ...
https://man.plustar.jp/python/library/socket.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 7037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .org ) にも国際化ドメイン名 (IDN=internationalized domain name)フラグメント内部に含まれるワイルドカードのどち ... ct-Transport-Security: max-age=63072000; includeSubDomains', b'Connection: close', b'', b''] このドキュメント ... socket . socket () bindsocket . bind (( 'myaddr.mydomain.com' , 10023 )) bindsocket . listen ( 5 ) クライア ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。(Contributed by Brian Quinlan.) internationalized domain names (RFC 3454, 3490, 3491, 3492) のサポートが追加 ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... スが可能になりました。 nis.match() と nis.maps() に domain 引数を渡します。 (Contributed by Ben Bell.) operat ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV 1 2 3 4 NEXT