summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Added gete?[gu]id functionsGuido van Rossum1992-05-151-0/+44
|
* Added times() (from time)Guido van Rossum1992-04-051-2/+50
|
* Check empty argument lists.Guido van Rossum1992-03-271-1/+13
| | | | Lint fixes (and include <unistd.h>)
* Added uname. Made lstat/readlink/symlink unconditional (the latterGuido van Rossum1992-02-051-10/+54
| | | | two raise posix.error if symlinks aren't supported).
* Use getargs() function.Guido van Rossum1992-01-271-50/+35
|
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-2/+3
| | | | Fixed type error in argument of newopenfileobject.
* Ignore SIGPIPE when we've opened a pipeGuido van Rossum1991-07-271-0/+3
|
* Fixed confusing error message (open should be popen)Guido van Rossum1991-07-011-1/+1
|
* Getpgrp() has a parameter, at least on BSD!Guido van Rossum1991-06-071-1/+1
|
* Added getpgrp(); fixed buggy calls to getnoarg().Guido van Rossum1991-06-041-2/+13
|
* Added popen().Guido van Rossum1991-06-041-1/+37
| | | | Added getmtime() function for use by ".pyc" processing.
* Removed utimes() compatibility hack.Guido van Rossum1991-06-031-1/+165
| | | | Added _exit, exec, fork, getpid, getppid, kill and wait.
* Incorporated MSDOS changes (untested).Guido van Rossum1991-04-081-2/+93
|
* Made utime use much more portable.Guido van Rossum1991-04-081-14/+52
| | | | | Incorporated i386 mods. (Oh, BTW, the "right" python name is now posix.utime, not utimes!
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* Moved getcwd() hack to its own file.Guido van Rossum1991-01-211-21/+0
|
* "Compiling" versionGuido van Rossum1990-12-201-17/+5
|
* Added prototype to declaration of strerror().Guido van Rossum1990-10-301-1/+1
|
* Made posix_error back static as it should be.Guido van Rossum1990-10-211-1/+1
|
* Change posix_error() to call err_errno().Guido van Rossum1990-10-141-10/+2
|
* Initial revisionGuido van Rossum1990-10-141-0/+444