summaryrefslogtreecommitdiffstats
path: root/Lib/plat-beos5
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for BeOSSkip Montanaro2007-08-172-334/+0
|
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-5/+5
| | | | (Rough first cut.)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Remove obsolete entries from regen scripts.Martin v. Löwis2001-07-311-3/+0
|
* Remove the old platform-specific FCNTL.py modules; these are no longerFred Drake2001-05-091-124/+0
| | | | needed now that fcntl exports the constants.
* Replace all the platform-specific TERMIOS modules with a portable versionFred Drake2001-02-271-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 Drake2001-02-021-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 Drake2000-10-074-0/+994
| | | | Generated files for BeOS R5.
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-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.