| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -18/+6 |
|
|
* | Should include "Python.h", not <Python.h> -- it's not a standard | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+4 |
|
|
* | In tcsetattr(), first initialize the mode structure by calling | Guido van Rossum | 1998-06-12 | 1 | -0/+3 |
|
|
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -7/+67 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+1 |
|
|
* | Add 'return' keyword before error calls. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
|
|
* | The usual return-value and memory management checks. I'm not planning | Barry Warsaw | 1997-01-10 | 1 | -10/+16 |
|
|
* | Fix operator priority bug found thanks to gcc -Wall. | Guido van Rossum | 1996-12-10 | 1 | -1/+1 |
|
|
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 1 | -16/+1 |
|
|
* | Steen Lumholt's termios interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+258 |
|
|