- 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
- 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
- 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
- f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
- 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
- e0a81af If _stat_float_times is false, we will try to INCREF ival which could be NULL. by Neal Norwitz · 18 years ago
- 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 18 years ago
- 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
- ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 18 years ago
- 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
- dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 18 years ago
- 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
- a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
- 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 18 years ago
- 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
- e3edaea Fix memory leak. by Martin v. Löwis · 18 years ago
- 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 18 years ago
- 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 19 years ago
- 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 19 years ago
- d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
- 4fc2bda Drop now-unnecessary arguments to posix_2str. by Martin v. Löwis · 19 years ago
- 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
- 1ddba60 Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses by Thomas Wouters · 19 years ago
- d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 19 years ago
- 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
- 449b24e Address issues brought up by MvL on python-checkins. by Neal Norwitz · 19 years ago
- 0d21b1e Whitespace, fix indentation by Neal Norwitz · 19 years ago
- 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
- dd527fc reset errno before calling confstr - use confstr() doc to simplify checks afterwards by Skip Montanaro · 19 years ago
- 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 19 years ago
- ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
- 64182fe Some more changes to make code compile under a C++ compiler. by Anthony Baxter · 19 years ago
- 05e89b8 Clear errno before calling opendir() and readdir(). by Georg Brandl · 19 years ago
- bbfe4fa Bug #1467952: os.listdir() now correctly raises an error if readdir() by Georg Brandl · 19 years ago
- 84a98e0 Fix warning about ptsname not being a prototype on Solaris. Is this prototype even necessary anymore? by Neal Norwitz · 19 years ago
- 5fe715f Properly support empty woperation in win32_startfile; by Martin v. Löwis · 19 years ago
- ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). by Georg Brandl · 19 years ago
- 2a9a6b0 In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if by Thomas Wouters · 19 years ago
- 644b1e7 Add guards against fcntl() not being available on Windows. by Georg Brandl · 19 years ago
- 54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. by Georg Brandl · 19 years ago
- 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 19 years ago
- 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 19 years ago
- 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 19 years ago
- d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 19 years ago
- 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
- d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 19 years ago
- e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 19 years ago
- 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 19 years ago
- 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- 67d70eb Repair mangled code in the Windows flavor of posix__getfullpathname(). by Tim Peters · 19 years ago
- 68bc4f9 Py_ssize_t-ify. by Thomas Wouters · 19 years ago
- d69e034 Fix a build problem introduced by r42230. by Hye-Shik Chang · 19 years ago
- f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 1469466 Drop C library for stat/fstat on Windows. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
- a13c244 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 19 years ago
- e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
- 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
- 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
- 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
- f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 19 years ago
- ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
- b896381 Fix bug by Michael W. Hudson · 19 years ago
- 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
- 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
- b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 20 years ago
- 9867ced Fix by Michael W. Hudson · 20 years ago
- fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
- a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
- a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
- 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
- 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
- b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 20 years ago
- d311538 win32_urandom(): There's no need to copy the generated byte string, so don't. by Tim Peters · 20 years ago
- 9b279a8 win32_urandom(): pass the function name to PyArg_ParseTuple, for better by Tim Peters · 20 years ago
- 51eba61 win32_urandom(): Raise ValueError if the argument is negative. by Tim Peters · 20 years ago
- 4ad8217 win32_urandom(): Rewrite to Python C standards (hard tabs, function name by Tim Peters · 20 years ago
- dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
- 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
- 2adf210 Ensure path is initialized to prevent freeing random memory by Neal Norwitz · 20 years ago
- 9665271 Plug a few memory leaks in utime(). path is allocated from within by Neal Norwitz · 20 years ago
- d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
- 2d5914b Fix [ 947405 ] os.utime() raises bad exception for unicode filenames by Mark Hammond · 21 years ago
- 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 21 years ago
- da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
- 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
- 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 21 years ago
- 2b2c973 FIx unicodefilename support of posix.uname(). This fixes test_unicode_file by Hye-Shik Chang · 21 years ago
- 817c929 Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 21 years ago
- 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
- 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
- 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago