summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-281-0/+64
* Patch from Trent Mick:Andrew M. Kuchling2000-06-061-1/+1
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-011-3/+4
* Mark Hammond to the rescue:Guido van Rossum2000-05-031-3/+4
* posix_utime(): Allow the second argument to be None, which invokes theBarry Warsaw2000-05-011-7/+23
* Michael Hudson:Guido van Rossum2000-04-261-3/+16
* Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailingGuido van Rossum2000-04-211-0/+28
* setup_confname_table(): Close memory leak caused by not decref'ing theBarry Warsaw2000-04-131-16/+15
* Sigh. On Windows, (mode_t)i fails. Assume that there's a prototypeGuido van Rossum2000-03-311-1/+1
* Oops, the previous patch contained a bug in chmod. Fixed now.Guido van Rossum2000-03-311-2/+2
* Two robustness patches:Guido van Rossum2000-03-311-5/+12
* Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_RGreg Ward2000-03-011-3/+13
* Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' whenGreg Ward2000-03-011-2/+2
* Delete references to _SC_AIO_LIST_MAX; it appears that that symbol wasGuido van Rossum2000-02-251-3/+0
* The initialization of posix_putenv_garbage should only be done when itGuido van Rossum2000-01-311-0/+2
* setup_confname_table(): Use size_t instead of int for an index whenFred Drake1999-12-301-1/+1
* Rip out the code to check the ordering of the tables used to mapFred Drake1999-12-151-31/+65
* Added table entries for Irix 6.5 names for confstr()/sysconf()/Fred Drake1999-12-151-0/+174
* Added support for getlogin(); does *not* use getlogin_r() whereFred Drake1999-12-141-44/+73
* Removed debugging prints.Fred Drake1999-12-131-4/+0
* Added bindings for getgroups(), fpathconf(), pathconf(), confstr(),Fred Drake1999-12-131-1/+863
* Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),Fred Drake1999-12-091-163/+326
* John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3Guido van Rossum1999-10-191-0/+5
* posix_putenv(): Constrain memory leakage when setting the sameFred Drake1999-08-261-3/+24
* 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