- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of about 10,000 for timestamp:[now/d-7d TO *] (0.05 sec)
-
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 Apr 16 03:26:47 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 218.6K bytes - Viewed (0) -
curses — Terminal handling for character-cell d...
Source code: Lib/curses The curses module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling. While curses is most widely used in the Unix en...docs.python.org/3/library/curses.htmlRegistered: Wed Apr 16 03:24:43 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 270.6K bytes - Viewed (0) -
shutil — High-level file operations — Python 3....
Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal...docs.python.org/3/library/shutil.htmlRegistered: Wed Apr 16 03:28:02 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 111.5K bytes - Viewed (0) -
ssl — TLS/SSL wrapper for socket objects — Pyth...
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both clien...docs.python.org/3/library/ssl.htmlRegistered: Wed Apr 16 03:28:11 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 335.3K bytes - Viewed (0) -
unicodedata — Unicode Database — Python 3.13.3 ...
This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the UCD versi...docs.python.org/3/library/unicodedata.htmlRegistered: Wed Apr 16 03:28:16 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 30.7K bytes - Viewed (0) -
http.cookiejar — Cookie handling for HTTP clien...
Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing web sites that require small pieces of data – cookies...docs.python.org/3/library/http.cookiejar.htmlRegistered: Wed Apr 16 03:26:03 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 117.9K bytes - Viewed (0) -
ftplib — FTP protocol client — Python 3.13.3 do...
Source code: Lib/ftplib.py This module defines the class FTP and a few related items. The FTP class implements the client side of the FTP protocol. You can use this to write Python programs that pe...docs.python.org/3/library/ftplib.htmlRegistered: Wed Apr 16 03:25:15 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 82K bytes - Viewed (0) -
modulefinder — Find modules used by a script — ...
Source code: Lib/modulefinder.py This module provides a ModuleFinder class that can be used to determine the set of modules imported by a script. modulefinder.py can also be run as a script, giving...docs.python.org/3/library/modulefinder.htmlRegistered: Wed Apr 16 03:25:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 27.1K bytes - Viewed (0) -
Buffer Protocol — Python 3.13.3 documentation
Certain objects available in Python wrap access to an underlying memory array or buffer. Such objects include the built-in bytes and bytearray, and some extension types like array.array. Third-part...docs.python.org/3/c-api/buffer.htmlRegistered: Wed Apr 16 03:27:24 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 90.2K bytes - Viewed (0) -
Tkinter Dialogs — Python 3.13.3 documentation
tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and functions for creating simple modal ...docs.python.org/3/library/dialog.htmlRegistered: Wed Apr 16 03:27:33 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 46.2K bytes - Viewed (0)