- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 422 for host:docs.python.org (0.04 sec)
-
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: Mon Nov 25 17:17:01 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 110.2K bytes - Viewed (0) -
code — Interpreter base classes — Python 3.13.0...
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.htmlRegistered: Mon Nov 25 17:18:02 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 44.1K bytes - Viewed (0) -
What’s New in Python 2.7 — Python 3.13.0 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: Mon Nov 25 17:23:14 UTC 2024 - Last Modified: Mon Nov 25 09:19:21 UTC 2024 - 340.3K bytes - Viewed (0) -
secrets — Generate secure random numbers for ma...
Source code: Lib/secrets.py The secrets module is used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, ...docs.python.org/3/library/secrets.htmlRegistered: Mon Nov 25 17:23:31 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 35.6K bytes - Viewed (0) -
What’s New In Python 3.13 — Python 3.13.0 docum...
Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...docs.python.org/3/whatsnew/3.13.htmlRegistered: Mon Nov 25 17:24:02 UTC 2024 - Last Modified: Mon Nov 25 09:19:21 UTC 2024 - 435.7K bytes - Viewed (0) -
html.entities — Definitions of HTML general ent...
Source code: Lib/html/entities.py This module defines four dictionaries, html5, name2codepoint, codepoint2name, and entitydefs. Footnotes 1, See https://html.spec.whatwg.org/multipage/named-charact...docs.python.org/3/library/html.entities.htmlRegistered: Mon Nov 25 17:22:57 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 19.7K 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: Mon Nov 25 17:18:38 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 32.4K bytes - Viewed (0) -
Supporting Cyclic Garbage Collection — Python 3...
Python’s support for detecting and collecting garbage which involves circular references requires support from object types which are “containers” for other objects which may also be containers. Ty...docs.python.org/3/c-api/gcsupport.htmlRegistered: Mon Nov 25 17:37:04 UTC 2024 - Last Modified: Mon Nov 25 09:19:21 UTC 2024 - 52.6K bytes - Viewed (0) -
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: Mon Nov 25 17:31:48 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 42.4K bytes - Viewed (0) -
pty — Pseudo-terminal utilities — Python 3.13.0...
Source code: Lib/pty.py The pty module defines operations for handling the pseudo-terminal concept: starting another process and being able to write to and read from its controlling terminal progra...docs.python.org/3/library/pty.htmlRegistered: Mon Nov 25 17:38:35 UTC 2024 - Last Modified: Mon Nov 25 09:19:22 UTC 2024 - 28.1K bytes - Viewed (0)