René's URL Explorer Experiment


Title: Generic Operating System Services — Python 3.9.25 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: docs.python.org

Links:

https://www.python.org/
secrets — Generate secure random numbers for managing secretshttps://docs.python.org/3.9/library/secrets.html
os — Miscellaneous operating system interfaceshttps://docs.python.org/3.9/library/os.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/library/allos.rst
Python documentation for the current stable releasehttps://docs.python.org/3/library/allos.html
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/library/os.html
previoushttps://docs.python.org/3.9/library/secrets.html
Pythonhttps://www.python.org/
3.9.25 Documentationhttps://docs.python.org/3.9/index.html
The Python Standard Libraryhttps://docs.python.org/3.9/library/index.html
https://docs.python.org/3.9/library/allos.html#generic-operating-system-services
os — Miscellaneous operating system interfaceshttps://docs.python.org/3.9/library/os.html
File Names, Command Line Arguments, and Environment Variableshttps://docs.python.org/3.9/library/os.html#file-names-command-line-arguments-and-environment-variables
Process Parametershttps://docs.python.org/3.9/library/os.html#process-parameters
File Object Creationhttps://docs.python.org/3.9/library/os.html#file-object-creation
File Descriptor Operationshttps://docs.python.org/3.9/library/os.html#file-descriptor-operations
Querying the size of a terminalhttps://docs.python.org/3.9/library/os.html#querying-the-size-of-a-terminal
Inheritance of File Descriptorshttps://docs.python.org/3.9/library/os.html#inheritance-of-file-descriptors
Files and Directorieshttps://docs.python.org/3.9/library/os.html#files-and-directories
Linux extended attributeshttps://docs.python.org/3.9/library/os.html#linux-extended-attributes
Process Managementhttps://docs.python.org/3.9/library/os.html#process-management
Interface to the schedulerhttps://docs.python.org/3.9/library/os.html#interface-to-the-scheduler
Miscellaneous System Informationhttps://docs.python.org/3.9/library/os.html#miscellaneous-system-information
Random numbershttps://docs.python.org/3.9/library/os.html#random-numbers
io — Core tools for working with streamshttps://docs.python.org/3.9/library/io.html
Overviewhttps://docs.python.org/3.9/library/io.html#overview
Text I/Ohttps://docs.python.org/3.9/library/io.html#text-i-o
Binary I/Ohttps://docs.python.org/3.9/library/io.html#binary-i-o
Raw I/Ohttps://docs.python.org/3.9/library/io.html#raw-i-o
High-level Module Interfacehttps://docs.python.org/3.9/library/io.html#high-level-module-interface
Class hierarchyhttps://docs.python.org/3.9/library/io.html#class-hierarchy
I/O Base Classeshttps://docs.python.org/3.9/library/io.html#i-o-base-classes
Raw File I/Ohttps://docs.python.org/3.9/library/io.html#raw-file-i-o
Buffered Streamshttps://docs.python.org/3.9/library/io.html#buffered-streams
Text I/Ohttps://docs.python.org/3.9/library/io.html#id1
Performancehttps://docs.python.org/3.9/library/io.html#performance
Binary I/Ohttps://docs.python.org/3.9/library/io.html#id2
Text I/Ohttps://docs.python.org/3.9/library/io.html#id3
Multi-threadinghttps://docs.python.org/3.9/library/io.html#multi-threading
Reentrancyhttps://docs.python.org/3.9/library/io.html#reentrancy
time — Time access and conversionshttps://docs.python.org/3.9/library/time.html
Functionshttps://docs.python.org/3.9/library/time.html#functions
Clock ID Constantshttps://docs.python.org/3.9/library/time.html#clock-id-constants
Timezone Constantshttps://docs.python.org/3.9/library/time.html#timezone-constants
argparse — Parser for command-line options, arguments and sub-commandshttps://docs.python.org/3.9/library/argparse.html
Examplehttps://docs.python.org/3.9/library/argparse.html#example
Creating a parserhttps://docs.python.org/3.9/library/argparse.html#creating-a-parser
Adding argumentshttps://docs.python.org/3.9/library/argparse.html#adding-arguments
Parsing argumentshttps://docs.python.org/3.9/library/argparse.html#parsing-arguments
ArgumentParser objectshttps://docs.python.org/3.9/library/argparse.html#argumentparser-objects
proghttps://docs.python.org/3.9/library/argparse.html#prog
usagehttps://docs.python.org/3.9/library/argparse.html#usage
descriptionhttps://docs.python.org/3.9/library/argparse.html#description
epiloghttps://docs.python.org/3.9/library/argparse.html#epilog
parentshttps://docs.python.org/3.9/library/argparse.html#parents
formatter_classhttps://docs.python.org/3.9/library/argparse.html#formatter-class
prefix_charshttps://docs.python.org/3.9/library/argparse.html#prefix-chars
fromfile_prefix_charshttps://docs.python.org/3.9/library/argparse.html#fromfile-prefix-chars
argument_defaulthttps://docs.python.org/3.9/library/argparse.html#argument-default
allow_abbrevhttps://docs.python.org/3.9/library/argparse.html#allow-abbrev
conflict_handlerhttps://docs.python.org/3.9/library/argparse.html#conflict-handler
add_helphttps://docs.python.org/3.9/library/argparse.html#add-help
exit_on_errorhttps://docs.python.org/3.9/library/argparse.html#exit-on-error
The add_argument() methodhttps://docs.python.org/3.9/library/argparse.html#the-add-argument-method
name or flagshttps://docs.python.org/3.9/library/argparse.html#name-or-flags
actionhttps://docs.python.org/3.9/library/argparse.html#action
nargshttps://docs.python.org/3.9/library/argparse.html#nargs
consthttps://docs.python.org/3.9/library/argparse.html#const
defaulthttps://docs.python.org/3.9/library/argparse.html#default
typehttps://docs.python.org/3.9/library/argparse.html#type
choiceshttps://docs.python.org/3.9/library/argparse.html#choices
requiredhttps://docs.python.org/3.9/library/argparse.html#required
helphttps://docs.python.org/3.9/library/argparse.html#help
metavarhttps://docs.python.org/3.9/library/argparse.html#metavar
desthttps://docs.python.org/3.9/library/argparse.html#dest
Action classeshttps://docs.python.org/3.9/library/argparse.html#action-classes
The parse_args() methodhttps://docs.python.org/3.9/library/argparse.html#the-parse-args-method
Option value syntaxhttps://docs.python.org/3.9/library/argparse.html#option-value-syntax
Invalid argumentshttps://docs.python.org/3.9/library/argparse.html#invalid-arguments
Arguments containing -https://docs.python.org/3.9/library/argparse.html#arguments-containing
Argument abbreviations (prefix matching)https://docs.python.org/3.9/library/argparse.html#argument-abbreviations-prefix-matching
Beyond sys.argvhttps://docs.python.org/3.9/library/argparse.html#beyond-sys-argv
The Namespace objecthttps://docs.python.org/3.9/library/argparse.html#the-namespace-object
Other utilitieshttps://docs.python.org/3.9/library/argparse.html#other-utilities
Sub-commandshttps://docs.python.org/3.9/library/argparse.html#sub-commands
FileType objectshttps://docs.python.org/3.9/library/argparse.html#filetype-objects
Argument groupshttps://docs.python.org/3.9/library/argparse.html#argument-groups
Mutual exclusionhttps://docs.python.org/3.9/library/argparse.html#mutual-exclusion
Parser defaultshttps://docs.python.org/3.9/library/argparse.html#parser-defaults
Printing helphttps://docs.python.org/3.9/library/argparse.html#printing-help
Partial parsinghttps://docs.python.org/3.9/library/argparse.html#partial-parsing
Customizing file parsinghttps://docs.python.org/3.9/library/argparse.html#customizing-file-parsing
Exiting methodshttps://docs.python.org/3.9/library/argparse.html#exiting-methods
Intermixed parsinghttps://docs.python.org/3.9/library/argparse.html#intermixed-parsing
Upgrading optparse codehttps://docs.python.org/3.9/library/argparse.html#upgrading-optparse-code
getopt — C-style parser for command line optionshttps://docs.python.org/3.9/library/getopt.html
logging — Logging facility for Pythonhttps://docs.python.org/3.9/library/logging.html
Logger Objectshttps://docs.python.org/3.9/library/logging.html#logger-objects
Logging Levelshttps://docs.python.org/3.9/library/logging.html#logging-levels
Handler Objectshttps://docs.python.org/3.9/library/logging.html#handler-objects
Formatter Objectshttps://docs.python.org/3.9/library/logging.html#formatter-objects
Filter Objectshttps://docs.python.org/3.9/library/logging.html#filter-objects
LogRecord Objectshttps://docs.python.org/3.9/library/logging.html#logrecord-objects
LogRecord attributeshttps://docs.python.org/3.9/library/logging.html#logrecord-attributes
LoggerAdapter Objectshttps://docs.python.org/3.9/library/logging.html#loggeradapter-objects
Thread Safetyhttps://docs.python.org/3.9/library/logging.html#thread-safety
Module-Level Functionshttps://docs.python.org/3.9/library/logging.html#module-level-functions
Module-Level Attributeshttps://docs.python.org/3.9/library/logging.html#module-level-attributes
Integration with the warnings modulehttps://docs.python.org/3.9/library/logging.html#integration-with-the-warnings-module
logging.config — Logging configurationhttps://docs.python.org/3.9/library/logging.config.html
Configuration functionshttps://docs.python.org/3.9/library/logging.config.html#configuration-functions
Security considerationshttps://docs.python.org/3.9/library/logging.config.html#security-considerations
Configuration dictionary schemahttps://docs.python.org/3.9/library/logging.config.html#configuration-dictionary-schema
Dictionary Schema Detailshttps://docs.python.org/3.9/library/logging.config.html#dictionary-schema-details
Incremental Configurationhttps://docs.python.org/3.9/library/logging.config.html#incremental-configuration
Object connectionshttps://docs.python.org/3.9/library/logging.config.html#object-connections
User-defined objectshttps://docs.python.org/3.9/library/logging.config.html#user-defined-objects
Access to external objectshttps://docs.python.org/3.9/library/logging.config.html#access-to-external-objects
Access to internal objectshttps://docs.python.org/3.9/library/logging.config.html#access-to-internal-objects
Import resolution and custom importershttps://docs.python.org/3.9/library/logging.config.html#import-resolution-and-custom-importers
Configuration file formathttps://docs.python.org/3.9/library/logging.config.html#configuration-file-format
logging.handlers — Logging handlershttps://docs.python.org/3.9/library/logging.handlers.html
StreamHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#streamhandler
FileHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#filehandler
NullHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#nullhandler
WatchedFileHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#watchedfilehandler
BaseRotatingHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#baserotatinghandler
RotatingFileHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#rotatingfilehandler
TimedRotatingFileHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#timedrotatingfilehandler
SocketHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#sockethandler
DatagramHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#datagramhandler
SysLogHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#sysloghandler
NTEventLogHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#nteventloghandler
SMTPHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#smtphandler
MemoryHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#memoryhandler
HTTPHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#httphandler
QueueHandlerhttps://docs.python.org/3.9/library/logging.handlers.html#queuehandler
QueueListenerhttps://docs.python.org/3.9/library/logging.handlers.html#queuelistener
getpass — Portable password inputhttps://docs.python.org/3.9/library/getpass.html
curses — Terminal handling for character-cell displayshttps://docs.python.org/3.9/library/curses.html
Functionshttps://docs.python.org/3.9/library/curses.html#functions
Window Objectshttps://docs.python.org/3.9/library/curses.html#window-objects
Constantshttps://docs.python.org/3.9/library/curses.html#constants
curses.textpad — Text input widget for curses programshttps://docs.python.org/3.9/library/curses.html#module-curses.textpad
Textbox objectshttps://docs.python.org/3.9/library/curses.html#textbox-objects
curses.ascii — Utilities for ASCII charactershttps://docs.python.org/3.9/library/curses.ascii.html
curses.panel — A panel stack extension for curseshttps://docs.python.org/3.9/library/curses.panel.html
Functionshttps://docs.python.org/3.9/library/curses.panel.html#functions
Panel Objectshttps://docs.python.org/3.9/library/curses.panel.html#panel-objects
platform — Access to underlying platform’s identifying datahttps://docs.python.org/3.9/library/platform.html
Cross Platformhttps://docs.python.org/3.9/library/platform.html#cross-platform
Java Platformhttps://docs.python.org/3.9/library/platform.html#java-platform
Windows Platformhttps://docs.python.org/3.9/library/platform.html#windows-platform
macOS Platformhttps://docs.python.org/3.9/library/platform.html#macos-platform
Unix Platformshttps://docs.python.org/3.9/library/platform.html#unix-platforms
errno — Standard errno system symbolshttps://docs.python.org/3.9/library/errno.html
ctypes — A foreign function library for Pythonhttps://docs.python.org/3.9/library/ctypes.html
ctypes tutorialhttps://docs.python.org/3.9/library/ctypes.html#ctypes-tutorial
Loading dynamic link librarieshttps://docs.python.org/3.9/library/ctypes.html#loading-dynamic-link-libraries
Accessing functions from loaded dllshttps://docs.python.org/3.9/library/ctypes.html#accessing-functions-from-loaded-dlls
Calling functionshttps://docs.python.org/3.9/library/ctypes.html#calling-functions
Fundamental data typeshttps://docs.python.org/3.9/library/ctypes.html#fundamental-data-types
Calling functions, continuedhttps://docs.python.org/3.9/library/ctypes.html#calling-functions-continued
Calling functions with your own custom data typeshttps://docs.python.org/3.9/library/ctypes.html#calling-functions-with-your-own-custom-data-types
Specifying the required argument types (function prototypes)https://docs.python.org/3.9/library/ctypes.html#specifying-the-required-argument-types-function-prototypes
Return typeshttps://docs.python.org/3.9/library/ctypes.html#return-types
Passing pointers (or: passing parameters by reference)https://docs.python.org/3.9/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference
Structures and unionshttps://docs.python.org/3.9/library/ctypes.html#structures-and-unions
Structure/union alignment and byte orderhttps://docs.python.org/3.9/library/ctypes.html#structure-union-alignment-and-byte-order
Bit fields in structures and unionshttps://docs.python.org/3.9/library/ctypes.html#bit-fields-in-structures-and-unions
Arrayshttps://docs.python.org/3.9/library/ctypes.html#arrays
Pointershttps://docs.python.org/3.9/library/ctypes.html#pointers
Type conversionshttps://docs.python.org/3.9/library/ctypes.html#type-conversions
Incomplete Typeshttps://docs.python.org/3.9/library/ctypes.html#incomplete-types
Callback functionshttps://docs.python.org/3.9/library/ctypes.html#callback-functions
Accessing values exported from dllshttps://docs.python.org/3.9/library/ctypes.html#accessing-values-exported-from-dlls
Surpriseshttps://docs.python.org/3.9/library/ctypes.html#surprises
Variable-sized data typeshttps://docs.python.org/3.9/library/ctypes.html#variable-sized-data-types
ctypes referencehttps://docs.python.org/3.9/library/ctypes.html#ctypes-reference
Finding shared librarieshttps://docs.python.org/3.9/library/ctypes.html#finding-shared-libraries
Loading shared librarieshttps://docs.python.org/3.9/library/ctypes.html#loading-shared-libraries
Foreign functionshttps://docs.python.org/3.9/library/ctypes.html#foreign-functions
Function prototypeshttps://docs.python.org/3.9/library/ctypes.html#function-prototypes
Utility functionshttps://docs.python.org/3.9/library/ctypes.html#utility-functions
Data typeshttps://docs.python.org/3.9/library/ctypes.html#data-types
Fundamental data typeshttps://docs.python.org/3.9/library/ctypes.html#ctypes-fundamental-data-types-2
Structured data typeshttps://docs.python.org/3.9/library/ctypes.html#structured-data-types
Arrays and pointershttps://docs.python.org/3.9/library/ctypes.html#arrays-and-pointers
secrets — Generate secure random numbers for managing secretshttps://docs.python.org/3.9/library/secrets.html
os — Miscellaneous operating system interfaceshttps://docs.python.org/3.9/library/os.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/library/allos.rst
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/library/os.html
previoushttps://docs.python.org/3.9/library/secrets.html
Pythonhttps://www.python.org/
3.9.25 Documentationhttps://docs.python.org/3.9/index.html
The Python Standard Libraryhttps://docs.python.org/3.9/library/index.html
Copyrighthttps://docs.python.org/3.9/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.