summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Use #ifdef MS_WIN32 instead of _MSC_VER > 850.Guido van Rossum1996-09-071-1/+1
* Added simple-minded (i.e. leaking :-) putenv() interface, if os has it.Guido van Rossum1996-07-231-0/+27
* Added plock() system call.Guido van Rossum1996-06-281-1/+25
* changed windows test symbols; removed debug printf from socketsGuido van Rossum1996-06-261-16/+17
* Clear waitpid() status arg in case there's no process to report withGuido van Rossum1996-06-191-1/+1
* Avoid core dump in resizestring() on read() with 0 bytes.Guido van Rossum1996-06-111-4/+5
* Changed NT -> MSC or WATCOMGuido van Rossum1996-05-281-1/+1
* Added mkfifo, ftruncate. Windows/PC changes.Guido van Rossum1996-05-231-31/+214
* Made 2nd arg to mkdir optionalGuido van Rossum1996-02-251-2/+13
* add remove==unlink; mark strftime as varargsGuido van Rossum1996-02-131-0/+1
* added 5th return item, clock time, to posix.times()Guido van Rossum1995-09-131-3/+5
* suppress . and .. in listdir return valueGuido van Rossum1995-07-181-0/+9
* sys/wait.h; NeXT changes (no unistd, utime; getcwd?)Guido van Rossum1995-06-141-0/+20
* add WNOHANGGuido van Rossum1995-03-301-0/+8
* some more changes for NT and BorlandGuido van Rossum1995-03-101-3/+5
* changes for NT/Borland CGuido van Rossum1995-03-011-21/+65
* fix comment opener after #endifGuido van Rossum1995-02-171-1/+1
* correct typo in utime stubGuido van Rossum1995-02-071-1/+1
* uname 64-bit fixGuido van Rossum1995-01-261-1/+4
* added bufsize parameter to fdopen and popenGuido van Rossum1995-01-101-10/+19
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-13/+12
* distinguish between getpgrp and setpgrp arg requirementsGuido van Rossum1994-10-201-3/+3
* * Modules/xxmodule.c: integrated with xxobject.c by JackGuido van Rossum1994-09-291-0/+25
* Move #endif for NTGuido van Rossum1994-08-291-1/+1
* * Modules/posixmodule.c: some more NT changesGuido van Rossum1994-08-231-3/+20
* Changes to make it work and compile on NT, by Mark Hammond.Guido van Rossum1994-08-181-74/+60
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-133/+291
* * Grammar: corrected old typo (class instead of 'class')Guido van Rossum1993-12-201-158/+0
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-2/+2
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-101-0/+30
* Added execve; change getstrarg into getargs with "s" formatGuido van Rossum1993-11-051-10/+99
* Hacks for NEXTSTEP.Guido van Rossum1993-11-011-0/+5
* Work around a bug in the DEC alpha OSF/1 C preprocessor.Guido van Rossum1993-10-261-0/+3
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-221-3/+3
* * Added support for X11 modules.Guido van Rossum1993-07-281-3/+3
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-091-10/+60
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-12/+12
* New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe.Guido van Rossum1993-05-171-27/+233
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-35/+17
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-15/+11
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-091-2/+22
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-16/+19
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-3/+41
* posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid)Guido van Rossum1992-09-131-1/+59
* DO_TIMES must now be defined in the MakefileGuido van Rossum1992-08-121-4/+0
* Makefile, Configure.py: ##ask --> ##[el]if[yes|no]Guido van Rossum1992-08-091-28/+30
* * Makefile: cosmeticsGuido van Rossum1992-08-051-11/+56
* Added gete?[gu]id functionsGuido van Rossum1992-05-151-0/+44
* Added times() (from time)Guido van Rossum1992-04-051-2/+50