Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 8 | -5/+24 |
| | | | | unsupported features). | ||||
* | Porting to CW CFM68K | Jack Jansen | 1995-06-27 | 3 | -2/+8 |
| | |||||
* | Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own | Jack Jansen | 1995-06-27 | 3 | -5/+5 |
| | | | | unique set of ideosyncracies:-( | ||||
* | added support for -L flag (local operation) | Guido van Rossum | 1995-06-23 | 1 | -5/+17 |
| | |||||
* | add -L option | Guido van Rossum | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | delete file after checkin | Guido van Rossum | 1995-06-23 | 1 | -1/+3 |
| | |||||
* | add bug comment | Guido van Rossum | 1995-06-23 | 1 | -2/+6 |
| | |||||
* | restructured index somewhat | Guido van Rossum | 1995-06-23 | 1 | -14/+35 |
| | |||||
* | rewritten using rcslib.py | Guido van Rossum | 1995-06-23 | 1 | -247/+158 |
| | |||||
* | use the new rcslib | Guido van Rossum | 1995-06-23 | 1 | -5/+12 |
| | |||||
* | initial checkin | Guido van Rossum | 1995-06-23 | 1 | -0/+280 |
| | |||||
* | define RCSProxyClient here instead of in RCSProxy.py | Guido van Rossum | 1995-06-23 | 1 | -1/+12 |
| | |||||
* | rewritten and documented | Guido van Rossum | 1995-06-23 | 1 | -170/+258 |
| | |||||
* | barry's contributions | Guido van Rossum | 1995-06-23 | 2 | -0/+256 |
| | |||||
* | added seekable option; save unix from lines; speed up islast() | Guido van Rossum | 1995-06-22 | 1 | -12/+24 |
| | |||||
* | add User-agent hdr; read and close the file upon http error | Guido van Rossum | 1995-06-22 | 1 | -3/+14 |
| | |||||
* | make split and splitfields, join and joinfields synonyms | Guido van Rossum | 1995-06-22 | 2 | -12/+16 |
| | |||||
* | make reporting unbalanced tags an overridable method | Guido van Rossum | 1995-06-22 | 1 | -2/+7 |
| | |||||
* | use imp.new_module(), not new.module(); and /usr/local | Guido van Rossum | 1995-06-22 | 1 | -4/+4 |
| | |||||
* | functions don't have a __name__ attribute | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | test other name variable | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | doctor the exception | Guido van Rossum | 1995-06-22 | 1 | -7/+14 |
| | |||||
* | discard endrequest(); minor stuff; rfc822 no seek flag | Guido van Rossum | 1995-06-22 | 1 | -6/+4 |
| | |||||
* | support <HTML>, remove <HEADER> | Guido van Rossum | 1995-06-22 | 1 | -3/+2 |
| | |||||
* | set softspace to 0 in __init__ | Guido van Rossum | 1995-06-22 | 1 | -0/+1 |
| | |||||
* | added notes about security | Guido van Rossum | 1995-06-21 | 1 | -0/+16 |
| | |||||
* | import string; add 129.6.64 to security | Guido van Rossum | 1995-06-21 | 1 | -1/+2 |
| | |||||
* | add security | Guido van Rossum | 1995-06-21 | 1 | -6/+6 |
| | |||||
* | bugfixes | Guido van Rossum | 1995-06-21 | 2 | -5/+12 |
| | |||||
* | update -R; diff -r<rev>; send mail on commit | Guido van Rossum | 1995-06-21 | 1 | -9/+120 |
| | |||||
* | add doc for extra field | Guido van Rossum | 1995-06-21 | 1 | -0/+1 |
| | |||||
* | security stuff added | Guido van Rossum | 1995-06-21 | 2 | -0/+50 |
| | |||||
* | placeholder for security measures | Guido van Rossum | 1995-06-21 | 1 | -0/+26 |
| | |||||
* | added ftp mirror script | Guido van Rossum | 1995-06-20 | 2 | -0/+300 |
| | |||||
* | Added tbd's on python-font-lock-keywords | Barry Warsaw | 1995-06-20 | 1 | -0/+37 |
| | |||||
* | removed all references to modsupport.h | Guido van Rossum | 1995-06-20 | 1 | -1/+0 |
| | |||||
* | add bind(0,''); better way of guessing our fully qualified hostname | Guido van Rossum | 1995-06-20 | 1 | -1/+8 |
| | |||||
* | Two new methods | Jack Jansen | 1995-06-20 | 2 | -0/+20 |
| | |||||
* | Fixed sentence about modulator | Jack Jansen | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | Updated | Jack Jansen | 1995-06-20 | 1 | -4/+7 |
| | |||||
* | Jim Fulton's change to support doc strings | Jack Jansen | 1995-06-20 | 5 | -4/+30 |
| | |||||
* | Added methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 3 | -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 object | Jack Jansen | 1995-06-18 | 2 | -0/+21 |
| | |||||
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 3 | -0/+21 |
| | |||||
* | Added missing setselftype method to ManualGenerator | Jack Jansen | 1995-06-18 | 1 | -0/+4 |
| | |||||
* | Added PY_RESOURCE (mac only) to imp module | Jack Jansen | 1995-06-18 | 1 | -0/+7 |
| | |||||
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
| | |||||
* | Added code to obtain sys.path from a resource | Jack Jansen | 1995-06-18 | 1 | -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 Jansen | 1995-06-18 | 1 | -2/+9 |
| | |||||
* | Removed >From stuff | Jack Jansen | 1995-06-16 | 1 | -2/+1 |
| |