- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 130 for host:docs.python.org (0.05 sec)
-
itertools — Functions creating iterators for ef...
This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...docs.python.org/3/library/itertools.htmlRegistered: Wed Nov 05 05:07:30 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 162.2K bytes - Viewed (0) -
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.htmlRegistered: Wed Nov 05 05:23:44 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 101K bytes - Viewed (0) -
What’s New In Python 3.7 — Python 3.14.0 docume...
Editor, Elvis Pranskevichus < elvis@magic.io>,. This article explains the new features in Python 3.7, compared to 3.6. Python 3.7 was released on June 27, 2018. For full details, see the chan...docs.python.org/3/whatsnew/3.7.htmlRegistered: Wed Nov 05 05:23:52 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 314.5K bytes - Viewed (0) -
What’s New In Python 3.3 — Python 3.14.0 docume...
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.htmlRegistered: Wed Nov 05 05:29:59 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 322.9K bytes - Viewed (0) -
logging.handlers — Logging handlers — Python 3....
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.htmlRegistered: Wed Nov 05 05:24:54 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 155.4K bytes - Viewed (0) -
Exception Handling — Python 3.14.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: Wed Nov 05 05:28:48 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 254.5K bytes - Viewed (0) -
What’s New In Python 3.2 — Python 3.14.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: Wed Nov 05 05:32:53 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 331.3K bytes - Viewed (0) -
Integer Objects — Python 3.14.0 documentation
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...docs.python.org/3/c-api/long.htmlRegistered: Wed Nov 05 05:36:36 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 137.1K bytes - Viewed (0) -
What’s New in Python 2.0 — Python 3.14.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: Wed Nov 05 05:41:47 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 137.9K bytes - Viewed (0) -
urllib.request — Extensible library for opening...
Source code: Lib/urllib/request.py The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirection...docs.python.org/3/library/urllib.request.htmlRegistered: Wed Nov 05 05:01:46 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 208.3K bytes - Viewed (0)