summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved here because it is think-specificJack Jansen1995-08-071-0/+336
* Added resource-files to CVS tree, in binhex formJack Jansen1995-08-074-0/+180
* Put resource-files under CVS, in binhex formJack Jansen1995-08-075-0/+1006
* new sendport() interface; add test() program callGuido van Rossum1995-08-041-6/+9
* added format_* functions (suggestion by Ken M)Guido van Rossum1995-08-041-7/+31
* subtle changes to relative rurl joinsGuido van Rossum1995-08-041-3/+3
* use mimetools; add error handling and authenticationGuido van Rossum1995-08-041-12/+129
* major rewrite using different formatting paradigmGuido van Rossum1995-08-041-586/+330
* 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
* 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
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
* A new home for scripts/appletsJack Jansen1995-07-294-0/+629
* 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
* 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
* 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