- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1321 - 1330 of over 10,000 for filetype:html (0.32 seconds)
-
smtplib — SMTP protocol client — Python 3...
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.htmlWed Apr 29 06:55:52 GMT 2026 15.3K bytes -
3. Defining Extension Types: Assorted Topics &#...
This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...docs.python.org/3/extending/newtypes.htmlWed Apr 29 06:55:53 GMT 2026 16.6K bytes -
Mapping Protocol — Python 3.14.4 document...
docs.python.org/3/c-api/mapping.htmlTue Apr 28 13:41:04 GMT 2026 6.3K bytes -
logging.handlers — Logging handlers — Pyt...
Source code: Lib/logging/handlers.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. The following useful ha...docs.python.org/3/library/logging.handlers.htmlWed Apr 29 06:55:52 GMT 2026 23K bytes -
http.cookies — HTTP state management — Py...
Source code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...docs.python.org/3/library/http.cookies.htmlWed Apr 29 06:55:52 GMT 2026 9.5K bytes -
tty — Terminal control functions — Python...
Source code: Lib/tty.py The tty module defines functions for putting the tty into cbreak and raw modes. Availability: Unix. Because it requires the termios module, it will work only on Unix. The tt...docs.python.org/3/library/tty.htmlWed Apr 29 06:55:52 GMT 2026 4.5K bytes -
zipimport — Import modules from Zip archives &#...
Source code: Lib/zipimport.py This module adds the ability to import Python modules (*.py,*.pyc) and packages from ZIP-format archives. It is usually not needed to use the zipimport module explicit...docs.python.org/3/library/zipimport.htmlTue Apr 28 13:41:04 GMT 2026 6.6K bytes -
xml.sax.xmlreader — Interface for XML parsers &...
Source code: Lib/xml/sax/xmlreader.py SAX parsers implement the XMLReader interface. They are implemented in a Python module, which must provide a function create_parser(). This function is invoked...docs.python.org/3/library/xml.sax.reader.htmlWed Apr 29 06:55:52 GMT 2026 9.5K bytes -
What’s New In Python 3.3 — Python 3.14.4 ...
This article explains the new features in Python 3.3, compared to 3.2. Python 3.3 was released on September 29, 2012. For full details, see the changelog. Summary – Release highlights: New syntax f...docs.python.org/3/whatsnew/3.3.htmlWed Apr 29 06:55:52 GMT 2026 54K bytes -
email.policy: Policy Objects — Python 3.1...
Source code: Lib/email/policy.py The email package’s prime focus is the handling of email messages as described by the various email and MIME RFCs. However, the general format of email messages (a ...docs.python.org/3/library/email.policy.htmlWed Apr 29 06:55:53 GMT 2026 15.2K bytes