Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |