summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* 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