- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1341 - 1350 of over 10,000 for filetype:html (0.21 seconds)
-
msvcrt — Useful routines from the MS VC++ runti...
These functions provide access to some useful capabilities on Windows platforms. Some higher-level modules use these functions to build the Windows implementations of their services. For example, t...docs.python.org/3/library/msvcrt.htmlWed Apr 29 06:55:52 GMT 2026 8.1K bytes -
getpass — Portable password input — Pytho...
Source code: Lib/getpass.py Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information. The getpass module provides two fun...docs.python.org/3/library/getpass.htmlWed Apr 29 06:55:52 GMT 2026 5.2K bytes -
contextvars — Context Variables — Python ...
This module provides APIs to manage, store, and access context-local state. The ContextVar class is used to declare and work with Context Variables. The copy_context() function and the Context clas...docs.python.org/3/library/contextvars.htmlWed Apr 29 06:55:52 GMT 2026 9.4K bytes -
cgitb — Traceback manager for CGI scripts ̵...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. A fork of the module on PyPI c...docs.python.org/3/library/cgitb.htmlWed Apr 29 06:55:52 GMT 2026 3.7K bytes -
fcntl — The fcntl and ioctl system calls —...
This module performs file and I/O control on file descriptors. It is an interface to the fcntl() and ioctl() Unix routines. See the fcntl(2) and ioctl(2) Unix manual pages for full details. Availab...docs.python.org/3/library/fcntl.htmlWed Apr 29 06:55:52 GMT 2026 9.4K bytes -
resource — Resource usage information — P...
This module provides basic mechanisms for measuring and controlling system resources utilized by a program. Availability: Unix, not WASI. Symbolic constants are used to specify particular system re...docs.python.org/3/library/resource.htmlWed Apr 29 06:55:52 GMT 2026 9.7K bytes -
String conversion and formatting — Python...
Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...docs.python.org/3/c-api/conversion.htmlWed Apr 29 06:55:52 GMT 2026 8.8K bytes -
xml.dom.minidom — Minimal DOM implementation &#...
Source code: Lib/xml/dom/minidom.py xml.dom.minidom is a minimal implementation of the Document Object Model interface, with an API similar to that in other languages. It is intended to be simpler ...docs.python.org/3/library/xml.dom.minidom.htmlWed Apr 29 06:55:53 GMT 2026 10.5K bytes -
http — HTTP modules — Python 3.14.4 docum...
Source code: Lib/http/__init__.py http is a package that collects several modules for working with the HyperText Transfer Protocol: http.client is a low-level HTTP protocol client; for high-level U...docs.python.org/3/library/http.htmlWed Apr 29 06:55:52 GMT 2026 9.2K bytes -
5. Building C and C++ Extensions on Windows ...
This chapter briefly explains how to create a Windows extension module for Python using Microsoft Visual C++, and follows with more detailed background information on how it works. The explanatory ...docs.python.org/3/extending/windows.htmlWed Apr 29 06:55:53 GMT 2026 6.7K bytes