index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
termios.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
1
-2/+2
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
GH-97001: Release GIL in termios extension (#99503)
Ronald Oussoren
2022-11-22
1
-12/+76
*
Remove trailing spaces. (GH-28706)
Serhiy Storchaka
2021-10-03
1
-1/+1
*
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly
2021-08-27
1
-0/+158
*
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka
2021-08-09
1
-1/+1
*
bpo-20184: Convert termios to Argument Clinic. (GH-22693)
Serhiy Storchaka
2020-10-18
1
-99/+103
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-18/+6
*
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa
2020-09-08
1
-81/+101
*
Update the comment of termios.c (#21886)
Soumendra Ganguly
2020-08-16
1
-1/+1
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-5/+13
*
bpo-28367: Add additional baud rates for termios (GH-13142)
Anthony Shaw
2020-01-04
1
-0/+33
*
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland
2019-09-10
1
-20/+47
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Zackery Spytz
2018-10-29
1
-2/+2
*
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
jcea
2018-01-28
1
-0/+6
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-10/+5
*
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea
2011-03-14
1
-5/+0
*
Issue #8078: Add constants for higher baud rates in the termios module.
Antoine Pitrou
2010-11-20
1
-0/+37
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-452/+452
*
Merged revisions 75999 via svnmerge from
Gregory P. Smith
2009-11-01
1
-0/+3
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-5/+15
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-3/+3
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-16/+16
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Patch #787189: Explicitly define CTRL on SGI.
Martin v. Löwis
2003-10-31
1
-0/+6
*
Get test_ioctl to pass on HPUX 11.
Neal Norwitz
2003-05-23
1
-0/+4
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-21/+21
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
1
-0/+4
*
Use PyModule_AddObject() instead of accessing the module dict directly.
Fred Drake
2002-02-14
1
-4/+6
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-4/+0
*
Forward-port revision 2.24.2.4 from the release21-maint branch:
Thomas Wouters
2001-06-15
1
-0/+10
*
Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing
Thomas Wouters
2001-06-11
1
-0/+2
*
Correct the sense of a couple of conditional compilations -- used #ifndef
Fred Drake
2001-05-22
1
-2/+2
*
Include sys/modem.h if we have it; this is needed on HP-UX to provide
Fred Drake
2001-05-11
1
-0/+12
*
fdconv(): Do not second guess the error condition returned by
Fred Drake
2001-05-09
1
-37/+4
*
Only import termio.h on OSF, and add a comment about why it is needed there.
Fred Drake
2001-05-09
1
-0/+4
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-05-07
1
-53/+84
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
1
-0/+4
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-04-09
1
-13/+10
*
Effectively revert the previous change: leave the new #include in, but
Fred Drake
2001-04-05
1
-0/+3
*
Add an #include of sys/ioctl.h to pick up a lot of the constants supported
Fred Drake
2001-04-04
1
-0/+1
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-03-26
1
-0/+329
*
Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least
Fred Drake
2001-03-03
1
-0/+58
*
Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols;
Fred Drake
2001-03-02
1
-1/+9
*
Solaris defines VSWTCH instead of VSWTC; carefully make sure both are
Fred Drake
2001-03-01
1
-0/+11
*
Revised version of Jason Tishler's patch to make this compile on Cygwin,
Fred Drake
2001-03-01
1
-0/+10
*
Define the constants needed for working with these functions directly
Fred Drake
2001-02-27
1
-0/+158
*
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-6/+12
[next]