- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 425 for host:docs.python.org (0.21 sec)
-
imaplib — IMAP4 protocol client — Python 3.13.7...
Source code: Lib/imaplib.py This module defines three classes, IMAP4, IMAP4_SSL and IMAP4_stream, which encapsulate a connection to an IMAP4 server and implement a large subset of the IMAP4rev1 cli...docs.python.org/3/library/imaplib.htmlRegistered: Fri Aug 15 03:46:50 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 89.5K bytes - Viewed (0) -
tabnanny — Detection of ambiguous indentation —...
Source code: Lib/tabnanny.py For the time being this module is intended to be called as a script. However it is possible to import it into an IDE and use the function check() described below.docs.python.org/3/library/tabnanny.htmlRegistered: Fri Aug 15 03:46:56 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 19.2K bytes - Viewed (0) -
tkinter.dnd — Drag and drop support — Python 3....
Source code: Lib/tkinter/dnd.py The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be d...docs.python.org/3/library/tkinter.dnd.htmlRegistered: Fri Aug 15 03:45:00 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 20.3K bytes - Viewed (0) -
What’s New in Python 2.5 — Python 3.13.7 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.5. The final release of Python 2.5 is scheduled for August 2006; PEP 356 describes the planned release schedule. Python 2....docs.python.org/3/whatsnew/2.5.htmlRegistered: Fri Aug 15 03:57:59 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 257.6K bytes - Viewed (0) -
Support for Perf Maps — Python 3.13.7 documenta...
On supported platforms (as of this writing, only Linux), the runtime can take advantage of perf map files to make Python functions visible to an external profiling tool (such as perf). A running pr...docs.python.org/3/c-api/perfmaps.htmlRegistered: Fri Aug 15 03:59:16 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 19.9K bytes - Viewed (0) -
Iterator Protocol — Python 3.13.7 documentation
There are two functions specifically for working with iterators. To write a loop which iterates over an iterator, the C code should look something like this:docs.python.org/3/c-api/iter.htmlRegistered: Fri Aug 15 03:59:22 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 22.2K bytes - Viewed (0) -
10. Full Grammar specification — Python 3.13.7 ...
This is the full Python grammar, derived directly from the grammar used to generate the CPython parser (see Grammar/python.gram). The version here omits details related to code generation and error...docs.python.org/3/reference/grammar.htmlRegistered: Fri Aug 15 03:59:34 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 85.1K bytes - Viewed (0) -
Data marshalling support — Python 3.13.7 docume...
These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...docs.python.org/3/c-api/marshal.htmlRegistered: Fri Aug 15 03:59:52 UTC 2025 - Last Modified: Thu Aug 14 18:48:19 UTC 2025 - 27K bytes - Viewed (0) -
8. Editors and IDEs — Python 3.13.7 documentation
There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and PEP 8 checks. IDLE — Python editor and shell: IDLE is Py...docs.python.org/3/using/editors.htmlRegistered: Fri Aug 15 03:59:56 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 15.4K bytes - Viewed (0) -
How to port Python 2 Code to Python 3 — Python ...
author, Brett Cannon,. Python 2 reached its official end-of-life at the start of 2020. This means that no new bug reports, fixes, or changes will be made to Python 2 - it’s no longer supported: see...docs.python.org/3/howto/pyporting.htmlRegistered: Fri Aug 15 04:02:21 UTC 2025 - Last Modified: Thu Aug 14 18:48:20 UTC 2025 - 14K bytes - Viewed (0)