- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of about 10,000 for timestamp:[now/d-1y TO *] (0.07 sec)
-
filecmp — File and Directory Comparisons — Pyth...
Source code: Lib/filecmp.py The filecmp module defines functions to compare files and directories, with various optional time/correctness trade-offs. For comparing files, see also the difflib modul...docs.python.org/3/library/filecmp.htmlRegistered: Fri Dec 12 04:01:29 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 35.8K bytes - Viewed (0) -
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants. Availability: Windows.docs.python.org/3/library/winsound.htmlRegistered: Fri Dec 12 04:02:34 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 33.7K bytes - Viewed (0) -
gc — Garbage Collector interface — Python 3.14....
This module provides an interface to the optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, and set debugging options. It also provides acc...docs.python.org/3/library/gc.htmlRegistered: Fri Dec 12 04:02:44 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 45.9K bytes - Viewed (0) -
token — Constants used with Python parse trees ...
Source code: Lib/token.py This module provides constants which represent the numeric values of leaf nodes of the parse tree (terminal tokens). Refer to the file Grammar/Tokens in the Python distrib...docs.python.org/3/library/token.htmlRegistered: Fri Dec 12 03:58:30 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 63.3K bytes - Viewed (0) -
Runners — Python 3.14.2 documentation
Source code: Lib/asyncio/runners.py This section outlines high-level asyncio primitives to run asyncio code. They are built on top of an event loop with the aim to simplify async code usage for com...docs.python.org/3/library/asyncio-runner.htmlRegistered: Fri Dec 12 04:01:45 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 33.6K bytes - Viewed (0) -
audioop — Manipulate raw audio data — 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/audioop.htmlRegistered: Fri Dec 12 04:01:55 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 14.8K bytes - Viewed (0) -
marshal — Internal Python object serialization ...
This module contains functions that can read and write Python values in a binary format. The format is specific to Python, but independent of machine architecture issues (e.g., you can write a Pyth...docs.python.org/3/library/marshal.htmlRegistered: Fri Dec 12 04:04:15 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 35.5K bytes - Viewed (0) -
shelve — Python object persistence — Python 3.1...
Source code: Lib/shelve.py A “shelf” is a persistent, dictionary-like object. The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python o...docs.python.org/3/library/shelve.htmlRegistered: Fri Dec 12 04:04:19 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 40.3K bytes - Viewed (0) -
What’s New in Python 2.7 — Python 3.14.2 docume...
Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.7. Python 2.7 was released on July 3, 2010. Numeric handling has been improved in many ways, for both floa...docs.python.org/3/whatsnew/2.7.htmlRegistered: Fri Dec 12 04:04:26 UTC 2025 - Last Modified: Thu Dec 11 22:18:23 UTC 2025 - 342.1K bytes - Viewed (0) -
http.client — HTTP protocol client — Python 3.1...
Source code: Lib/http/client.py This module defines classes that implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request uses it to h...docs.python.org/3/library/http.client.htmlRegistered: Fri Dec 12 04:04:38 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 95.4K bytes - Viewed (0)