Commit Graph

79 Commits

Author SHA1 Message Date
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
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
Fred Drake
79e75e1916 Use string.ascii_letters instead of string.letters (SF bug #226706). 2001-07-20 19:05:50 +00:00
Guido van Rossum
b1a77dd248 Deleting zombies 2001-07-17 15:45:08 +00:00
Jeremy Hylton
a05e293a21 typos fixed by Rob Hooft 2000-06-28 14:48:01 +00:00
Guido van Rossum
7e75c947db Change #! line to modern usage 1999-03-12 19:05:49 +00:00
Guido van Rossum
5fae9e8b86 nannified 1998-09-14 17:51:14 +00:00
Guido van Rossum
4117e5428b nannified 1998-09-14 16:44:15 +00:00
Guido van Rossum
6c3a2cbc52 whrandom -> random 1998-05-20 17:13:01 +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
f06ee5fa07 /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
Guido van Rossum
c163ae5237 mac utility 1996-07-30 19:05:56 +00:00
Guido van Rossum
db9c054f60 turn a pile of RCS files into a ChangeLog file 1996-07-30 19:05:41 +00:00
Guido van Rossum
c0c01f79c6 more elegant way to treat exit status 1995-10-07 20:48:17 +00:00
Guido van Rossum
a176f585c4 add "-r revisions" flag to log flags 1995-10-07 20:47:35 +00:00
Guido van Rossum
7bde92b65c added log option; cleanup afterwards 1995-10-07 19:47:26 +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
83d6bbf597 search for keyfile in sys.path as last resort; reword exception 1995-10-07 19:35:07 +00:00
Guido van Rossum
5a6ad8fb71 flush before reading response from socket 1995-10-07 19:27:20 +00:00
Guido van Rossum
11bb1743b6 mac robustness: use os.path.join 1995-10-07 19:26:06 +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
ff99a72f53 change obsolete isfile to isvalid; add lock and unlock commands 1995-07-18 18:40:41 +00:00
Guido van Rossum
ec9ea611d2 remove comment about obsolete variable 1995-07-18 18:35:17 +00:00
Guido van Rossum
a79f5a3256 implemented 'add' command and commit for added files 1995-07-18 18:34:34 +00:00
Guido van Rossum
464f62b6c0 added support for -L flag (local operation) 1995-06-23 22:41:34 +00:00
Guido van Rossum
2ba1b4c5f2 add -L option 1995-06-23 22:40:59 +00:00
Guido van Rossum
bab4725401 delete file after checkin 1995-06-23 22:37:53 +00:00
Guido van Rossum
903afd0441 add bug comment 1995-06-23 22:33:57 +00:00
Guido van Rossum
c503c97f1a restructured index somewhat 1995-06-23 22:11:18 +00:00
Guido van Rossum
ab75eb244e rewritten using rcslib.py 1995-06-23 22:07:17 +00:00
Guido van Rossum
40de53c3bd use the new rcslib 1995-06-23 22:05:39 +00:00
Guido van Rossum
8608ab65e3 initial checkin 1995-06-23 22:03:28 +00:00
Guido van Rossum
72974f35fb define RCSProxyClient here instead of in RCSProxy.py 1995-06-23 21:59:12 +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
Guido van Rossum
6ea3f92109 added notes about security 1995-06-21 02:19:55 +00:00
Guido van Rossum
54175f7cbe import string; add 129.6.64 to security 1995-06-21 02:10:32 +00:00
Guido van Rossum
f3d39abb25 add security 1995-06-21 02:09:20 +00:00
Guido van Rossum
541df3e99e bugfixes 1995-06-21 02:08:55 +00:00
Guido van Rossum
d1972af22a update -R; diff -r<rev>; send mail on commit 1995-06-21 01:02:06 +00:00
Guido van Rossum
29cd62b343 add doc for extra field 1995-06-21 01:00:46 +00:00
Guido van Rossum
45babef8c2 security stuff added 1995-06-21 01:00:17 +00:00
Guido van Rossum
37a291180c placeholder for security measures 1995-06-21 00:55:59 +00:00
Guido van Rossum
2f7ef91a5e eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum 1995-05-01 20:22:01 +00:00
Guido van Rossum
ec8cfd4089 largely rewritten FileClass and RCVS 1995-05-01 20:06:44 +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
6c1504629f extensive description of what's here 1995-04-28 22:28:39 +00:00
Guido van Rossum
8b5e0fa862 added setentry() and use it in commit so CVS/Entries gets updated 1995-04-28 21:48:16 +00:00