COMMITS
/ Modules/termios.c 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
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
June 12, 1998
G
In tcsetattr(), first initialize the mode structure by calling
Guido van Rossum committed
March 3, 1998
G
Doc strings added by Mitch Chapman.
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
July 17, 1997
G
Add 'return' keyword before error calls.
Guido van Rossum committed
January 10, 1997
B
The usual return-value and memory management checks. I'm not planning
Barry Warsaw committed
December 10, 1996
G
Fix operator priority bug found thanks to gcc -Wall.
Guido van Rossum committed
September 14, 1994
G
* various modules: #include "Python.h" and remove most remporary
Guido van Rossum committed
September 12, 1994
G
Steen Lumholt's termios interface.
Guido van Rossum committed