| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merged revisions 86808 via svnmerge from | Stefan Krah | 2010-11-26 | 1 | -40/+40 |
|
|
* | | Merged revisions 86804 via svnmerge from | Stefan Krah | 2010-11-26 | 1 | -6/+10 |
|
|
* | | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | | Merged revisions 84489 via svnmerge from | Antoine Pitrou | 2010-09-04 | 1 | -1/+10 |
|
|
* | | Merged revisions 83921 via svnmerge from | Antoine Pitrou | 2010-08-10 | 1 | -0/+4 |
|
|
* | | Merged revisions 83088 via svnmerge from | Ronald Oussoren | 2010-07-24 | 1 | -7/+42 |
|
|
* | | Remove PYOS_OS2 special cases from the Solaris/OpenBSD section. | Stefan Krah | 2010-07-13 | 1 | -5/+1 |
|
|
* | | Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely | Stefan Krah | 2010-07-13 | 1 | -0/+23 |
|
|
* | | Fix Issue4452 - Incorrect docstring of os.setpgrp | Senthil Kumaran | 2010-06-17 | 1 | -1/+1 |
|
|
* | | Remove unused variable, and fix a compilation warning on Windows | Amaury Forgeot d'Arc | 2010-05-15 | 1 | -1/+1 |
|
|
* | | Untabify Modules/posixmodule.c (2) | Victor Stinner | 2010-05-06 | 1 | -10/+10 |
|
|
* | | Untabify Modules/posixmodule.c | Victor Stinner | 2010-05-05 | 1 | -5047/+5047 |
|
|
* | | Add missing return statement in an error condition. | Brian Curtin | 2010-04-03 | 1 | -1/+1 |
|
|
* | | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -0/+48 |
|
|
* | | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. | Matthias Klose | 2010-03-19 | 1 | -0/+5 |
|
|
* | | Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept | Gregory P. Smith | 2010-03-01 | 1 | -6/+20 |
|
|
* | | Fix for r78527. It left out updating forkpty. | Gregory P. Smith | 2010-03-01 | 1 | -4/+7 |
|
|
* | | Issue #7242: On Solaris 9 and earlier calling os.fork() from within a | Gregory P. Smith | 2010-03-01 | 1 | -10/+19 |
|
|
* | | - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 | Ronald Oussoren | 2010-01-17 | 1 | -0/+4 |
|
|
* | | Fix possible integer overflow in lchown and fchown functions. For issue1747858. | Gregory P. Smith | 2009-12-23 | 1 | -4/+5 |
|
|
* | | Issue #7333: The `posix` module gains an `initgroups()` function providing | Antoine Pitrou | 2009-12-02 | 1 | -0/+27 |
|
|
* | | Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. | Martin v. Löwis | 2009-11-27 | 1 | -0/+89 |
|
|
* | | Fix issue #1590864, multiple threads and fork() can cause deadlocks, by | Thomas Wouters | 2009-09-16 | 1 | -3/+31 |
|
|
* | | Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu... | Hirokazu Yamamoto | 2009-06-29 | 1 | -58/+2 |
|
|
* | | Issue #4856: Remove checks for win NT. | Hirokazu Yamamoto | 2009-06-28 | 1 | -324/+262 |
|
|
* | | Fix build under Windows | Antoine Pitrou | 2009-05-24 | 1 | -3/+1 |
|
|
* | | Some pid_t-expecting or producing functions were forgotten in r72852. | Antoine Pitrou | 2009-05-23 | 1 | -11/+17 |
|
|
* | | Issue #1983: Fix functions taking or returning a process identifier to use | Antoine Pitrou | 2009-05-23 | 1 | -16/+35 |
|
|
* | | Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. | Hirokazu Yamamoto | 2009-05-17 | 1 | -33/+25 |
|
|
* | | Issue #5913: os.listdir() should fail for empty path on windows. | Hirokazu Yamamoto | 2009-05-04 | 1 | -6/+7 |
|
|
* | | Fixes issue5705: os.setuid() and friends did not accept the same range of | Gregory P. Smith | 2009-04-05 | 1 | -17/+55 |
|
|
* | | http://bugs.python.org/issue5623 | Kristján Valur Jónsson | 2009-04-01 | 1 | -33/+24 |
|
|
* | | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
|
|
* | | Issue 4804. Add a function to test the validity of file descriptors on Windo... | Kristján Valur Jónsson | 2009-02-10 | 1 | -1/+125 |
|
|
* | | simplify code | Benjamin Peterson | 2009-01-19 | 1 | -4/+2 |
|
|
* | | Issue 4957 | Kristján Valur Jónsson | 2009-01-19 | 1 | -1/+1 |
|
|
* | | Issue #1040026: Fix os.times result on systems where HZ is incorrect. | Martin v. Löwis | 2008-12-29 | 1 | -9/+16 |
|
|
* | | Issue #4071: ntpath.abspath returned an empty string for long unicode path. | Hirokazu Yamamoto | 2008-11-08 | 1 | -6/+20 |
|
|
* | | removed unused _PyUnicode_FromFileSystemEncodedObject. | Hirokazu Yamamoto | 2008-10-16 | 1 | -6/+2 |
|
|
* | | r66862 contained memory leak. | Hirokazu Yamamoto | 2008-10-09 | 1 | -1/+3 |
|
|
* | | On windows, os.chdir given unicode was not working if GetCurrentDirectoryW | Hirokazu Yamamoto | 2008-10-09 | 1 | -1/+4 |
|/ |
|
* | Issue #2222: Fixed reference leak when occured os.rename() | Hirokazu Yamamoto | 2008-08-17 | 1 | -28/+26 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -3/+4 |
|
|
* | On Windows, silence a Purify warning and initialize the memory passed to Cryp... | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -0/+1 |
|
|
* | #1608818: errno can get set by every call to readdir(). | Georg Brandl | 2008-07-16 | 1 | -8/+10 |
|
|
* | Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child | Gregory P. Smith | 2008-07-14 | 1 | -1/+2 |
|
|
* | Issue #2722. Now the char buffer to support the path string has | Facundo Batista | 2008-06-22 | 1 | -5/+24 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -34/+34 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -34/+34 |
|
|
* | #2890: support os.O_ASYNC and fcntl.FASYNC. | Georg Brandl | 2008-05-16 | 1 | -0/+5 |
|
|