Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documented default flag, mode; changed gdbm into a pointer to dbm | Guido van Rossum | 1995-07-07 | 4 | -78/+54 |
| | |||||
* | 3rd arg for raise; INCOMPLETE keyword parameter passing (currently ↵ | Guido van Rossum | 1995-07-07 | 2 | -52/+229 |
| | | | | f(kw=value) is seen as f('kw', value)) | ||||
* | new MAGIC; some changes to default files for imp.load_... functions | Guido van Rossum | 1995-07-07 | 1 | -8/+19 |
| | |||||
* | ignore control-l (parallelling change to tokenizer.c) | Guido van Rossum | 1995-07-07 | 1 | -1/+1 |
| | |||||
* | added sys.platform | Guido van Rossum | 1995-07-07 | 1 | -0/+3 |
| | |||||
* | new grammar | Guido van Rossum | 1995-07-07 | 1 | -74/+142 |
| | |||||
* | added locals() and globals(); [raw_]input() uses readline() | Guido van Rossum | 1995-07-07 | 1 | -1/+67 |
| | |||||
* | err() should be varargs -- and fix one call | Guido van Rossum | 1995-07-07 | 1 | -3/+3 |
| | |||||
* | added getpalatform() | Guido van Rossum | 1995-07-07 | 1 | -1/+11 |
| | |||||
* | normalized flag arg and made flag, mode default args; minor cosmetics | Guido van Rossum | 1995-07-07 | 2 | -29/+62 |
| | |||||
* | pass $PLATFORM into config.c | Guido van Rossum | 1995-07-07 | 1 | -1/+2 |
| | |||||
* | new opcodes RAISE_VARARGS, CALL_FUNCTION | Guido van Rossum | 1995-07-07 | 1 | -0/+8 |
| | |||||
* | new grammar symbols arglist and argument | Guido van Rossum | 1995-07-07 | 1 | -0/+2 |
| | |||||
* | ignore control-l in whitespace | Guido van Rossum | 1995-07-07 | 1 | -1/+3 |
| | |||||
* | new grammar for 3rd raise arg and keyword parameters | Guido van Rossum | 1995-07-07 | 1 | -3/+6 |
| | |||||
* | #changed all email address to go through python.org | Barry Warsaw | 1995-07-05 | 1 | -5/+5 |
| | |||||
* | (py-append-to-process-buffer): XEmacs doesn't have last-input-start or | Barry Warsaw | 1995-07-05 | 1 | -2/+4 |
| | | | | last-input-end either! | ||||
* | (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el | Barry Warsaw | 1995-07-05 | 1 | -50/+58 |
| | | | | value | ||||
* | (py-process-filter): if command takes a long time, input typed before | Barry Warsaw | 1995-07-05 | 1 | -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-shell | Barry Warsaw | 1995-07-05 | 1 | -1/+2 |
| | |||||
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 8 | -5/+24 |
| | | | | unsupported features). | ||||
* | Porting to CW CFM68K | Jack Jansen | 1995-06-27 | 3 | -2/+8 |
| | |||||
* | Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own | Jack Jansen | 1995-06-27 | 3 | -5/+5 |
| | | | | unique set of ideosyncracies:-( | ||||
* | added support for -L flag (local operation) | Guido van Rossum | 1995-06-23 | 1 | -5/+17 |
| | |||||
* | add -L option | Guido van Rossum | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | delete file after checkin | Guido van Rossum | 1995-06-23 | 1 | -1/+3 |
| | |||||
* | add bug comment | Guido van Rossum | 1995-06-23 | 1 | -2/+6 |
| | |||||
* | restructured index somewhat | Guido van Rossum | 1995-06-23 | 1 | -14/+35 |
| | |||||
* | rewritten using rcslib.py | Guido van Rossum | 1995-06-23 | 1 | -247/+158 |
| | |||||
* | use the new rcslib | Guido van Rossum | 1995-06-23 | 1 | -5/+12 |
| | |||||
* | initial checkin | Guido van Rossum | 1995-06-23 | 1 | -0/+280 |
| | |||||
* | define RCSProxyClient here instead of in RCSProxy.py | Guido van Rossum | 1995-06-23 | 1 | -1/+12 |
| | |||||
* | rewritten and documented | Guido van Rossum | 1995-06-23 | 1 | -170/+258 |
| | |||||
* | barry's contributions | Guido van Rossum | 1995-06-23 | 2 | -0/+256 |
| | |||||
* | added seekable option; save unix from lines; speed up islast() | Guido van Rossum | 1995-06-22 | 1 | -12/+24 |
| | |||||
* | add User-agent hdr; read and close the file upon http error | Guido van Rossum | 1995-06-22 | 1 | -3/+14 |
| | |||||
* | make split and splitfields, join and joinfields synonyms | Guido van Rossum | 1995-06-22 | 2 | -12/+16 |
| | |||||
* | make reporting unbalanced tags an overridable method | Guido van Rossum | 1995-06-22 | 1 | -2/+7 |
| | |||||
* | use imp.new_module(), not new.module(); and /usr/local | Guido van Rossum | 1995-06-22 | 1 | -4/+4 |
| | |||||
* | functions don't have a __name__ attribute | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | test other name variable | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | doctor the exception | Guido van Rossum | 1995-06-22 | 1 | -7/+14 |
| | |||||
* | discard endrequest(); minor stuff; rfc822 no seek flag | Guido van Rossum | 1995-06-22 | 1 | -6/+4 |
| | |||||
* | support <HTML>, remove <HEADER> | Guido van Rossum | 1995-06-22 | 1 | -3/+2 |
| | |||||
* | set softspace to 0 in __init__ | Guido van Rossum | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | added notes about security | Guido van Rossum | 1995-06-21 | 1 | -0/+16 |
| | |||||
* | import string; add 129.6.64 to security | Guido van Rossum | 1995-06-21 | 1 | -1/+2 |
| | |||||
* | add security | Guido van Rossum | 1995-06-21 | 1 | -6/+6 |
| | |||||
* | bugfixes | Guido van Rossum | 1995-06-21 | 2 | -5/+12 |
| | |||||
* | update -R; diff -r<rev>; send mail on commit | Guido van Rossum | 1995-06-21 | 1 | -9/+120 |
| |