Benjamin Peterson
9c6bd77e39
Merged revisions 78779 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line
remove svn:executable from scripts without a shebang line
........
2010-03-21 22:42:02 +00:00
Skip Montanaro
1e8ce58f5d
remove most uses of list(somedict.keys()) in Demo scripts
2007-08-06 21:07:53 +00:00
Collin Winter
6f2df4d5e1
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
2007-07-17 20:59:35 +00:00
Tim Peters
e6ddc8b20b
Whitespace normalization. Ran reindent.py over the entire source tree.
2004-07-18 05:56:09 +00:00
Andrew M. Kuchling
a90a3b471d
Use md5.new() constructor
2002-04-17 21:53:21 +00:00
Guido van Rossum
72118e5bc7
Fix a typo in Tim's fix.
2002-04-04 23:03:47 +00:00
Tim Peters
bc0e910826
Convert a pile of obvious "yes/no" functions to return bool.
2002-04-04 22:55:58 +00:00
Guido van Rossum
f6d69289a3
mac robustness: default timezone, unlink target before rename
1995-10-07 19:25:25 +00:00
Guido van Rossum
ec9ea611d2
remove comment about obsolete variable
1995-07-18 18:35:17 +00:00
Guido van Rossum
29cd62b343
add doc for extra field
1995-06-21 01:00:46 +00:00
Guido van Rossum
1c653bd6be
moved proxy; added __cmp__(); made proxy optional for getremote()
1995-05-01 20:06:06 +00:00
Guido van Rossum
b07d729c2d
correct call to unparse, should be putentry now
1995-04-28 15:25:44 +00:00
Guido van Rossum
81be17bdae
report() needs to report enew and edeleted
1995-04-28 14:33:08 +00:00
Guido van Rossum
00bbf09e1a
largely rewritten, out of frustration
1995-04-27 21:24:16 +00:00
Guido van Rossum
9aeee75c59
added Entry.dump() method
1995-04-27 19:01:37 +00:00
Guido van Rossum
c51237cd70
dunno
1995-04-27 18:05:36 +00:00
Guido van Rossum
5f07b84796
Initial revision
1995-04-26 22:57:11 +00:00