summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changed comment parsingGuido van Rossum1995-08-041-13/+14
|
* Initial revisionGuido van Rossum1995-08-048-0/+1013
|
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-043-234/+21
|
* empty kw dict is ok for builtinsGuido van Rossum1995-08-041-1/+6
|
* split cofnfig.c in 1000 little files :-)Guido van Rossum1995-08-041-4/+17
|
* moved stuff around to resemble main.cGuido van Rossum1995-08-041-5/+8
|
* add imp.get_frozen_object()Guido van Rossum1995-08-041-13/+54
|
* avoid resize of 0-length tupleGuido van Rossum1995-08-041-0/+5
|
* class objects are read-only in restricted modeGuido van Rossum1995-08-041-0/+5
|
* better err checks in resizetupleGuido van Rossum1995-08-041-2/+2
|
* Initial revisionGuido van Rossum1995-08-047-0/+2404
|
* 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
|