Commit graph

488 commits

Author SHA1 Message Date
Guido van Rossum
9d8fe6483d rather ugly temporary hacks to make it work in grail & restricted mode 1995-08-09 02:33:38 +00:00
Guido van Rossum
6a0691aee4 fix bug in reload 1995-08-09 02:32:49 +00:00
Guido van Rossum
bebe5157a5 add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open 1995-08-09 02:32:08 +00:00
Guido van Rossum
aa7634476f change blank line insertion at a few places and fix recursion bug for </var> 1995-08-09 02:31:00 +00:00
Guido van Rossum
1383356039 added sys.std files, read-only open, reload 1995-08-07 20:19:27 +00:00
Guido van Rossum
221df24940 add splitdrive() 1995-08-07 20:17:55 +00:00
Guido van Rossum
971ee13835 pass the command to sh -c 1995-08-07 20:17:23 +00:00
Guido van Rossum
e0bfd50d76 correct typo (persis*ent) 1995-08-07 20:16:58 +00:00
Guido van Rossum
ec8fd94aab use new "single" compile option 1995-08-07 20:16:05 +00:00
Guido van Rossum
b7677095d4 make sure os.environ exists (maybe empty) 1995-08-07 20:15:23 +00:00
Guido van Rossum
8755582ef1 add seekable option to __init__ 1995-08-07 20:13:56 +00:00
Guido van Rossum
65ab98c427 use mimetools; add close() 1995-08-07 20:13:02 +00:00
Guido van Rossum
e7808778d6 added parse_qs(query_string) 1995-08-07 20:12:09 +00:00
Guido van Rossum
f54d967fec new formatter module; redid htmllib module to use it 1995-08-07 20:07:44 +00:00
Guido van Rossum
a0eab1d367 Initial revision 1995-08-07 20:07:36 +00:00
Jack Jansen
0a2eaac867 Use binascii module for inner loop 1995-08-07 14:37:38 +00:00
Jack Jansen
fcdffeaaa1 Implement binhex protocol.
Note: binhex works, hexbin does not work yet.
1995-08-07 14:36:51 +00:00
Jack Jansen
a68bfe29ec Added missing walk() function 1995-08-07 14:09:27 +00:00
Guido van Rossum
221ec0b97a new sendport() interface; add test() program call 1995-08-04 04:39:30 +00:00
Guido van Rossum
28e99fe96f added format_* functions (suggestion by Ken M) 1995-08-04 04:30:30 +00:00
Guido van Rossum
fb1a0cd74f subtle changes to relative rurl joins 1995-08-04 04:29:32 +00:00
Guido van Rossum
bbb0a05972 use mimetools; add error handling and authentication 1995-08-04 04:29:05 +00:00
Guido van Rossum
7ff5d7f7c7 major rewrite using different formatting paradigm 1995-08-04 04:23:30 +00:00
Guido van Rossum
145b2e0168 changed comment parsing 1995-08-04 04:22:39 +00:00
Guido van Rossum
e7e578ffe0 Initial revision 1995-08-04 04:00:20 +00:00
Guido van Rossum
40d1ea3b9c new package support, import hooks, restricted execution support 1995-08-04 03:59:03 +00:00
Guido van Rossum
a22a70aaff added some missing constants 1995-08-04 03:51:48 +00:00
Guido van Rossum
35f67fb552 keyword arguments; redid Photo image class; other goodies 1995-08-04 03:50:29 +00:00
Guido van Rossum
9455063d1e keyword parameter changes 1995-08-04 03:49:39 +00:00
Sjoerd Mullender
8cb4b1f707 Module with one function to read Python modules and extract class and
method definitions.  See __doc__ string for more information.
1995-07-28 09:30:01 +00:00
Sjoerd Mullender
2e5168c9fc Get magic number from interpreter (using module imp). 1995-07-19 11:21:47 +00:00
Sjoerd Mullender
aa3e163fa1 Added flush() method. 1995-07-19 11:21:21 +00:00
Guido van Rossum
761c5aba8e Tk 4.0 and Tcl 7.4 are now standard 1995-07-14 15:29:10 +00:00
Guido van Rossum
677dfc37b5 Tommy's mail explaining status 1995-07-14 15:28:00 +00:00
Guido van Rossum
7f64e2497c Official version 1.26 directly from Ken 1995-07-12 15:34:34 +00:00
Guido van Rossum
b89ab8c6d2 something close to Ken's latest version ... 1995-07-12 02:17:51 +00:00
Guido van Rossum
92457b9f8d added seekable option; save unix from lines; speed up islast() 1995-06-22 19:06:57 +00:00
Guido van Rossum
6cb15a0572 add User-agent hdr; read and close the file upon http error 1995-06-22 19:00:13 +00:00
Guido van Rossum
2ab19920fc make split and splitfields, join and joinfields synonyms 1995-06-22 18:58:00 +00:00
Guido van Rossum
efe5ac404f make reporting unbalanced tags an overridable method 1995-06-22 18:56:36 +00:00
Guido van Rossum
b47281539a use imp.new_module(), not new.module(); and /usr/local 1995-06-22 18:55:10 +00:00
Guido van Rossum
8afa8245bb functions don't have a __name__ attribute 1995-06-22 18:52:35 +00:00
Guido van Rossum
f71c79bb85 test other name variable 1995-06-22 18:51:23 +00:00
Guido van Rossum
f4ef7e6a0b doctor the exception 1995-06-22 18:50:15 +00:00
Guido van Rossum
4cdcef7e29 discard endrequest(); minor stuff; rfc822 no seek flag 1995-06-22 18:48:48 +00:00
Guido van Rossum
2d95706f68 support <HTML>, remove <HEADER> 1995-06-22 18:46:12 +00:00
Guido van Rossum
0daa13b188 set softspace to 0 in __init__ 1995-06-22 18:45:04 +00:00
Guido van Rossum
303c179b92 add bind(0,''); better way of guessing our fully qualified hostname 1995-06-20 17:21:42 +00:00
Jack Jansen
e5e2cdde15 Removed >From stuff 1995-06-16 10:57:14 +00:00
Guido van Rossum
f1945466e8 two mime encoding schemes 1995-06-14 23:43:44 +00:00