- Sort Score
- Num 10 results
- Language All
- Labels All
Results 421 - 430 of over 10,000 for timestamp:[now/d-1M TO *] (0.23 seconds)
-
http — HTTP modules — Python 3.14.4 docum...
Source code: Lib/http/__init__.py http is a package that collects several modules for working with the HyperText Transfer Protocol: http.client is a low-level HTTP protocol client; for high-level U...docs.python.org/3/library/http.htmlWed Apr 29 06:55:52 GMT 2026 9.2K bytes -
5. Building C and C++ Extensions on Windows ...
This chapter briefly explains how to create a Windows extension module for Python using Microsoft Visual C++, and follows with more detailed background information on how it works. The explanatory ...docs.python.org/3/extending/windows.htmlWed Apr 29 06:55:53 GMT 2026 6.7K bytes -
Descriptor Objects — Python 3.14.4 docume...
“Descriptors” are objects that describe some attribute of an object. They are found in the dictionary of type objects. Built-in descriptors:docs.python.org/3/c-api/descriptor.htmlWed Apr 29 06:55:52 GMT 2026 5K bytes -
Integer Objects — Python 3.14.4 documenta...
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.htmlWed Apr 29 06:55:52 GMT 2026 15.4K bytes -
Exception Handling — Python 3.14.4 docume...
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.htmlWed Apr 29 06:55:52 GMT 2026 25.3K bytes -
nntplib — NNTP protocol client — Python 3...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/nntplib.htmlWed Apr 29 06:55:52 GMT 2026 3.7K bytes -
5. Using Python on macOS — Python 3.14.4 ...
This document aims to give an overview of macOS-specific behavior you should know about to get started with Python on Mac computers. Python on a Mac running macOS is very similar to Python on other...docs.python.org/3/using/mac.htmlWed Apr 29 06:55:53 GMT 2026 12.7K bytes -
Instrumenting CPython with DTrace and SystemTap...
author, David Malcolm,, author, Łukasz Langa,. DTrace and SystemTap are monitoring tools, each providing a way to inspect what the processes on a computer system are doing. They both use domain-spe...docs.python.org/3/howto/instrumentation.htmlWed Apr 29 06:55:53 GMT 2026 10.9K bytes -
What’s New in Python 2.0 — Python 3.14.4 ...
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.htmlWed Apr 29 06:55:52 GMT 2026 31.8K bytes -
Sorting Techniques — Python 3.14.4 docume...
Author, Andrew Dalke and Raymond Hettinger,. Python lists have a built-in list.sort() method that modifies the list in-place. There is also a sorted() built-in function that builds a new sorted lis...docs.python.org/3/howto/sorting.htmlTue Apr 28 13:41:05 GMT 2026 11.4K bytes