summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed arg checking for keys() and close()Guido van Rossum1995-07-181-19/+19
* Initial revisionGuido van Rossum1995-07-181-0/+369
* added dbhash; Tk is now officially at 4.0Guido van Rossum1995-07-181-3/+16
* suppress . and .. in listdir return valueGuido van Rossum1995-07-181-0/+9
* keyword arguments and faster callsGuido van Rossum1995-07-187-594/+771
* NT specific change for nicer error message (Mark H)Guido van Rossum1995-07-181-3/+32
* changes for keyword arguments and fast function call; added abstract.cGuido van Rossum1995-07-183-67/+80
* keyword arguments and faster function callsGuido van Rossum1995-07-189-32/+38
* 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
* Split aepack and aetypes off from aetools (it was getting too big)Jack Jansen1995-07-173-463/+898
* 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
* 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 f(kw=value...Guido van Rossum1995-07-072-52/+229
* 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