summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* documented default flag, mode; changed gdbm into a pointer to dbmGuido van Rossum1995-07-074-78/+54
|
* 3rd arg for raise; INCOMPLETE keyword parameter passing (currently ↵Guido van Rossum1995-07-072-52/+229
| | | | f(kw=value) is seen as f('kw', value))
* new MAGIC; some changes to default files for imp.load_... functionsGuido van Rossum1995-07-071-8/+19
|
* ignore control-l (parallelling change to tokenizer.c)Guido van Rossum1995-07-071-1/+1
|
* added sys.platformGuido van Rossum1995-07-071-0/+3
|
* new grammarGuido van Rossum1995-07-071-74/+142
|
* added locals() and globals(); [raw_]input() uses readline()Guido van Rossum1995-07-071-1/+67
|
* err() should be varargs -- and fix one callGuido van Rossum1995-07-071-3/+3
|
* added getpalatform()Guido van Rossum1995-07-071-1/+11
|
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-072-29/+62
|
* pass $PLATFORM into config.cGuido van Rossum1995-07-071-1/+2
|
* new opcodes RAISE_VARARGS, CALL_FUNCTIONGuido van Rossum1995-07-071-0/+8
|
* new grammar symbols arglist and argumentGuido van Rossum1995-07-071-0/+2
|
* ignore control-l in whitespaceGuido van Rossum1995-07-071-1/+3
|
* new grammar for 3rd raise arg and keyword parametersGuido van Rossum1995-07-071-3/+6
|
* #changed all email address to go through python.orgBarry Warsaw1995-07-051-5/+5
|
* (py-append-to-process-buffer): XEmacs doesn't have last-input-start orBarry Warsaw1995-07-051-2/+4
| | | | last-input-end either!
* (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.elBarry Warsaw1995-07-051-50/+58
| | | | value
* (py-process-filter): if command takes a long time, input typed beforeBarry Warsaw1995-07-051-8/+13
| | | | | the next prompt could end up in the middle of the line, instead of after it. Fix given by klm@nist.gov.
* (py-shell): cope with make-comint instead of make-shellBarry Warsaw1995-07-051-1/+2
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-278-5/+24
| | | | unsupported features).
* Porting to CW CFM68KJack Jansen1995-06-273-2/+8
|
* Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its ownJack Jansen1995-06-273-5/+5
| | | | unique set of ideosyncracies:-(
* added support for -L flag (local operation)Guido van Rossum1995-06-231-5/+17
|
* add -L optionGuido van Rossum1995-06-231-1/+1
|
* delete file after checkinGuido van Rossum1995-06-231-1/+3
|
* add bug commentGuido van Rossum1995-06-231-2/+6
|
* restructured index somewhatGuido van Rossum1995-06-231-14/+35
|
* rewritten using rcslib.pyGuido van Rossum1995-06-231-247/+158
|
* use the new rcslibGuido van Rossum1995-06-231-5/+12
|
* initial checkinGuido van Rossum1995-06-231-0/+280
|
* define RCSProxyClient here instead of in RCSProxy.pyGuido van Rossum1995-06-231-1/+12
|
* rewritten and documentedGuido van Rossum1995-06-231-170/+258
|
* barry's contributionsGuido van Rossum1995-06-232-0/+256
|
* added seekable option; save unix from lines; speed up islast()Guido van Rossum1995-06-221-12/+24
|
* add User-agent hdr; read and close the file upon http errorGuido van Rossum1995-06-221-3/+14
|
* make split and splitfields, join and joinfields synonymsGuido van Rossum1995-06-222-12/+16
|
* make reporting unbalanced tags an overridable methodGuido van Rossum1995-06-221-2/+7
|
* use imp.new_module(), not new.module(); and /usr/localGuido van Rossum1995-06-221-4/+4
|
* functions don't have a __name__ attributeGuido van Rossum1995-06-221-1/+1
|
* test other name variableGuido van Rossum1995-06-221-1/+1
|
* doctor the exceptionGuido van Rossum1995-06-221-7/+14
|
* discard endrequest(); minor stuff; rfc822 no seek flagGuido van Rossum1995-06-221-6/+4
|
* support <HTML>, remove <HEADER>Guido van Rossum1995-06-221-3/+2
|
* set softspace to 0 in __init__Guido van Rossum1995-06-221-0/+1
|
* added notes about securityGuido van Rossum1995-06-211-0/+16
|
* import string; add 129.6.64 to securityGuido van Rossum1995-06-211-1/+2
|
* add securityGuido van Rossum1995-06-211-6/+6
|
* bugfixesGuido van Rossum1995-06-212-5/+12
|
* update -R; diff -r<rev>; send mail on commitGuido van Rossum1995-06-211-9/+120
|