summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* converted to pythonBarry Warsaw1995-06-151-124/+123
|
* two mime encoding schemesGuido van Rossum1995-06-142-0/+226
|
* derived from new configure.inGuido van Rossum1995-06-142-451/+447
|
* sys/wait.h; NeXT changes (no unistd, utime; getcwd?)Guido van Rossum1995-06-141-0/+20
|
* fix NL for Linux bash bug; special processing for -u optionsGuido van Rossum1995-06-141-2/+9
|
* edited RCS cruftGuido van Rossum1995-06-141-1/+1
|
* new modules soundex.c and environment.cGuido van Rossum1995-06-143-0/+252
|
* add setblocking(); NT changes; null-terminate Unix pathGuido van Rossum1995-06-141-12/+33
|
* removed rcs cruftGuido van Rossum1995-06-141-23/+0
|
* NeXT doesn't like me to declare hypot(double, double)Guido van Rossum1995-06-141-1/+1
|
* re-enabled NeXT dynamic linking (#ifdef NeXT)Guido van Rossum1995-06-141-2/+2
|
* replace "\r\n" with "\n" at line end (Jim Ahlstrom)Guido van Rossum1995-06-141-0/+8
|
* linux elf shlib; sys/wait.h; don't add -posix for NeXTGuido van Rossum1995-06-141-14/+6
|
* add note about font-lock and fix doc URLGuido van Rossum1995-06-141-2/+11
|
* Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.Jack Jansen1995-06-141-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 Jansen1995-06-141-9/+22
|
* Ported to CW6Jack Jansen1995-06-141-4/+1
|
* Split shared-library support and dynamic-loading support (they wereJack Jansen1995-06-142-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 Jansen1995-06-131-0/+6
|
* Check if we've already loaded a dynamic module under a different name.Sjoerd Mullender1995-06-123-5/+38
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-0932-394/+423
|
* Ported to CodeWarrior 6Jack Jansen1995-06-093-5/+10
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-0631-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 Jansen1995-06-0616-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 Jansen1995-06-057-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 Jansen1995-06-031-0/+23
|
* StandardGetFile without args now shows all files (in stead of none)Jack Jansen1995-06-031-0/+2
|
* next version; python.org changesGuido van Rossum1995-05-311-147/+168
|
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-174-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 Mullender1995-05-171-2/+331
| | | | Also added Irix 5.3 constants.
* Templates converted to new naming conventions (thanks to Chak Tan)Jack Jansen1995-05-1617-131/+100
|
* Made the example slightly more completeJack Jansen1995-05-161-0/+7
|
* #updated to-do listBarry Warsaw1995-05-081-0/+1
|
* don't show print passwords in debug outputGuido van Rossum1995-05-051-6/+16
|
* new release by Ken, fix handling of fromGuido van Rossum1995-05-051-6/+12
|
* For anonymous ftp, make sure local hostname is fully qualified.Jack Jansen1995-05-041-0/+4
|
* unified join(fields), split(fields)Guido van Rossum1995-05-031-12/+20
|
* added transferSize() methodGuido van Rossum1995-05-031-0/+6
|
* mods by Gregor Schmid -- very nice!Guido van Rossum1995-05-033-69/+318
|
* squeezed some space out of a line that was too longGuido van Rossum1995-05-032-4/+4
|
* eremoved should be edeleted, tests for lseen/rseen should be lsum/rsumGuido van Rossum1995-05-011-12/+14
|
* largely rewritten FileClass and RCVSGuido van Rossum1995-05-011-48/+70
|
* moved proxy; added __cmp__(); made proxy optional for getremote()Guido van Rossum1995-05-011-7/+10
|
* extensive description of what's hereGuido van Rossum1995-04-281-1/+83
|
* added setentry() and use it in commit so CVS/Entries gets updatedGuido van Rossum1995-04-281-4/+9
|
* removed duplicate defs for None, False, TrueGuido van Rossum1995-04-281-4/+0
|
* moved package to standard placeGuido van Rossum1995-04-282-2/+2
|
* addpackGuido van Rossum1995-04-282-0/+6
|
* only diff differing filesGuido van Rossum1995-04-281-1/+5
| | | | add PostUsageMessage
* get default directory from CVS/RepositoryGuido van Rossum1995-04-281-2/+12
|