summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new package support, import hooks, restricted execution supportGuido van Rossum1995-08-041-164/+197
|
* added some missing constantsGuido van Rossum1995-08-042-0/+36
|
* keyword arguments; redid Photo image class; other goodiesGuido van Rossum1995-08-042-192/+402
|
* keyword parameter changesGuido van Rossum1995-08-042-4/+8
|
* - Use new namesJack Jansen1995-07-291-6/+13
| | | | - Use AEInteractWithUser
* Initial revisionJack Jansen1995-07-291-0/+925
|
* New test program for server AE handlingJack Jansen1995-07-291-0/+5
|
* minor fixJack Jansen1995-07-291-1/+1
|
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-296-21/+61
|
* mac CW-only fix for messy windows upon exitJack Jansen1995-07-291-1/+1
|
* Allow mac user to set "command line flags" by option-starting python.Jack Jansen1995-07-291-0/+4
|
* Added code so you canset "command line options" if youJack Jansen1995-07-291-1/+61
| | | | option-click/drag python. Needs a new dialog resource.
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
| | | | the same UPP)
* A new home for scripts/appletsJack Jansen1995-07-294-0/+629
| | | | | | | | | EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow..
* fix bogus DECREF in finally clauseGuido van Rossum1995-07-281-0/+1
|
* \temporary 'fix' for brokennessGuido van Rossum1995-07-281-0/+6
|
* Made more ppc-savvyJack Jansen1995-07-281-0/+10
|
* - Added getplatform()Jack Jansen1995-07-281-0/+9
| | | | - (temporarily?) removed newmodule reference
* 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
|