summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Undef 'argument' before including mac headersJack Jansen1995-07-281-0/+2
|
* Module with one function to read Python modules and extract class andSjoerd Mullender1995-07-281-0/+204
| | | | method definitions. See __doc__ string for more information.
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-261-19/+43
|
* never close the file in imp.load_...Guido van Rossum1995-07-261-6/+0
|
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-262-7/+8
|
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-263-3/+6
|
* add forgotten PyObject_SetAttrStringGuido van Rossum1995-07-261-0/+1
|
* add locking where it existsGuido van Rossum1995-07-261-5/+16
|
* use newgetargsGuido van Rossum1995-07-261-9/+6
|
* improved comments for curses, dbhashGuido van Rossum1995-07-261-3/+8
|
* use getnewargs where it makes senseGuido van Rossum1995-07-261-40/+17
|
* be more suspicious of getlocals()Guido van Rossum1995-07-261-2/+8
|
* better policy regarding NULL localsGuido van Rossum1995-07-261-9/+13
|
* new versionGuido van Rossum1995-07-251-57/+103
|
* Initial revisionGuido van Rossum1995-07-201-0/+172
|
* Get magic number from interpreter (using module imp).Sjoerd Mullender1995-07-191-2/+3
|
* Added flush() method.Sjoerd Mullender1995-07-191-0/+2
|
* change obsolete isfile to isvalid; add lock and unlock commandsGuido van Rossum1995-07-181-2/+10
|
* remove comment about obsolete variableGuido van Rossum1995-07-181-1/+0
|
* implemented 'add' command and commit for added filesGuido van Rossum1995-07-181-5/+57
|
* 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
| | | | 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
|