summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Added base64 supportJack Jansen1995-10-041-0/+141
|
* Removed unused variableJack Jansen1995-10-031-1/+1
|
* Move some stuff around so customizations in Setup take precedenceGuido van Rossum1995-09-301-4/+9
|
* re-enable new.code(...) with new argsGuido van Rossum1995-09-301-3/+18
|
* clear quitMainLoop when we fall through the main loopGuido van Rossum1995-09-301-0/+1
|
* Mac changesGuido van Rossum1995-09-221-4/+38
|
* plug some leaksGuido van Rossum1995-09-131-2/+6
|
* added SITEPATH and DESTPATH variablesGuido van Rossum1995-09-131-1/+7
|
* added 5th return item, clock time, to posix.times()Guido van Rossum1995-09-131-3/+5
|
* added strop.translate(s, table)Guido van Rossum1995-09-131-0/+30
|
* added time.strftime()Guido van Rossum1995-09-131-0/+50
|
* Obscure bugfixJack Jansen1995-08-311-5/+2
|
* fix typo in bsddb entryGuido van Rossum1995-08-301-1/+1
|
* Initial revisionGuido van Rossum1995-08-301-0/+667
|
* dbhash -> bsddbGuido van Rossum1995-08-281-2/+2
|
* fix bug in close()Guido van Rossum1995-08-281-1/+0
|
* fix leaks in keys(); fix bug in close()Guido van Rossum1995-08-281-4/+11
|
* Added missing 'leftchar' initializer.Jack Jansen1995-08-141-2/+2
|
* Shuffled include's around (name conflict on Mac wrt teclick())Jack Jansen1995-08-141-4/+3
|
* added MACHDEP back inGuido van Rossum1995-08-081-0/+3
|
* Helper module for uuencode and binhex codersJack Jansen1995-08-072-0/+605
|
* Initial revisionGuido van Rossum1995-08-043-0/+938
|
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-043-234/+21
|
* \temporary 'fix' for brokennessGuido van Rossum1995-07-281-0/+6
|
* add locking where it existsGuido van Rossum1995-07-261-5/+16
|
* use newgetargsGuido van Rossum1995-07-261-9/+6
|
* improved comments for curses, dbhashGuido van Rossum1995-07-261-3/+8
|
* use getnewargs where it makes senseGuido van Rossum1995-07-261-40/+17
|
* fixed arg checking for keys() and close()Guido van Rossum1995-07-181-19/+19
|
* Initial revisionGuido van Rossum1995-07-181-0/+369
|
* added dbhash; Tk is now officially at 4.0Guido van Rossum1995-07-181-3/+16
|
* suppress . and .. in listdir return valueGuido van Rossum1995-07-181-0/+9
|
* err() should be varargs -- and fix one callGuido van Rossum1995-07-071-3/+3
|
* added getpalatform()Guido van Rossum1995-07-071-1/+11
|
* normalized flag arg and made flag, mode default args; minor cosmeticsGuido van Rossum1995-07-072-29/+62
|
* pass $PLATFORM into config.cGuido van Rossum1995-07-071-1/+2
|
* 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
|
* Make constants from cl.h include file available as module variables.Sjoerd Mullender1995-05-171-2/+331
| | | | Also added Irix 5.3 constants.
* unified join(fields), split(fields)Guido van Rossum1995-05-031-12/+20
|
* small clarifications / lay outGuido van Rossum1995-04-102-51/+41
|
* move decl of realmain() out of #ifdefGuido van Rossum1995-03-301-1/+2
|
* add WNOHANGGuido van Rossum1995-03-301-0/+8
|
* fix subtle refcnt bugGuido van Rossum1995-03-291-10/+11
|
* Use newgetargs instead of getargs.Sjoerd Mullender1995-03-281-167/+146
| | | | | | | | Check if objects are closed in getattr function instead of in each method. Removed functions sbtoa and timetoa. Added functions msftoframe. Added variables that used to be in standard module CD.