summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added some (method) casts.Sjoerd Mullender1995-03-172-52/+52
|
* implement exit_thread through SystemExit exceptionGuido van Rossum1995-03-171-7/+8
|
* added firstkey(), nextkey(), reorganize() methodsGuido van Rossum1995-03-161-0/+64
|
* fixed up comments describing interfaceGuido van Rossum1995-03-161-19/+18
|
* use PyCallable_Check; split some linesGuido van Rossum1995-03-161-12/+19
|
* tiny additions for Windows 3.1Guido van Rossum1995-03-141-0/+3
|
* mode and optional bufsize for makefile()Guido van Rossum1995-03-141-6/+15
|
* plugged some memory leaks (Steve Clift)Guido van Rossum1995-03-141-9/+16
|
* 1995 copyrightGuido van Rossum1995-03-141-1/+1
|
* some more changes for NT and BorlandGuido van Rossum1995-03-101-3/+5
|
* moved some stuff around for fewer confusionGuido van Rossum1995-03-101-29/+30
|
* added PyErr_SetInterrupt(); NT ifdefsGuido van Rossum1995-03-101-1/+16
|
* changes for MPWGuido van Rossum1995-03-096-9/+13
|
* add casts to malloc() callsGuido van Rossum1995-03-091-2/+2
|