Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | updated comments | Barry Warsaw | 1995-06-15 | 1 | -5/+3 |
| | |||||
* | converted to python | Barry Warsaw | 1995-06-15 | 1 | -124/+123 |
| | |||||
* | two mime encoding schemes | Guido van Rossum | 1995-06-14 | 2 | -0/+226 |
| | |||||
* | derived from new configure.in | Guido van Rossum | 1995-06-14 | 2 | -451/+447 |
| | |||||
* | sys/wait.h; NeXT changes (no unistd, utime; getcwd?) | Guido van Rossum | 1995-06-14 | 1 | -0/+20 |
| | |||||
* | fix NL for Linux bash bug; special processing for -u options | Guido van Rossum | 1995-06-14 | 1 | -2/+9 |
| | |||||
* | edited RCS cruft | Guido van Rossum | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | new modules soundex.c and environment.c | Guido van Rossum | 1995-06-14 | 3 | -0/+252 |
| | |||||
* | add setblocking(); NT changes; null-terminate Unix path | Guido van Rossum | 1995-06-14 | 1 | -12/+33 |
| | |||||
* | removed rcs cruft | Guido van Rossum | 1995-06-14 | 1 | -23/+0 |
| | |||||
* | NeXT doesn't like me to declare hypot(double, double) | Guido van Rossum | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | re-enabled NeXT dynamic linking (#ifdef NeXT) | Guido van Rossum | 1995-06-14 | 1 | -2/+2 |
| | |||||
* | replace "\r\n" with "\n" at line end (Jim Ahlstrom) | Guido van Rossum | 1995-06-14 | 1 | -0/+8 |
| | |||||
* | linux elf shlib; sys/wait.h; don't add -posix for NeXT | Guido van Rossum | 1995-06-14 | 1 | -14/+6 |
| | |||||
* | add note about font-lock and fix doc URL | Guido van Rossum | 1995-06-14 | 1 | -2/+11 |
| | |||||
* | Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. | Jack Jansen | 1995-06-14 | 1 | -11/+42 |
| | | | | | Mac dynloading changed to allow multiple modules to live in with each other in the same file. | ||||
* | Added USE_* ifdefs for a couple of optional modules. | Jack Jansen | 1995-06-14 | 1 | -9/+22 |
| | |||||
* | Ported to CW6 | Jack Jansen | 1995-06-14 | 1 | -4/+1 |
| | |||||
* | Split shared-library support and dynamic-loading support (they were | Jack Jansen | 1995-06-14 | 2 | -1/+10 |
| | | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library) | ||||
* | Skip old-style 'From name time' lines at beginning of message. | Jack Jansen | 1995-06-13 | 1 | -0/+6 |
| | |||||
* | Check if we've already loaded a dynamic module under a different name. | Sjoerd Mullender | 1995-06-12 | 3 | -5/+38 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 32 | -394/+423 |
| | |||||
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 3 | -5/+10 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 31 | -599/+1231 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 16 | -280/+462 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Rather massive changes: | Jack Jansen | 1995-06-05 | 7 | -359/+165 |
| | | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names | ||||
* | Added img stuff (within #ifdef, so they're easy to remove) | Jack Jansen | 1995-06-03 | 1 | -0/+23 |
| | |||||
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
| |