| Commit message (Expand) | Author | Age | Files | Lines |
* | - changed the nt.popen2 return values back to | Fredrik Lundh | 2000-07-09 | 1 | -30/+30 |
|
|
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
|
|
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
|
|
* | - improved os.popen support for windows, based on win32pipe | Fredrik Lundh | 2000-07-09 | 1 | -6/+462 |
|
|
* | - fixed pointer size test in spawn functions. also added | Fredrik Lundh | 2000-07-09 | 1 | -6/+6 |
|
|
* | this one's a bit risky, but I've spent some considerable time | Fredrik Lundh | 2000-07-08 | 1 | -340/+132 |
|
|
* | Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Crude way to fix a problem on AIX: #undef STAT before defining it. | Guido van Rossum | 2000-06-30 | 1 | -0/+1 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-29 | 1 | -67/+102 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -0/+64 |
|
|
* | Patch from Trent Mick: | Andrew M. Kuchling | 2000-06-06 | 1 | -1/+1 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 1 | -3/+4 |
|
|
* | 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 |
|
|