It has not been outputted since Sphinx 1.1.
.. module:: curses
:synopsis: An interface to the curses library, providing portable
terminal handling.
- :platform: Unix
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
.. sectionauthor:: Eric Raymond <esr@thyrsus.com>
.. include:: ../includes/optional-module.rst
+.. availability:: Unix.
+
.. note::
Whenever the documentation mentions a *character* it can be specified
----------------------------------------------
.. module:: dbm.sqlite3
- :platform: All
:synopsis: SQLite backend for dbm
.. versionadded:: 3.13
----------------------------------------
.. module:: dbm.gnu
- :platform: Unix
:synopsis: GNU database manager
**Source code:** :source:`Lib/dbm/gnu.py`
.. include:: ../includes/wasm-mobile-notavail.rst
+.. availability:: Unix.
+
.. exception:: error
Raised on :mod:`!dbm.gnu`-specific errors, such as I/O errors. :exc:`KeyError` is
-----------------------------------------
.. module:: dbm.ndbm
- :platform: Unix
:synopsis: The New Database Manager
**Source code:** :source:`Lib/dbm/ndbm.py`
.. include:: ../includes/wasm-mobile-notavail.rst
+.. availability:: Unix.
+
.. exception:: error
Raised on :mod:`!dbm.ndbm`-specific errors, such as I/O errors. :exc:`KeyError` is raised
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. module:: tkinter.simpledialog
- :platform: Tk
:synopsis: Simple dialog windows
**Source code:** :source:`Lib/tkinter/simpledialog.py`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. module:: tkinter.filedialog
- :platform: Tk
:synopsis: Dialog classes for file selection
**Source code:** :source:`Lib/tkinter/filedialog.py`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. module:: tkinter.commondialog
- :platform: Tk
:synopsis: Tkinter base class for dialogs
**Source code:** :source:`Lib/tkinter/commondialog.py`
==========================================================
.. module:: fcntl
- :platform: Unix
:synopsis: The fcntl() and ioctl() system calls.
.. sectionauthor:: Jaap Vermeulen
==================================
.. module:: grp
- :platform: Unix
:synopsis: The group database (getgrnam() and friends).
--------------
===========================================================
.. module:: msvcrt
- :platform: Windows
:synopsis: Miscellaneous useful routines from the MS VC++ runtime.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
====================================================
.. module:: posix
- :platform: Unix
:synopsis: The most common POSIX system calls (normally used via module os).
--------------
=========================================
.. module:: pty
- :platform: Unix
:synopsis: Pseudo-Terminal Handling for Unix.
.. moduleauthor:: Steen Lumholt
=====================================
.. module:: pwd
- :platform: Unix
:synopsis: The password database (getpwnam() and friends).
--------------
===========================================
.. module:: readline
- :platform: Unix
:synopsis: GNU readline support for Python.
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
.. include:: ../includes/optional-module.rst
+.. availability:: Unix.
+
.. note::
The underlying Readline library API may be implemented by
===============================================
.. module:: resource
- :platform: Unix
:synopsis: An interface to provide resource usage information on the current process.
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
===============================================
.. module:: syslog
- :platform: Unix
:synopsis: An interface to the Unix syslog library routines.
--------------
===========================================
.. module:: termios
- :platform: Unix
:synopsis: POSIX style tty control.
.. index::
======================================================
.. module:: tkinter.colorchooser
- :platform: Tk
:synopsis: Color choosing dialog
**Source code:** :source:`Lib/tkinter/colorchooser.py`
=============================================
.. module:: tkinter.dnd
- :platform: Tk
:synopsis: Tkinter drag-and-drop interface
**Source code:** :source:`Lib/tkinter/dnd.py`
=============================================
.. module:: tkinter.font
- :platform: Tk
:synopsis: Tkinter font-wrapping class
**Source code:** :source:`Lib/tkinter/font.py`
======================================================
.. module:: tkinter.messagebox
- :platform: Tk
:synopsis: Various types of alert dialogs
**Source code:** :source:`Lib/tkinter/messagebox.py`
=====================================================
.. module:: tkinter.scrolledtext
- :platform: Tk
:synopsis: Text widget with a vertical scroll bar.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
==========================================
.. module:: tty
- :platform: Unix
:synopsis: Utility functions that perform common terminal control operations.
.. moduleauthor:: Steen Lumholt
==========================================
.. module:: winreg
- :platform: Windows
:synopsis: Routines and objects for manipulating the Windows registry.
.. sectionauthor:: Mark Hammond <MarkH@ActiveState.com>
========================================================
.. module:: winsound
- :platform: Windows
:synopsis: Access to the sound-playing machinery for Windows.
.. moduleauthor:: Toby Dickenson <htrd90@zepler.org>