Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate for Solaris 8. | Martin v. Löwis | 2001-08-09 | 5 | -739/+1778 |
| | |||||
* | Do no regenerate modules that should no longer be here. | Fred Drake | 2001-05-10 | 1 | -3/+0 |
| | |||||
* | Remove the old platform-specific FCNTL.py modules; these are no longer | Fred Drake | 2001-05-09 | 1 | -204/+0 |
| | | | | needed now that fcntl exports the constants. | ||||
* | Replace all the platform-specific TERMIOS modules with a portable version | Fred Drake | 2001-02-27 | 1 | -433/+0 |
| | | | | | based on the termios module. The only added "feature" is the deprecation warning it spits out. | ||||
* | The socket constants have been moved to the socket module for a long time; | Fred Drake | 2001-02-02 | 1 | -145/+0 |
| | | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular). | ||||
* | Forgot to add this file. CDROM device parameters. | Guido van Rossum | 1999-04-12 | 1 | -0/+73 |
| | |||||
* | Add two constants (with the same value) to specify the on-board CD input. | Guido van Rossum | 1998-09-24 | 1 | -0/+2 |
| | |||||
* | Added stropts.h to the list of files automatically regenerated. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
| | |||||
* | Generated from Solaris 2.6's /usr/include/sys/stropts.h via | Barry Warsaw | 1997-12-02 | 1 | -0/+1450 |
| | | | | | | Tools/scripts/h2py.py. This file contains many useful streamio(7) constants, especially the ones that support passing open file descriptors through a pipe: I_RECVFD and I_SENDFD. | ||||
* | Regenerated on newer Solaris version | Guido van Rossum | 1997-05-13 | 4 | -4/+1256 |
| | |||||
* | added TERMIOS.py | Guido van Rossum | 1995-03-31 | 2 | -0/+386 |
| | |||||
* | initial commit | Guido van Rossum | 1994-10-09 | 5 | -0/+279 |