summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-278-5/+24
| | | | unsupported features).
* Porting to CW CFM68KJack Jansen1995-06-273-2/+8
|
* Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its ownJack Jansen1995-06-273-5/+5
| | | | unique set of ideosyncracies:-(
* added support for -L flag (local operation)Guido van Rossum1995-06-231-5/+17
|
* add -L optionGuido van Rossum1995-06-231-1/+1
|
* delete file after checkinGuido van Rossum1995-06-231-1/+3
|
* add bug commentGuido van Rossum1995-06-231-2/+6
|
* restructured index somewhatGuido van Rossum1995-06-231-14/+35
|
* rewritten using rcslib.pyGuido van Rossum1995-06-231-247/+158
|
* use the new rcslibGuido van Rossum1995-06-231-5/+12
|
* initial checkinGuido van Rossum1995-06-231-0/+280
|
* define RCSProxyClient here instead of in RCSProxy.pyGuido van Rossum1995-06-231-1/+12
|
* rewritten and documentedGuido van Rossum1995-06-231-170/+258
|
* barry's contributionsGuido van Rossum1995-06-232-0/+256
|
* added seekable option; save unix from lines; speed up islast()Guido van Rossum1995-06-221-12/+24
|
* add User-agent hdr; read and close the file upon http errorGuido van Rossum1995-06-221-3/+14
|
* make split and splitfields, join and joinfields synonymsGuido van Rossum1995-06-222-12/+16
|
* make reporting unbalanced tags an overridable methodGuido van Rossum1995-06-221-2/+7
|
* use imp.new_module(), not new.module(); and /usr/localGuido van Rossum1995-06-221-4/+4
|
* functions don't have a __name__ attributeGuido van Rossum1995-06-221-1/+1
|
* test other name variableGuido van Rossum1995-06-221-1/+1
|
* doctor the exceptionGuido van Rossum1995-06-221-7/+14
|
* discard endrequest(); minor stuff; rfc822 no seek flagGuido van Rossum1995-06-221-6/+4
|
* support <HTML>, remove <HEADER>Guido van Rossum1995-06-221-3/+2
|
* set softspace to 0 in __init__Guido van Rossum1995-06-221-0/+1
|
* added notes about securityGuido van Rossum1995-06-211-0/+16
|
* import string; add 129.6.64 to securityGuido van Rossum1995-06-211-1/+2
|
* add securityGuido van Rossum1995-06-211-6/+6
|
* bugfixesGuido van Rossum1995-06-212-5/+12
|
* update -R; diff -r<rev>; send mail on commitGuido van Rossum1995-06-211-9/+120
|
* add doc for extra fieldGuido van Rossum1995-06-211-0/+1
|
* security stuff addedGuido van Rossum1995-06-212-0/+50
|
* placeholder for security measuresGuido van Rossum1995-06-211-0/+26
|
* added ftp mirror scriptGuido van Rossum1995-06-202-0/+300
|
* Added tbd's on python-font-lock-keywordsBarry Warsaw1995-06-201-0/+37
|
* removed all references to modsupport.hGuido van Rossum1995-06-201-1/+0
|
* add bind(0,''); better way of guessing our fully qualified hostnameGuido van Rossum1995-06-201-1/+8
|
* Two new methodsJack Jansen1995-06-202-0/+20
|
* Fixed sentence about modulatorJack Jansen1995-06-201-1/+1
|
* UpdatedJack Jansen1995-06-201-4/+7
|
* Jim Fulton's change to support doc stringsJack Jansen1995-06-205-4/+30
|
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-183-1/+97
| | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself)
* Added as_Resource() method to convert menu object to res objectJack Jansen1995-06-182-0/+21
|
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-183-0/+21
|
* Added missing setselftype method to ManualGeneratorJack Jansen1995-06-181-0/+4
|
* Added PY_RESOURCE (mac only) to imp moduleJack Jansen1995-06-181-0/+7
|
* Added FindFolder interfaceJack Jansen1995-06-181-0/+24
|
* Added code to obtain sys.path from a resourceJack Jansen1995-06-181-0/+97
| | | | | Removed code to update the preferences file, use EditPythonPrefs.py in stead (actually, code is still there if you define USE_MAC_MODPREFS)
* Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)Jack Jansen1995-06-181-2/+9
|
* Removed >From stuffJack Jansen1995-06-161-2/+1
|