Neal Norwitz
|
10be10cbe7
|
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
|
2006-03-16 06:50:13 +00:00 |
Tim Peters
|
e6ddc8b20b
|
Whitespace normalization. Ran reindent.py over the entire source tree.
|
2004-07-18 05:56:09 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Guido van Rossum
|
3b0a3293c3
|
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Weinberg). This changes all uses of deprecated tempfile functions to
the recommended ones.
|
2002-08-09 16:38:32 +00:00 |
Fred Drake
|
79e75e1916
|
Use string.ascii_letters instead of string.letters (SF bug #226706).
|
2001-07-20 19:05:50 +00:00 |
Jeremy Hylton
|
a05e293a21
|
typos fixed by Rob Hooft
|
2000-06-28 14:48:01 +00:00 |
Guido van Rossum
|
4117e5428b
|
nannified
|
1998-09-14 16:44:15 +00:00 |
Guido van Rossum
|
2e6938f167
|
Fix bug in islocked() -- it would always return 0.
|
1998-03-17 21:28:21 +00:00 |
Guido van Rossum
|
c0c01f79c6
|
more elegant way to treat exit status
|
1995-10-07 20:48:17 +00:00 |
Guido van Rossum
|
bffda89914
|
change log() to return the string instead of printing it
|
1995-10-07 19:46:08 +00:00 |
Guido van Rossum
|
802c437a95
|
rewritten and documented
|
1995-06-23 21:58:18 +00:00 |
Guido van Rossum
|
79ed32d553
|
barry's contributions
|
1995-06-23 14:40:06 +00:00 |