summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Helper module for uuencode and binhex codersJack Jansen1995-08-072-0/+605
|
* Added missing walk() functionJack Jansen1995-08-071-0/+19
|
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
|
* Mwerks now also has fopenrfJack Jansen1995-08-071-0/+3
|
* Mwerks version of fopenRF.Jack Jansen1995-08-071-0/+47
|
* Fix for cfm68kJack Jansen1995-08-071-0/+2
|
* 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
| | | | - 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
|