Guido van Rossum
|
fb502e964f
|
documented globals() and locals()
|
1995-07-07 22:58:28 +00:00 |
Guido van Rossum
|
abfa2cae9f
|
added pointer to libimp.tex for __import__ example
|
1995-07-07 22:57:02 +00:00 |
Guido van Rossum
|
0bf8475108
|
documented default flag, mode; changed gdbm into a pointer to dbm
|
1995-07-07 22:55:57 +00:00 |
Guido van Rossum
|
f10570b9eb
|
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value))
|
1995-07-07 22:53:21 +00:00 |
Guido van Rossum
|
7faeab3103
|
new MAGIC; some changes to default files for imp.load_... functions
|
1995-07-07 22:50:36 +00:00 |
Guido van Rossum
|
e78c5d0a16
|
ignore control-l (parallelling change to tokenizer.c)
|
1995-07-07 22:45:41 +00:00 |
Guido van Rossum
|
aaf18390ee
|
added sys.platform
|
1995-07-07 22:45:02 +00:00 |
Guido van Rossum
|
e40bddc3ef
|
new grammar
|
1995-07-07 22:44:10 +00:00 |
Guido van Rossum
|
872537cc86
|
added locals() and globals(); [raw_]input() uses readline()
|
1995-07-07 22:43:42 +00:00 |
Guido van Rossum
|
064a62bc8a
|
err() should be varargs -- and fix one call
|
1995-07-07 22:39:14 +00:00 |
Guido van Rossum
|
ef4ee62a0f
|
added getpalatform()
|
1995-07-07 22:38:14 +00:00 |
Guido van Rossum
|
807b7bec06
|
normalized flag arg and made flag, mode default args; minor cosmetics
|
1995-07-07 22:37:11 +00:00 |
Guido van Rossum
|
55ea8a7b5b
|
pass $PLATFORM into config.c
|
1995-07-07 22:35:21 +00:00 |
Guido van Rossum
|
3b46a50d63
|
new opcodes RAISE_VARARGS, CALL_FUNCTION
|
1995-07-07 22:32:10 +00:00 |
Guido van Rossum
|
5bb73ed5e4
|
new grammar symbols arglist and argument
|
1995-07-07 22:31:40 +00:00 |
Guido van Rossum
|
94d32b18e0
|
ignore control-l in whitespace
|
1995-07-07 22:27:27 +00:00 |
Guido van Rossum
|
a996b910f2
|
new grammar for 3rd raise arg and keyword parameters
|
1995-07-07 22:26:23 +00:00 |
Barry Warsaw
|
fec75d66a7
|
#changed all email address to go through python.org
|
1995-07-05 23:26:15 +00:00 |
Barry Warsaw
|
4dba7e2b67
|
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
last-input-end either!
|
1995-07-05 23:01:43 +00:00 |
Barry Warsaw
|
4d82c9aef5
|
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
value
|
1995-07-05 22:50:55 +00:00 |
Barry Warsaw
|
e64bfee412
|
(py-process-filter): if command takes a long time, input typed before
the next prompt could end up in the middle of the line, instead of
after it. Fix given by klm@nist.gov.
|
1995-07-05 22:27:23 +00:00 |
Barry Warsaw
|
6e98f3350f
|
(py-shell): cope with make-comint instead of make-shell
|
1995-07-05 22:06:50 +00:00 |
Jack Jansen
|
f74f63a43f
|
Initial port to CodeWarrior CFM68K support (mainly by disabling
unsupported features).
|
1995-06-27 13:18:14 +00:00 |
Jack Jansen
|
eceb3e3f0a
|
Porting to CW CFM68K
|
1995-06-27 13:15:15 +00:00 |
Jack Jansen
|
f9480ce4d4
|
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
|
1995-06-27 13:12:09 +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
|
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
|
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 |