summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Patch #511193: Implement killpg in posixmodule.Martin v. Löwis2002-02-161-0/+21
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-92/+0
* Implement os.waitpid() for Windows, in a way that's compatible with LinuxTim Peters2002-02-011-2/+28
* Expose more MS WIndows constants usable w/ low-level os.open().Tim Peters2002-01-301-102/+125
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-9/+0
* Due to a cut-and-paste error, the type object exported under the nameGuido van Rossum2001-12-271-1/+1
* SF bug #495021: Crash calling os.stat with a trailing backslashTim Peters2001-12-191-14/+20
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-0/+2
* SF patch #489173: Make os.spawnv not block the interpreter, fromTim Peters2001-12-071-3/+10
* posix_execve(), posix_spawnve(), posix_putenv():Tim Peters2001-12-031-6/+14
* More sprintf -> PyOS_snprintf.Tim Peters2001-11-281-3/+3
* Repair a botched PyOS_snprintf conversion.Tim Peters2001-11-281-1/+1
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-3/+5
* Fixes for possible buffer overflows in sprintf() usages.Marc-André Lemburg2001-11-281-1/+1
* Correct typo. Fixes #484611.Martin v. Löwis2001-11-241-1/+1
* Patch #474169: Move fdopen calls out of critical section.Martin v. Löwis2001-11-021-4/+8
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-191-0/+34
* Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.Martin v. Löwis2001-10-181-0/+17
* Don't leave bare newlines in long strings -- VC doesn't like that.Guido van Rossum2001-10-181-3/+3
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-68/+178
* Shut up warnings for setgroups() on Linux -- you have to #includeGuido van Rossum2001-10-181-0/+5
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+48
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+15
* Enable large file support on Win32 systems.Tim Peters2001-09-061-3/+3
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-291-4/+4
* SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, fromTim Peters2001-08-271-9/+22
* added warnings about security risk of using tmpnam and tempnamSkip Montanaro2001-08-181-0/+10
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* Remove warnings from the SGI compiler.Fred Drake2001-07-191-1/+1
* On Windows, tempnam() is spelled with a leading underscore.Fred Drake2001-07-171-0/+4
* Re-do the broken-nice() patch to break less platforms. Hopefully none :PThomas Wouters2001-07-111-3/+9
* Patch #439995 (slightly modified from the uploaded version):Thomas Wouters2001-07-111-1/+18
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-10/+8
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-141-10/+0
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-40/+99
* Make some private symbols static.Guido van Rossum2001-04-141-1/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-0/+30
* conditionally include unistd.h to pick up confstr declaration. attempt toSkip Montanaro2001-02-271-0/+5
* Add a few more missing prototypes to the SunOS 4.1.4 section (no SFThomas Wouters2001-02-151-0/+3
* Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding...Mark Hammond2001-01-311-9/+45
* Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows.Mark Hammond2001-01-311-0/+5
* Plug memory leak.Neil Schemenauer2001-01-161-1/+2
* Anonymous SF bug report #128053 point out that the #ifdef forGuido van Rossum2001-01-081-1/+1
* Trivial typo fix, submitted by Charles Waldman (SF patch #102794).Guido van Rossum2000-12-121-1/+1
* posix_getlogin(): Be more cautious about interpreting a NULL fromFred Drake2000-12-061-1/+1
* posix_getlogin(): Handle the possibility that getlogin() can returnFred Drake2000-12-061-3/+12
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-28/+28
* Clarify that isatty is only guaranteed to return true for slave ends ofThomas Wouters2000-10-031-1/+1
* Add missing prototypes for the benefit of SunOS 4.1.4 */Guido van Rossum2000-09-251-0/+7
* It's better to test for __hpux rather than __hppa, and hpux or hppa isGuido van Rossum2000-09-221-1/+1