index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
posixmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-52/+16
*
Add strerror() interface.
Guido van Rossum
1997-09-15
1
-2/+30
*
Added /**/ around #end tags
Guido van Rossum
1997-08-21
1
-1/+1
*
Added a bunch of XXX comments about things I'd like to see changed...
Guido van Rossum
1997-08-14
1
-1/+8
*
Added O_BINARY and O_TEXT (for Windows).
Guido van Rossum
1997-08-08
1
-0/+6
*
Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES
Roger E. Masse
1997-06-05
1
-3/+3
*
Added doc strings (Neil Schemenauer).
Guido van Rossum
1997-06-02
1
-59/+364
*
Enable putenv and waitpid (== wait4) for NeXT.
Guido van Rossum
1997-05-22
1
-0/+87
*
Change the exception objects to have the string value "os.error"
Guido van Rossum
1997-04-29
1
-2/+2
*
posix_execve(): Accept any mapping protocol object for the env
Barry Warsaw
1997-01-29
1
-7/+18
*
1. Export open(2) flag constants for every defined constant
Barry Warsaw
1996-12-19
1
-16/+88
*
Minor formatting changes.
Barry Warsaw
1996-12-19
1
-31/+33
*
Renamed.
Barry Warsaw
1996-12-10
1
-504/+503
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-3/+6
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Use #ifdef MS_WIN32 instead of _MSC_VER > 850.
Guido van Rossum
1996-09-07
1
-1/+1
*
Added simple-minded (i.e. leaking :-) putenv() interface, if os has it.
Guido van Rossum
1996-07-23
1
-0/+27
*
Added plock() system call.
Guido van Rossum
1996-06-28
1
-1/+25
*
changed windows test symbols; removed debug printf from sockets
Guido van Rossum
1996-06-26
1
-16/+17
*
Clear waitpid() status arg in case there's no process to report with
Guido van Rossum
1996-06-19
1
-1/+1
*
Avoid core dump in resizestring() on read() with 0 bytes.
Guido van Rossum
1996-06-11
1
-4/+5
*
Changed NT -> MSC or WATCOM
Guido van Rossum
1996-05-28
1
-1/+1
*
Added mkfifo, ftruncate. Windows/PC changes.
Guido van Rossum
1996-05-23
1
-31/+214
*
Made 2nd arg to mkdir optional
Guido van Rossum
1996-02-25
1
-2/+13
*
add remove==unlink; mark strftime as varargs
Guido van Rossum
1996-02-13
1
-0/+1
*
added 5th return item, clock time, to posix.times()
Guido van Rossum
1995-09-13
1
-3/+5
*
suppress . and .. in listdir return value
Guido van Rossum
1995-07-18
1
-0/+9
*
sys/wait.h; NeXT changes (no unistd, utime; getcwd?)
Guido van Rossum
1995-06-14
1
-0/+20
*
add WNOHANG
Guido van Rossum
1995-03-30
1
-0/+8
*
some more changes for NT and Borland
Guido van Rossum
1995-03-10
1
-3/+5
*
changes for NT/Borland C
Guido van Rossum
1995-03-01
1
-21/+65
*
fix comment opener after #endif
Guido van Rossum
1995-02-17
1
-1/+1
*
correct typo in utime stub
Guido van Rossum
1995-02-07
1
-1/+1
*
uname 64-bit fix
Guido van Rossum
1995-01-26
1
-1/+4
*
added bufsize parameter to fdopen and popen
Guido van Rossum
1995-01-10
1
-10/+19
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Another bulky set of minor changes.
Guido van Rossum
1995-01-02
1
-13/+12
*
distinguish between getpgrp and setpgrp arg requirements
Guido van Rossum
1994-10-20
1
-3/+3
*
* Modules/xxmodule.c: integrated with xxobject.c by Jack
Guido van Rossum
1994-09-29
1
-0/+25
*
Move #endif for NT
Guido van Rossum
1994-08-29
1
-1/+1
*
* Modules/posixmodule.c: some more NT changes
Guido van Rossum
1994-08-23
1
-3/+20
*
Changes to make it work and compile on NT, by Mark Hammond.
Guido van Rossum
1994-08-18
1
-74/+60
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-133/+291
*
* Grammar: corrected old typo (class instead of 'class')
Guido van Rossum
1993-12-20
1
-158/+0
*
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum
1993-11-23
1
-2/+2
*
* posixmodule.c: added set{uid,gid}.
Guido van Rossum
1993-11-10
1
-0/+30
*
Added execve; change getstrarg into getargs with "s" format
Guido van Rossum
1993-11-05
1
-10/+99
*
Hacks for NEXTSTEP.
Guido van Rossum
1993-11-01
1
-0/+5
*
Work around a bug in the DEC alpha OSF/1 C preprocessor.
Guido van Rossum
1993-10-26
1
-0/+3
*
* import.c (MAGIC): Changed magic word to avoid confusion about exec
Guido van Rossum
1993-10-22
1
-3/+3
[next]