- Sort Score
- Num 10 results
- Language All
- Labels All
Results 311 - 320 of over 10,000 for timestamp:[now/d-1y TO *] (0.23 seconds)
-
code — Interpreter base classes — Python 3.14.5...
Source code: Lib/code.py The code module provides facilities to implement read-eval-print loops in Python. Two classes and convenience functions are included which can be used to build applications...docs.python.org/3/library/code.htmlTue Jun 09 22:53:45 GMT 2026 7.1K bytes -
sched — Event scheduler — Python 3.14.5 documen...
Source code: Lib/sched.py The sched module defines a class which implements a general purpose event scheduler: Example: Scheduler Objects: scheduler instances have the following methods and attribu...docs.python.org/3/library/sched.htmlTue Jun 09 22:53:45 GMT 2026 6K bytes -
Capsules — Python 3.14.5 documentation
docs.python.org/3/c-api/capsule.htmlTue Jun 09 22:53:45 GMT 2026 7K bytes -
What’s New in Python 2.7 — Python 3.14.5 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.htmlTue Jun 09 22:53:44 GMT 2026 63.4K bytes -
sys.monitoring — Execution event monitoring — P...
This namespace provides access to the functions and constants necessary to activate and control event monitoring. As programs execute, events occur that might be of interest to tools that monitor e...docs.python.org/3/library/sys.monitoring.htmlTue Jun 09 22:53:45 GMT 2026 11K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 6.9K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 6.5K bytes -
Runners — Python 3.14.5 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.htmlTue Jun 09 22:53:45 GMT 2026 6.4K bytes -
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.htmlTue Jun 09 22:53:45 GMT 2026 5.9K bytes -
Subprocesses — Python 3.14.5 documentation
Source code: Lib/asyncio/subprocess.py, Lib/asyncio/base_subprocess.py This section describes high-level async/await asyncio APIs to create and manage subprocesses. Here’s an example of how asyncio...docs.python.org/3/library/asyncio-subprocess.htmlTue Jun 09 22:53:45 GMT 2026 10.1K bytes