summaryrefslogtreecommitdiff
path: root/Modules/termios.c
Commit message (Expand)AuthorAgeFilesLines
* Should include "Python.h", not <Python.h> -- it's not a standardGuido van Rossum1999-01-141-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+4
* In tcsetattr(), first initialize the mode structure by callingGuido van Rossum1998-06-121-0/+3
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-7/+67
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+1
* Add 'return' keyword before error calls.Guido van Rossum1997-07-171-8/+8
* The usual return-value and memory management checks. I'm not planningBarry Warsaw1997-01-101-10/+16
* Fix operator priority bug found thanks to gcc -Wall.Guido van Rossum1996-12-101-1/+1
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-16/+1
* Steen Lumholt's termios interface.Guido van Rossum1994-09-121-0/+258