- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 398 for host:docs.python.org (0.02 sec)
-
smtplib — SMTP protocol client — Python 3.13.0 ...
Source code: Lib/smtplib.py The smtplib module defines an SMTP client session object that can be used to send mail to any internet machine with an SMTP or ESMTP listener daemon. For details of SMTP...docs.python.org/3/library/smtplib.htmlRegistered: Fri Nov 15 03:42:24 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 92.2K bytes - Viewed (0) -
What’s New In Python 3.2 — Python 3.13.0 docume...
Author, Raymond Hettinger,. This article explains the new features in Python 3.2 as compared to 3.1. Python 3.2 was released on February 20, 2011. It focuses on a few highlights and gives a few exa...docs.python.org/3/whatsnew/3.2.htmlRegistered: Fri Nov 15 03:49:00 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 328.8K bytes - Viewed (0) -
String conversion and formatting — Python 3.13....
Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...docs.python.org/3/c-api/conversion.htmlRegistered: Fri Nov 15 03:50:57 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 37.3K bytes - Viewed (0) -
Exception Handling — Python 3.13.0 documentation
The functions described in this chapter will let you handle and raise Python exceptions. It is important to understand some of the basics of Python exception handling. It works somewhat like the PO...docs.python.org/3/c-api/exceptions.htmlRegistered: Fri Nov 15 03:51:21 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 210.9K bytes - Viewed (0) -
What’s New in Python 2.0 — Python 3.13.0 docume...
Author, A.M. Kuchling and Moshe Zadka,. Introduction: A new release of Python, version 2.0, was released on October 16, 2000. This article covers the exciting new features in 2.0, highlights some o...docs.python.org/3/whatsnew/2.0.htmlRegistered: Fri Nov 15 03:51:29 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 137.1K bytes - Viewed (0) -
select — Waiting for I/O completion — Python 3....
This module provides access to the select() and poll() functions available in most operating systems, devpoll() available on Solaris and derivatives, epoll() available on Linux 2.5+ and kqueue() av...docs.python.org/3/library/select.htmlRegistered: Fri Nov 15 03:49:20 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 88.4K bytes - Viewed (0) -
urllib — URL handling modules — Python 3.13.0 d...
Source code: Lib/urllib/ urllib is a package that collects several modules for working with URLs: urllib.request for opening and reading URLs, urllib.error containing the exceptions raised by urlli...docs.python.org/3/library/urllib.htmlRegistered: Fri Nov 15 03:50:25 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 15.7K bytes - Viewed (0) -
xml.dom.minidom — Minimal DOM implementation — ...
Source code: Lib/xml/dom/minidom.py xml.dom.minidom is a minimal implementation of the Document Object Model interface, with an API similar to that in other languages. It is intended to be simpler ...docs.python.org/3/library/xml.dom.minidom.htmlRegistered: Fri Nov 15 03:51:40 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 54.7K bytes - Viewed (0) -
signal — Set handlers for asynchronous events —...
Source code: Lib/signal.py This module provides mechanisms to use signal handlers in Python. General rules: The signal.signal() function allows defining custom handlers to be executed when a signal...docs.python.org/3/library/signal.htmlRegistered: Fri Nov 15 03:35:48 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 121.4K bytes - Viewed (0) -
Frame Objects — Python 3.13.0 documentation
The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Internal Frames: Unless using PEP 523, you will not need this.docs.python.org/3/c-api/frame.htmlRegistered: Fri Nov 15 03:34:56 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 37.4K bytes - Viewed (0)