- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of about 10,000 for timestamp:[now/d-1d TO *] (0.03 sec)
-
tkinter.colorchooser — Color choosing dialog — ...
Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...docs.python.org/3/library/tkinter.colorchooser.htmlRegistered: Fri Jan 16 05:42:47 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 17.6K bytes - Viewed (0) -
poplib — POP3 protocol client — Python 3.14.2 d...
Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...docs.python.org/3/library/poplib.htmlRegistered: Fri Jan 16 05:44:40 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 44K bytes - Viewed (0) -
linecache — Random access to text lines — Pytho...
Source code: Lib/linecache.py The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are...docs.python.org/3/library/linecache.htmlRegistered: Fri Jan 16 05:41:59 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 21.7K bytes - Viewed (0) -
1. Introduction — Python 3.14.2 documentation
This reference manual describes the Python programming language. It is not intended as a tutorial. While I am trying to be as precise as possible, I chose to use English rather than formal specific...docs.python.org/3/reference/introduction.htmlRegistered: Fri Jan 16 05:45:42 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 30K bytes - Viewed (0) -
Byte Array Objects — Python 3.14.2 documentation
Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.docs.python.org/3/c-api/bytearray.htmlRegistered: Fri Jan 16 05:45:54 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 27.5K bytes - Viewed (0) -
tracemalloc — Trace memory allocations — Python...
Source code: Lib/tracemalloc.py The tracemalloc module is a debug tool to trace memory blocks allocated by Python. It provides the following information: Traceback where an object was allocated, St...docs.python.org/3/library/tracemalloc.htmlRegistered: Fri Jan 16 05:47:57 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 125.5K bytes - Viewed (0) -
lzma — Compression using the LZMA algorithm — P...
Source code: Lib/lzma.py This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface suppor...docs.python.org/3/library/lzma.htmlRegistered: Fri Jan 16 05:46:29 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 71.9K bytes - Viewed (0) -
asyncore — Asynchronous socket handler — Python...
This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.6. The removal was decided in PEP 594. Applications should use the asy...docs.python.org/3/library/asyncore.htmlRegistered: Fri Jan 16 05:45:21 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 15.1K bytes - Viewed (0) -
tkinter.ttk — Tk themed widgets — Python 3.14.2...
Source code: Lib/tkinter/ttk.py The tkinter.ttk module provides access to the Tk themed widget set, introduced in Tk 8.5. It provides additional benefits including anti-aliased font rendering under...docs.python.org/3/library/tkinter.ttk.htmlRegistered: Fri Jan 16 05:48:48 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 146.7K bytes - Viewed (0) -
email.contentmanager: Managing MIME Content — P...
Source code: Lib/email/contentmanager.py Content Manager Instances: Currently the email package provides only one concrete content manager, raw_data_manager, although more may be added in the futur...docs.python.org/3/library/email.contentmanager.htmlRegistered: Fri Jan 16 05:48:51 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 41.5K bytes - Viewed (0)