Eric S. Raymond
|
dcd3a875a5
|
String method conversion.
|
2001-02-09 16:45:10 +00:00 |
Eric S. Raymond
|
b3acd3e4d3
|
String method conversion.
|
2001-02-09 12:20:51 +00:00 |
Fred Drake
|
0c07b50811
|
The socket constants have been moved to the socket module for a long time;
the standard library does not use the SOCKET module any more, and it is
not defined for all platforms (Windows, in particular).
|
2001-02-02 02:51:21 +00:00 |
Fred Drake
|
132dce2246
|
Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
|
2000-12-12 23:11:42 +00:00 |
Fred Drake
|
def003845b
|
Convert some old-style string exceptions to class exceptions.
|
2000-08-18 14:59:33 +00:00 |
Thomas Wouters
|
c533e4a012
|
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
genuine bug, so I checked it in separately.
|
2000-07-16 11:57:20 +00:00 |
Jeremy Hylton
|
a05e293a21
|
typos fixed by Rob Hooft
|
2000-06-28 14:48:01 +00:00 |
Guido van Rossum
|
4edf656402
|
Remove stuff with unsure copyright status
|
1999-03-12 19:31:51 +00:00 |
Guido van Rossum
|
2c2f731daf
|
[Sjoerd Mullender]
Don't use CL module since all constants are now in cl.
|
1998-08-07 15:28:23 +00:00 |
Guido van Rossum
|
fa6e254b34
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 20:23:01 +00:00 |
Guido van Rossum
|
2830dcc15c
|
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
|
1998-03-26 19:52:46 +00:00 |
Guido van Rossum
|
9694fcab53
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
Guido van Rossum
|
1ce7c6fde8
|
Irix 6 specific files -- thanks Sjoerd!
|
1997-01-15 19:19:19 +00:00 |