Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | next version; python.org changes | Guido van Rossum | 1995-05-31 | 1 | -147/+168 |
| | |||||
* | Backward compatibity module for constants from cl.h include file. The | Sjoerd Mullender | 1995-05-17 | 4 | -472/+520 |
| | | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist. | ||||
* | Make constants from cl.h include file available as module variables. | Sjoerd Mullender | 1995-05-17 | 1 | -2/+331 |
| | | | | Also added Irix 5.3 constants. | ||||
* | Templates converted to new naming conventions (thanks to Chak Tan) | Jack Jansen | 1995-05-16 | 17 | -131/+100 |
| | |||||
* | Made the example slightly more complete | Jack Jansen | 1995-05-16 | 1 | -0/+7 |
| | |||||
* | #updated to-do list | Barry Warsaw | 1995-05-08 | 1 | -0/+1 |
| | |||||
* | don't show print passwords in debug output | Guido van Rossum | 1995-05-05 | 1 | -6/+16 |
| | |||||
* | new release by Ken, fix handling of from | Guido van Rossum | 1995-05-05 | 1 | -6/+12 |
| | |||||
* | For anonymous ftp, make sure local hostname is fully qualified. | Jack Jansen | 1995-05-04 | 1 | -0/+4 |
| | |||||
* | unified join(fields), split(fields) | Guido van Rossum | 1995-05-03 | 1 | -12/+20 |
| | |||||
* | added transferSize() method | Guido van Rossum | 1995-05-03 | 1 | -0/+6 |
| | |||||
* | mods by Gregor Schmid -- very nice! | Guido van Rossum | 1995-05-03 | 3 | -69/+318 |
| | |||||
* | squeezed some space out of a line that was too long | Guido van Rossum | 1995-05-03 | 2 | -4/+4 |
| | |||||
* | eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum | Guido van Rossum | 1995-05-01 | 1 | -12/+14 |
| | |||||
* | largely rewritten FileClass and RCVS | Guido van Rossum | 1995-05-01 | 1 | -48/+70 |
| | |||||
* | moved proxy; added __cmp__(); made proxy optional for getremote() | Guido van Rossum | 1995-05-01 | 1 | -7/+10 |
| | |||||
* | extensive description of what's here | Guido van Rossum | 1995-04-28 | 1 | -1/+83 |
| | |||||
* | added setentry() and use it in commit so CVS/Entries gets updated | Guido van Rossum | 1995-04-28 | 1 | -4/+9 |
| | |||||
* | removed duplicate defs for None, False, True | Guido van Rossum | 1995-04-28 | 1 | -4/+0 |
| | |||||
* | moved package to standard place | Guido van Rossum | 1995-04-28 | 2 | -2/+2 |
| | |||||
* | addpack | Guido van Rossum | 1995-04-28 | 2 | -0/+6 |
| | |||||
* | only diff differing files | Guido van Rossum | 1995-04-28 | 1 | -1/+5 |
| | | | | add PostUsageMessage | ||||
* | get default directory from CVS/Repository | Guido van Rossum | 1995-04-28 | 1 | -2/+12 |
| |