Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gete?[gu]id functions | Guido van Rossum | 1992-05-15 | 1 | -0/+44 |
| | |||||
* | Added times() (from time) | Guido van Rossum | 1992-04-05 | 1 | -2/+50 |
| | |||||
* | Check empty argument lists. | Guido van Rossum | 1992-03-27 | 1 | -1/+13 |
| | | | | Lint fixes (and include <unistd.h>) | ||||
* | Added uname. Made lstat/readlink/symlink unconditional (the latter | Guido van Rossum | 1992-02-05 | 1 | -10/+54 |
| | | | | two raise posix.error if symlinks aren't supported). | ||||
* | Use getargs() function. | Guido van Rossum | 1992-01-27 | 1 | -50/+35 |
| | |||||
* | getlonglongargs --> getlonglongarg | Guido van Rossum | 1991-09-10 | 1 | -2/+3 |
| | | | | Fixed type error in argument of newopenfileobject. | ||||
* | Ignore SIGPIPE when we've opened a pipe | Guido van Rossum | 1991-07-27 | 1 | -0/+3 |
| | |||||
* | Fixed confusing error message (open should be popen) | Guido van Rossum | 1991-07-01 | 1 | -1/+1 |
| | |||||
* | Getpgrp() has a parameter, at least on BSD! | Guido van Rossum | 1991-06-07 | 1 | -1/+1 |
| | |||||
* | Added getpgrp(); fixed buggy calls to getnoarg(). | Guido van Rossum | 1991-06-04 | 1 | -2/+13 |
| | |||||
* | Added popen(). | Guido van Rossum | 1991-06-04 | 1 | -1/+37 |
| | | | | Added getmtime() function for use by ".pyc" processing. | ||||
* | Removed utimes() compatibility hack. | Guido van Rossum | 1991-06-03 | 1 | -1/+165 |
| | | | | Added _exit, exec, fork, getpid, getppid, kill and wait. | ||||
* | Incorporated MSDOS changes (untested). | Guido van Rossum | 1991-04-08 | 1 | -2/+93 |
| | |||||
* | Made utime use much more portable. | Guido van Rossum | 1991-04-08 | 1 | -14/+52 |
| | | | | | Incorporated i386 mods. (Oh, BTW, the "right" python name is now posix.utime, not utimes! | ||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Moved getcwd() hack to its own file. | Guido van Rossum | 1991-01-21 | 1 | -21/+0 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -17/+5 |
| | |||||
* | Added prototype to declaration of strerror(). | Guido van Rossum | 1990-10-30 | 1 | -1/+1 |
| | |||||
* | Made posix_error back static as it should be. | Guido van Rossum | 1990-10-21 | 1 | -1/+1 |
| | |||||
* | Change posix_error() to call err_errno(). | Guido van Rossum | 1990-10-14 | 1 | -10/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+444 |