summaryrefslogtreecommitdiffstats
path: root/Doc/library/tty.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-85984: New additions and improvements to the tty library. (#101832)Soumendra Ganguly2023-05-191-2/+20
| | | | | | | | | | New additions to the tty library. Functions added: cfmakeraw(), and cfmakecbreak(). The functions setcbreak() and setraw() now return original termios to save an extra tcgetattr() call. --------- Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-3/+2
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+38