summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add diff command; add remove() functionGuido van Rossum1995-04-281-4/+40
|
* implemented commitGuido van Rossum1995-04-281-1/+5
|
* missed setting eseen and extra when restoring an entryGuido van Rossum1995-04-281-0/+2
|
* Handled new and delete properlyGuido van Rossum1995-04-281-1/+17
|
* implemented action() now, plus some bug fixesGuido van Rossum1995-04-281-5/+53
|
* correct call to unparse, should be putentry nowGuido van Rossum1995-04-281-1/+1
|
* report() needs to report enew and edeletedGuido van Rossum1995-04-281-0/+2
|
* Added some more machinery -- still not finishedGuido van Rossum1995-04-281-13/+89
|
* Initial revisionGuido van Rossum1995-04-281-0/+37
|
* testingGuido van Rossum1995-04-281-0/+1
|
* rewritten out of frustration (not yet finished)Guido van Rossum1995-04-271-249/+63
|
* renamed to CommandFrameWorkGuido van Rossum1995-04-271-2/+12
| | | | | added ready() message added PostUsageMessage
* Initial revisionGuido van Rossum1995-04-271-0/+134
|
* Initial revisionGuido van Rossum1995-04-272-0/+10
|
* test -> mainGuido van Rossum1995-04-271-2/+2
|
* if __name__ etcGuido van Rossum1995-04-271-1/+3
| | | | print filename when asking log message