- Sort Score
- Num 10 results
- Language All
- Labels All
Results 391 - 400 of 438 for host:docs.python.org (0.02 seconds)
-
What’s New in Python 2.2 — Python 3.14.3 docume...
Author, A.M. Kuchling,. Introduction: This article explains the new features in Python 2.2.2, released on October 14, 2002. Python 2.2.2 is a bugfix release of Python 2.2, originally released on De...docs.python.org/3/whatsnew/2.2.htmlFri Feb 06 03:23:27 GMT 2026 144.1K bytes -
Unicode Objects and Codecs — Python 3.14.3 docu...
Unicode Objects: Since the implementation of PEP 393 in Python 3.3, Unicode objects internally use a variety of representations, in order to allow handling the complete range of Unicode characters ...docs.python.org/3/c-api/unicode.htmlFri Feb 06 03:23:27 GMT 2026 310.1K bytes -
optparse — Parser for command line options — Py...
Source code: Lib/optparse.py Choosing an argument parsing library: The standard library includes three argument parsing libraries: getopt: a module that closely mirrors the procedural C getopt API....docs.python.org/3/library/optparse.htmlFri Feb 06 03:23:28 GMT 2026 281.5K bytes -
collections — Container datatypes — Python 3.14...
Source code: Lib/collections/__init__.py This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, dict, list, set, and tuple.,,...docs.python.org/3/library/collections.htmlFri Feb 06 03:23:27 GMT 2026 195.9K bytes -
dataclasses — Data Classes — Python 3.14.3 docu...
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlFri Feb 06 03:23:28 GMT 2026 127.2K bytes -
__future__ — Future statement definitions — Pyt...
Source code: Lib/__future__.py Imports of the form from __future__ import feature are called future statements. These are special-cased by the Python compiler to allow the use of new Python feature...docs.python.org/3/library/__future__.htmlFri Feb 06 03:23:28 GMT 2026 30K bytes -
email — An email and MIME handling package — Py...
Source code: Lib/email/__init__.py The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP ( RFC 2821), NNTP, or othe...docs.python.org/3/library/email.htmlFri Feb 06 03:23:28 GMT 2026 32.9K bytes -
What’s New In Python 3.5 — Python 3.14.3 docume...
Editors, Elvis Pranskevichus < elvis@magic.io>, Yury Selivanov < yury@magic.io>,. This article explains the new features in Python 3.5, compared to 3.4. Python 3.5 was released on Septe...docs.python.org/3/whatsnew/3.5.htmlFri Feb 06 03:23:27 GMT 2026 324.8K bytes -
PyTime C API — Python 3.14.3 documentation
The clock C API provides access to system clocks. It is similar to the Python time module. For C API related to the datetime module, see DateTime Objects. Types: Clock Functions: The following func...docs.python.org/3/c-api/time.htmlFri Feb 06 03:23:27 GMT 2026 27.2K bytes -
Reflection — Python 3.14.3 documentation
Navigation index modules | next | previous | Python » 3.14.3 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/reflection.htmlFri Feb 06 03:23:27 GMT 2026 28.2K bytes