summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* It turns out that modifying the environment strings is not safe.Guido van Rossum1999-08-031-6/+16
* Milton L. Hankin reports that on Windows it is possible to have twoGuido van Rossum1999-07-021-1/+2
* posix_listdir(): When an error occurs, callBarry Warsaw1999-05-271-5/+5
* Add extern decl for fsync() for SunOS 4.x.Guido van Rossum1999-04-071-0/+1
* # Typo in docstring (Retrun -> Return).Guido van Rossum1999-02-231-1/+1
* The docstring for ttyname(..) claims a second "mode" argument. TheGuido van Rossum1999-02-221-1/+1
* The symbols P_* (for spawn*(), MS specific) should not have a leadingGuido van Rossum1999-02-161-5/+5
* Fixed totally bogus conversion factors used in the Win32 version ofGuido van Rossum1999-02-161-3/+10
* Got rid of the file-global PosixError. This was redundant since itBarry Warsaw1999-02-091-8/+4
* Portability fix for [f]statvfs() return tuple: no longer return theGuido van Rossum1999-02-031-12/+8
* Added documentation to the docstrings for the W*() functions that takeFred Drake1999-02-021-6/+8
* Add _P_WAIT etc. for NT.Guido van Rossum1999-02-011-0/+12
* spawnv, spawnve docstrings: added mode parameter; this is required!Fred Drake1999-02-011-2/+4
* Oops, the patch for NeXT always replaced waitpid() with wait4() --Guido van Rossum1999-02-011-0/+4
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-25/+94
* Add spawnv and spawnve functions for Win32 platforms.Guido van Rossum1999-01-251-0/+178
* Only do ttyname() when HAVE_TTYNAME is defined.Guido van Rossum1999-01-251-0/+18
* Need extern decl. for fdatasync() in case it exists but isn't declaredGuido van Rossum1999-01-081-2/+2
* Added fsync() and fdatasync(). Patches by Scott Cotton. RequiresGuido van Rossum1999-01-081-0/+57
* Change the access() code to return 1 if granted, 0 if not granted.Guido van Rossum1999-01-061-4/+11
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-14/+231
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-3/+3
* Removed some OS/2 #defines (now in the OS/2 specific config.h).Guido van Rossum1998-09-281-15/+0
* In Win32 version of listdir(), when FindFirstFile() returnsGuido van Rossum1998-08-061-0/+2
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+5
* Patch by Jody Winston (with my changes) to add some of the "waitGuido van Rossum1998-08-041-0/+151
* Several changes to support inclusion of filename in releventBarry Warsaw1998-07-231-13/+21
* On Windows, make the pipe() call return Unix file descriptors insteadGuido van Rossum1998-06-121-2/+5
* Moved some #ifdefs around that got put in the wrong place by theGuido van Rossum1997-12-291-16/+22
* Another large batch of patches from Jeff Rush for OS/2.Guido van Rossum1997-12-051-15/+243
* Patch for QNX, by Chris Herborth. Also left-aligned preprocessorGuido van Rossum1997-12-021-58/+58
* os2 patch by Jeff RushGuido van Rossum1997-11-221-5/+252
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-141-0/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-52/+16
* Add strerror() interface.Guido van Rossum1997-09-151-2/+30
* Added /**/ around #end tagsGuido van Rossum1997-08-211-1/+1
* Added a bunch of XXX comments about things I'd like to see changed...Guido van Rossum1997-08-141-1/+8
* Added O_BINARY and O_TEXT (for Windows).Guido van Rossum1997-08-081-0/+6
* Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMESRoger E. Masse1997-06-051-3/+3
* Added doc strings (Neil Schemenauer).Guido van Rossum1997-06-021-59/+364
* Enable putenv and waitpid (== wait4) for NeXT.Guido van Rossum1997-05-221-0/+87
* Change the exception objects to have the string value "os.error"Guido van Rossum1997-04-291-2/+2
* posix_execve(): Accept any mapping protocol object for the envBarry Warsaw1997-01-291-7/+18
* 1. Export open(2) flag constants for every defined constantBarry Warsaw1996-12-191-16/+88
* Minor formatting changes.Barry Warsaw1996-12-191-31/+33
* Renamed.Barry Warsaw1996-12-101-504/+503
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-3/+6
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Use #ifdef MS_WIN32 instead of _MSC_VER > 850.Guido van Rossum1996-09-071-1/+1