Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -676/+0 |
| | | | | | based on the termios module. The only added "feature" is the deprecation warning it spits out. | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -13/+12 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 2 | -8/+7 |
| | |||||
* | The socket constants have been moved to the socket module for a long time; | Fred Drake | 2001-02-02 | 1 | -152/+0 |
| | | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular). | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 8 | -22/+22 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 4 | -5/+10 |
| | |||||
* | Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | genuine bug, so I checked it in separately. | ||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 2 | -4/+4 |
| | |||||
* | Remove stuff with unsure copyright status | Guido van Rossum | 1999-03-12 | 1 | -54/+0 |
| | |||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 1 | -20/+20 |
| | | | | Don't use CL module since all constants are now in cl. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -140/+140 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 1 | -4/+0 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 3 | -19/+17 |
| | |||||
* | Irix 6 specific files -- thanks Sjoerd! | Guido van Rossum | 1997-01-15 | 29 | -0/+5332 |