| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as | Gregory P. Smith | 2008-03-18 | 1 | -2/+2 |
|
|
* | Remove all traces of HAVE_STRERROR. | Brett Cannon | 2008-03-18 | 1 | -4/+0 |
|
|
* | #2063: correct order of utime and stime in os.times() | Georg Brandl | 2008-02-13 | 1 | -2/+2 |
|
|
* | Another int -> pid_t case | Christian Heimes | 2008-02-03 | 1 | -1/+2 |
|
|
* | The wrapper function is supposed to be for spawnvpe() so that's | Andrew MacIntyre | 2008-02-03 | 1 | -2/+2 |
|
|
* | More int -> pid_t. | Christian Heimes | 2008-02-01 | 1 | -11/+18 |
|
|
* | Fixed bug #1983: Return from fork() is pid_t, not int | Christian Heimes | 2008-01-31 | 1 | -6/+7 |
|
|
* | #1663329: add os.closerange() to close a range of fds, | Georg Brandl | 2008-01-19 | 1 | -0/+19 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Forward-port r59310: | Martin v. Löwis | 2007-12-03 | 1 | -2/+5 |
|
|
* | Fix for feature request #1528 Add os.fchmod | Christian Heimes | 2007-11-30 | 1 | -0/+83 |
|
|
* | #1735632: add O_NOATIME constant to os module. | Georg Brandl | 2007-11-24 | 1 | -0/+4 |
|
|
* | Document that we rely on the OS to release the crypto | Martin v. Löwis | 2007-09-04 | 1 | -0/+2 |
|
|
* | Fix memory leak in os.readlink | Neal Norwitz | 2007-08-12 | 1 | -2/+6 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Fix problems in x64 build that were discovered by the testsuite: | Kristján Valur Jónsson | 2007-05-03 | 1 | -1/+0 |
|
|
* | Stop using PyMem_FREE while the GIL is not held. For details see: | Neal Norwitz | 2007-05-02 | 1 | -1/+1 |
|
|
* | Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()... | Kristján Valur Jónsson | 2007-04-26 | 1 | -6/+14 |
|
|
* | Merge change 54909 from release25-maint: Fix several minor issues discovered... | Kristján Valur Jónsson | 2007-04-25 | 1 | -3/+4 |
|
|
* | Bug #1686475: Support stat'ing open files on Windows again. | Martin v. Löwis | 2007-04-04 | 1 | -34/+66 |
|
|
* | Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() | Martin v. Löwis | 2007-02-19 | 1 | -0/+57 |
|
|