| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs: | Mark Hammond | 2002-04-03 | 1 | -1/+7 |
|
|
* | Handle os.listdir("") case correctly on Windows. Closes bug 500705. | Neil Schemenauer | 2002-03-22 | 1 | -4/+5 |
|
|
* | Update docstrings to use te attribute names of the new structures returned | Fred Drake | 2002-03-12 | 1 | -2/+4 |
|
|
* | Python no longer compiled on Windows, due to #include file confusion | Tim Peters | 2002-03-03 | 1 | -4/+5 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -17/+702 |
|
|
* | Patch #511193: Implement killpg in posixmodule. | Martin v. Löwis | 2002-02-16 | 1 | -0/+21 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -92/+0 |
|
|
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 1 | -2/+28 |
|
|
* | Expose more MS WIndows constants usable w/ low-level os.open(). | Tim Peters | 2002-01-30 | 1 | -102/+125 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -9/+0 |
|
|
* | Due to a cut-and-paste error, the type object exported under the name | Guido van Rossum | 2001-12-27 | 1 | -1/+1 |
|
|
* | SF bug #495021: Crash calling os.stat with a trailing backslash | Tim Peters | 2001-12-19 | 1 | -14/+20 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -0/+2 |
|
|
* | SF patch #489173: Make os.spawnv not block the interpreter, from | Tim Peters | 2001-12-07 | 1 | -3/+10 |
|
|
* | posix_execve(), posix_spawnve(), posix_putenv(): | Tim Peters | 2001-12-03 | 1 | -6/+14 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-28 | 1 | -3/+3 |
|
|
* | Repair a botched PyOS_snprintf conversion. | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 1 | -3/+5 |
|
|
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 1 | -1/+1 |
|
|
* | Correct typo. Fixes #484611. | Martin v. Löwis | 2001-11-24 | 1 | -1/+1 |
|
|
* | Patch #474169: Move fdopen calls out of critical section. | Martin v. Löwis | 2001-11-02 | 1 | -4/+8 |
|
|
* | SF patch #460805 by Chris Gonnerman: Support for unsetenv() | Guido van Rossum | 2001-10-19 | 1 | -0/+34 |
|
|
* | Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. | Martin v. Löwis | 2001-10-18 | 1 | -0/+17 |
|
|
* | Don't leave bare newlines in long strings -- VC doesn't like that. | Guido van Rossum | 2001-10-18 | 1 | -3/+3 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 1 | -68/+178 |
|
|
* | Shut up warnings for setgroups() on Linux -- you have to #include | Guido van Rossum | 2001-10-18 | 1 | -0/+5 |
|
|
* | Expose setgroups. Fixes feature request #468116. | Martin v. Löwis | 2001-10-18 | 1 | -0/+48 |
|
|
* | Add chroot call. Implements feature #459267. | Martin v. Löwis | 2001-10-04 | 1 | -0/+15 |
|
|
* | Enable large file support on Win32 systems. | Tim Peters | 2001-09-06 | 1 | -3/+3 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -4/+4 |
|
|
* | SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from | Tim Peters | 2001-08-27 | 1 | -9/+22 |
|
|
* | added warnings about security risk of using tmpnam and tempnam | Skip Montanaro | 2001-08-18 | 1 | -0/+10 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |
|
|
* | Remove warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | On Windows, tempnam() is spelled with a leading underscore. | Fred Drake | 2001-07-17 | 1 | -0/+4 |
|
|
* | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 1 | -3/+9 |
|
|
* | Patch #439995 (slightly modified from the uploaded version): | Thomas Wouters | 2001-07-11 | 1 | -1/+18 |
|
|
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 1 | -10/+8 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -10/+0 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -40/+99 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -0/+30 |
|
|
* | conditionally include unistd.h to pick up confstr declaration. attempt to | Skip Montanaro | 2001-02-27 | 1 | -0/+5 |
|
|
* | Add a few more missing prototypes to the SunOS 4.1.4 section (no SF | Thomas Wouters | 2001-02-15 | 1 | -0/+3 |
|
|
* | Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding... | Mark Hammond | 2001-01-31 | 1 | -9/+45 |
|
|
* | Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows. | Mark Hammond | 2001-01-31 | 1 | -0/+5 |
|
|
* | Plug memory leak. | Neil Schemenauer | 2001-01-16 | 1 | -1/+2 |
|
|
* | Anonymous SF bug report #128053 point out that the #ifdef for | Guido van Rossum | 2001-01-08 | 1 | -1/+1 |
|
|
* | Trivial typo fix, submitted by Charles Waldman (SF patch #102794). | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
|
|
* | posix_getlogin(): Be more cautious about interpreting a NULL from | Fred Drake | 2000-12-06 | 1 | -1/+1 |
|
|