Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | According to Jeffrey Honig, bsd/os 4.0 should be added to the list. | Guido van Rossum | 1999-02-23 | 1 | -1/+3 | |
| | ||||||
* | Guess what -- BSD has bifurcated again. :-( | Guido van Rossum | 1998-08-11 | 1 | -1/+1 | |
| | ||||||
* | Support for netbsd1 and freebsd3, after suggestions by Anders Andersen | Guido van Rossum | 1997-12-02 | 1 | -2/+7 | |
| | | | | and Jacques Vidrine. | |||||
* | Finally found a wat to set a file nonblocking that works on Irix, | Guido van Rossum | 1997-05-12 | 1 | -2/+2 | |
| | | | | Solaris and Linux: use os.O_NONBLOCK. | |||||
* | Fix the NDELAY test; avoid outputting binary garbage. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 | |
| | ||||||
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | 'verbose' flag ala GvR updated test harness architecture. Old way: verbose = 0 if __name__ == '__main__': verbose = 1 New way: from test_support import verbose Some other small readablility and functionality updates. | |||||
* | Added a test script for the fcntl C module. | Roger E. Masse | 1996-12-17 | 1 | -0/+31 | |