| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark Hammond to the rescue: | Guido van Rossum | 2000-05-03 | 1 | -3/+4 |
|
|
* | posix_utime(): Allow the second argument to be None, which invokes the | Barry Warsaw | 2000-05-01 | 1 | -7/+23 |
|
|
* | Michael Hudson: | Guido van Rossum | 2000-04-26 | 1 | -3/+16 |
|
|
* | Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing | Guido van Rossum | 2000-04-21 | 1 | -0/+28 |
|
|
* | setup_confname_table(): Close memory leak caused by not decref'ing the | Barry Warsaw | 2000-04-13 | 1 | -16/+15 |
|
|
* | Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Oops, the previous patch contained a bug in chmod. Fixed now. | Guido van Rossum | 2000-03-31 | 1 | -2/+2 |
|
|
* | Two robustness patches: | Guido van Rossum | 2000-03-31 | 1 | -5/+12 |
|
|
* | Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R | Greg Ward | 2000-03-01 | 1 | -3/+13 |
|
|
* | Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when | Greg Ward | 2000-03-01 | 1 | -2/+2 |
|
|
* | Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was | Guido van Rossum | 2000-02-25 | 1 | -3/+0 |
|
|
* | The initialization of posix_putenv_garbage should only be done when it | Guido van Rossum | 2000-01-31 | 1 | -0/+2 |
|
|
* | setup_confname_table(): Use size_t instead of int for an index when | Fred Drake | 1999-12-30 | 1 | -1/+1 |
|
|
* | Rip out the code to check the ordering of the tables used to map | Fred Drake | 1999-12-15 | 1 | -31/+65 |
|
|
* | Added table entries for Irix 6.5 names for confstr()/sysconf()/ | Fred Drake | 1999-12-15 | 1 | -0/+174 |
|
|
* | Added support for getlogin(); does *not* use getlogin_r() where | Fred Drake | 1999-12-14 | 1 | -44/+73 |
|
|
* | Removed debugging prints. | Fred Drake | 1999-12-13 | 1 | -4/+0 |
|
|
* | Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), | Fred Drake | 1999-12-13 | 1 | -1/+863 |
|
|
* | Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), | Fred Drake | 1999-12-09 | 1 | -163/+326 |
|
|
* | John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 | Guido van Rossum | 1999-10-19 | 1 | -0/+5 |
|
|
* | posix_putenv(): Constrain memory leakage when setting the same | Fred Drake | 1999-08-26 | 1 | -3/+24 |
|
|
* | It turns out that modifying the environment strings is not safe. | Guido van Rossum | 1999-08-03 | 1 | -6/+16 |
|
|
* | Milton L. Hankin reports that on Windows it is possible to have two | Guido van Rossum | 1999-07-02 | 1 | -1/+2 |
|
|
* | posix_listdir(): When an error occurs, call | Barry Warsaw | 1999-05-27 | 1 | -5/+5 |
|
|
* | Add extern decl for fsync() for SunOS 4.x. | Guido van Rossum | 1999-04-07 | 1 | -0/+1 |
|
|
* | # Typo in docstring (Retrun -> Return). | Guido van Rossum | 1999-02-23 | 1 | -1/+1 |
|
|
* | The docstring for ttyname(..) claims a second "mode" argument. The | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | The symbols P_* (for spawn*(), MS specific) should not have a leading | Guido van Rossum | 1999-02-16 | 1 | -5/+5 |
|
|
* | Fixed totally bogus conversion factors used in the Win32 version of | Guido van Rossum | 1999-02-16 | 1 | -3/+10 |
|
|
* | Got rid of the file-global PosixError. This was redundant since it | Barry Warsaw | 1999-02-09 | 1 | -8/+4 |
|
|
* | Portability fix for [f]statvfs() return tuple: no longer return the | Guido van Rossum | 1999-02-03 | 1 | -12/+8 |
|
|
* | Added documentation to the docstrings for the W*() functions that take | Fred Drake | 1999-02-02 | 1 | -6/+8 |
|
|
* | Add _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -0/+12 |
|
|
* | spawnv, spawnve docstrings: added mode parameter; this is required! | Fred Drake | 1999-02-01 | 1 | -2/+4 |
|
|
* | Oops, the patch for NeXT always replaced waitpid() with wait4() -- | Guido van Rossum | 1999-02-01 | 1 | -0/+4 |
|
|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -25/+94 |
|
|
* | Add spawnv and spawnve functions for Win32 platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+178 |
|
|
* | Only do ttyname() when HAVE_TTYNAME is defined. | Guido van Rossum | 1999-01-25 | 1 | -0/+18 |
|
|
* | Need extern decl. for fdatasync() in case it exists but isn't declared | Guido van Rossum | 1999-01-08 | 1 | -2/+2 |
|
|
* | Added fsync() and fdatasync(). Patches by Scott Cotton. Requires | Guido van Rossum | 1999-01-08 | 1 | -0/+57 |
|
|
* | Change the access() code to return 1 if granted, 0 if not granted. | Guido van Rossum | 1999-01-06 | 1 | -4/+11 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -14/+231 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Use the t# format where appropriate. Greg Stein. | Guido van Rossum | 1998-10-08 | 1 | -3/+3 |
|
|
* | Removed some OS/2 #defines (now in the OS/2 specific config.h). | Guido van Rossum | 1998-09-28 | 1 | -15/+0 |
|
|
* | In Win32 version of listdir(), when FindFirstFile() returns | Guido van Rossum | 1998-08-06 | 1 | -0/+2 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+5 |
|
|
* | Patch by Jody Winston (with my changes) to add some of the "wait | Guido van Rossum | 1998-08-04 | 1 | -0/+151 |
|
|
* | Several changes to support inclusion of filename in relevent | Barry Warsaw | 1998-07-23 | 1 | -13/+21 |
|
|
* | On Windows, make the pipe() call return Unix file descriptors instead | Guido van Rossum | 1998-06-12 | 1 | -2/+5 |
|
|