summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generic Abstract Object InterfaceGuido van Rossum1995-07-181-0/+972
|
* include abstract.hGuido van Rossum1995-07-181-0/+2
|
* Generic Abstract Object InterfaceGuido van Rossum1995-07-181-0/+810
|
* Various toolbox routines have gotten new names.Jack Jansen1995-07-172-15/+15
|
* The three most important suites, generated by gensuitemoduleJack Jansen1995-07-173-0/+2312
|
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-173-0/+527
| | | | test_suite is a tiny test program for such a generated class
* Split aepack and aetypes off from aetools (it was getting too big)Jack Jansen1995-07-173-463/+898
| | | | | Added support for all basic types mentioned in Apple Event Registry Added support for automatically-generated suites.
* Generated anew after fixing aescan.pyJack Jansen1995-07-174-85/+581
|
* Also scan AERegistry.h and AEObjects.h and create .py definitionJack Jansen1995-07-171-0/+21
| | | | | | files. Some methods had turned to functions again. Fixed.
* Added GetErrorString method (convert OSErr number to string)Jack Jansen1995-07-171-0/+11
|
* Tk 4.0 and Tcl 7.4 are now standardGuido van Rossum1995-07-144-154/+312
|
* Tommy's mail explaining statusGuido van Rossum1995-07-141-0/+27
|
* Official version 1.26 directly from KenGuido van Rossum1995-07-121-5/+4
|
* args to call_object must be tuple or NULLGuido van Rossum1995-07-123-17/+7
|
* something close to Ken's latest version ...Guido van Rossum1995-07-121-393/+978
|
* fix read(0), readline(0); make tuple for call_object argsGuido van Rossum1995-07-101-14/+17
|
* rename arglist to alist (conflict with new grammar symbol)Guido van Rossum1995-07-101-16/+16
|
* Ignore a few more names when comparing directories.Sjoerd Mullender1995-07-101-1/+1
|
* replace vars() with locals() and globals(); 3rd raise arg; typosGuido van Rossum1995-07-074-38/+56
|
* typosGuido van Rossum1995-07-072-6/+6
|
* add missing definitin of longstringitemGuido van Rossum1995-07-072-0/+2
|
* correct description of list.insert()Guido van Rossum1995-07-072-2/+4
|
* fix bug in example (should close file at all times)Guido van Rossum1995-07-072-20/+26
|
* correct typo; document sys.platformGuido van Rossum1995-07-072-2/+12
|
* documented globals() and locals()Guido van Rossum1995-07-072-8/+42
|
* added pointer to libimp.tex for __import__ exampleGuido van Rossum1995-07-072-2/+4
|
* 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
|