Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28027: Remove Lib/plat-* files | Zachary Ware | 2016-09-08 | 2 | -358/+0 |
| | |||||
* | Merged revisions 78644 via svnmerge from | Benjamin Peterson | 2010-03-04 | 1 | -0/+0 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78644 | benjamin.peterson | 2010-03-03 20:07:55 -0600 (Wed, 03 Mar 2010) | 1 line set svn:executable on all regen scripts ........ | ||||
* | 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 | -114/+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 | -198/+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 | -142/+0 |
| | | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular). | ||||
* | tg@freebsd.org | Jeremy Hylton | 2000-08-31 | 5 | -0/+815 |
close SF patch #101354 |