Serhiy Storchaka
|
1bcaa81e52
|
bpo-20184: Convert termios to Argument Clinic. (GH-22693)
|
2020-10-18 17:54:06 +03:00 |
|
Serhiy Storchaka
|
9975cc5008
|
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
|
2020-10-09 23:00:45 +03:00 |
|
Mohamed Koubaa
|
15dcdb2113
|
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
|
2020-09-08 10:59:15 +02:00 |
|
Soumendra Ganguly
|
97003466d4
|
Update the comment of termios.c (#21886)
|
2020-08-17 00:51:00 +09:00 |
|
Hai Shi
|
f707d94af6
|
bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017)
|
2020-03-16 14:15:01 +01:00 |
|
Anthony Shaw
|
7dc72b8d4f
|
bpo-28367: Add additional baud rates for termios (GH-13142)
Co-authored-by: Andrey Smirnov <andrew.smirnov@gmail.com>.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
2020-01-04 13:56:31 +01:00 |
|
Dino Viehland
|
bd0c7a12d9
|
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Make the termios module PEP-384 compatible.
|
2019-09-10 03:33:30 -07:00 |
|
Min ho Kim
|
39d87b5471
|
Fix typos mostly in comments, docs and test names (GH-15209)
|
2019-08-30 16:21:19 -04:00 |
|
Zackery Spytz
|
53835e92d3
|
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
|
2018-10-29 06:55:20 +02:00 |
|
jcea
|
f0a95f27c0
|
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
|
2018-01-28 14:00:48 +01:00 |
|
Serhiy Storchaka
|
228b12edcc
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
possible. Patch is writen with Coccinelle.
|
2017-01-23 09:47:21 +02:00 |
|
Jesus Cea
|
736e7fc0f6
|
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
|
2011-03-14 17:36:54 +01:00 |
|
Antoine Pitrou
|
a78f74ce02
|
Issue #8078: Add constants for higher baud rates in the termios module.
Patch by Rodolpho Eckhardt.
|
2010-11-20 20:03:08 +00:00 |
|
Antoine Pitrou
|
f95a1b3c53
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
2010-05-09 15:52:27 +00:00 |
|
Gregory P. Smith
|
cafc22f0b8
|
Merged revisions 75999 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75999 | gregory.p.smith | 2009-10-31 14:23:39 -0700 (Sat, 31 Oct 2009) | 2 lines
Define TCSASOFT if the flag exists.
........
|
2009-11-01 19:24:18 +00:00 |
|
Martin v. Löwis
|
1a21451b1d
|
Implement PEP 3121: new module initialization and finalization API.
|
2008-06-11 05:26:20 +00:00 |
|
Christian Heimes
|
72b710a596
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
|
Christian Heimes
|
217cfd1c86
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
|
Neal Norwitz
|
1ac754fa10
|
Check return result from Py_InitModule*(). This API can fail.
Probably should be backported.
|
2006-01-19 06:09:39 +00:00 |
|
Martin v. Löwis
|
be4fea6198
|
Patch #787189: Explicitly define CTRL on SGI.
|
2003-10-31 13:01:24 +00:00 |
|
Neal Norwitz
|
8225103d2d
|
Get test_ioctl to pass on HPUX 11.
TIOCGPGRP and many other definitions come from bsdtty.h, so it needs
to be included at least on HPUX.
|
2003-05-23 14:35:24 +00:00 |
|
Mark Hammond
|
fe51c6d66e
|
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
for Py_Main().
Thanks to Kalle Svensson and Skip Montanaro for the patches.
|
2002-08-02 02:27:13 +00:00 |
|
Martin v. Löwis
|
14f8b4cfcb
|
Patch #568124: Add doc string macros.
|
2002-06-13 20:33:02 +00:00 |
|
Andrew MacIntyre
|
7bf6833e17
|
OS/2 EMX port changes (Modules part of patch #450267):
Modules/
_hotshot.c
dbmmodule.c
fcntlmodule.c
main.c
pwdmodule.c
readline.c
selectmodule.c
signalmodule.c
termios.c
timemodule.c
unicodedata.c
|
2002-03-03 02:59:16 +00:00 |
|
Fred Drake
|
78f6c867ae
|
Use PyModule_AddObject() instead of accessing the module dict directly.
|
2002-02-14 07:11:23 +00:00 |
|