COMMITS
/ Modules/termios.c October 3, 2021
S
Remove trailing spaces. (GH-28706)
Serhiy Storchaka committed
August 27, 2021
S
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly committed
August 9, 2021
S
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka committed
October 18, 2020
S
bpo-20184: Convert termios to Argument Clinic. (GH-22693)
Serhiy Storchaka committed
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
September 8, 2020
M
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa committed
August 16, 2020
S
Update the comment of termios.c (#21886)
Soumendra Ganguly committed
March 16, 2020
January 4, 2020
A
bpo-28367: Add additional baud rates for termios (GH-13142)
Anthony Shaw committed
September 10, 2019
D
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
October 29, 2018
Z
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Zackery Spytz committed
January 28, 2018
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
March 14, 2011
J
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea committed
November 20, 2010
A
Issue #8078: Add constants for higher baud rates in the termios module.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
November 1, 2009
G
Merged revisions 75999 via svnmerge from
Gregory P. Smith committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
October 31, 2003
M
Patch #787189: Explicitly define CTRL on SGI.
Martin v. Löwis committed
May 23, 2003
N
Get test_ioctl to pass on HPUX 11.
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
March 3, 2002
A
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre committed
February 14, 2002
F
Use PyModule_AddObject() instead of accessing the module dict directly.
Fred Drake committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
June 15, 2001
T
Forward-port revision 2.24.2.4 from the release21-maint branch:
Thomas Wouters committed
June 11, 2001
T
Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing
Thomas Wouters committed
May 22, 2001
F
Correct the sense of a couple of conditional compilations -- used #ifndef
Fred Drake committed
May 11, 2001
F
Include sys/modem.h if we have it; this is needed on HP-UX to provide
Fred Drake committed
May 9, 2001
F
fdconv(): Do not second guess the error condition returned by
Fred Drake committed
F
Only import termio.h on OSF, and add a comment about why it is needed there.
Fred Drake committed
May 7, 2001
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
April 11, 2001
G
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum committed
April 9, 2001
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
April 5, 2001
F
Effectively revert the previous change: leave the new #include in, but
Fred Drake committed
April 4, 2001
F
Add an #include of sys/ioctl.h to pick up a lot of the constants supported
Fred Drake committed
March 26, 2001
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
March 3, 2001
F
Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least
Fred Drake committed
March 2, 2001
F
Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols;
Fred Drake committed
March 1, 2001
F
Solaris defines VSWTCH instead of VSWTC; carefully make sure both are
Fred Drake committed
F
Revised version of Jason Tishler's patch to make this compile on Cygwin,
Fred Drake committed
February 27, 2001
F
Define the constants needed for working with these functions directly
Fred Drake committed
August 3, 2000
A
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
January 14, 1999
G
Should include "Python.h", not <Python.h> -- it's not a standard
Guido van Rossum committed