Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 2 | -334/+0 |
| | |||||
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -5/+5 |
| | | | | (Rough first cut.) | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | Remove obsolete entries from regen scripts. | Martin v. Löwis | 2001-07-31 | 1 | -3/+0 |
| | |||||
* | Remove the old platform-specific FCNTL.py modules; these are no longer | Fred Drake | 2001-05-09 | 1 | -124/+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 | -218/+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 | -325/+0 |
| | | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular). | ||||
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-07 | 4 | -0/+994 |
| | | | | Generated files for BeOS R5. | ||||
* | Donn Cave <donn@u.washington.edu>: | Fred Drake | 2000-10-06 | 1 | -0/+10 |
Script to regenerate platform-specific modules of constants. [I moved common paths to variables for easier reading by humans. -- FLD] This closes SourceForge patch #101781. |