1. 4fe3858 Fix build under Windows by Antoine Pitrou · 15 years ago
  2. 76dd2d1 Some pid_t-expecting or producing functions were forgotten in r72852. by Antoine Pitrou · 15 years ago
  3. 5e858fe Issue #1983: Fix functions taking or returning a process identifier to use by Antoine Pitrou · 15 years ago
  4. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
  5. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 15 years ago
  6. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
  7. feab334 http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 16 years ago
  8. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  9. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 16 years ago
  10. 943a6dd simplify code by Benjamin Peterson · 16 years ago
  11. 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 16 years ago
  12. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 16 years ago
  13. ed29bb4 Issue #4071: ntpath.abspath returned an empty string for long unicode path. by Hirokazu Yamamoto · 16 years ago
  14. 6137640 removed unused _PyUnicode_FromFileSystemEncodedObject. by Hirokazu Yamamoto · 16 years ago
  15. 6c75a30 r66862 contained memory leak. by Hirokazu Yamamoto · 16 years ago
  16. 10a018c On windows, os.chdir given unicode was not working if GetCurrentDirectoryW by Hirokazu Yamamoto · 16 years ago
  17. a0fdd72 Issue #2222: Fixed reference leak when occured os.rename() by Hirokazu Yamamoto · 16 years ago
  18. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  19. 74bd40d On Windows, silence a Purify warning and initialize the memory passed to CryptGenRandom. by Amaury Forgeot d'Arc · 16 years ago
  20. 86cbf81 #1608818: errno can get set by every call to readdir(). by Georg Brandl · 16 years ago
  21. fb7a50f Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child by Gregory P. Smith · 16 years ago
  22. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 16 years ago
  23. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  24. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  25. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  26. f48da8f Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as by Gregory P. Smith · 17 years ago
  27. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  28. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 17 years ago
  29. e6a8074 Another int -> pid_t case by Christian Heimes · 17 years ago
  30. 94dcf0d The wrapper function is supposed to be for spawnvpe() so that's by Andrew MacIntyre · 17 years ago
  31. d491d71 More int -> pid_t. by Christian Heimes · 17 years ago
  32. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 17 years ago
  33. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 17 years ago
  34. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  35. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  36. 7b3cc06 Forward-port r59310: by Martin v. Löwis · 17 years ago
  37. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  38. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
  39. af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 17 years ago
  40. 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
  41. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  42. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  43. d83eb31 Stop using PyMem_FREE while the GIL is not held. For details see: by Neal Norwitz · 17 years ago
  44. 0a440d4 Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile. by Kristján Valur Jónsson · 18 years ago
  45. 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 18 years ago
  46. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  47. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  48. 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  49. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
  50. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  51. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  52. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  53. 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  54. e0a81af If _stat_float_times is false, we will try to INCREF ival which could be NULL. by Neal Norwitz · 18 years ago
  55. 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 18 years ago
  56. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  57. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 18 years ago
  58. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  59. dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 18 years ago
  60. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  61. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  62. 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 18 years ago
  63. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  64. e3edaea Fix memory leak. by Martin v. Löwis · 18 years ago
  65. 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 18 years ago
  66. 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 18 years ago
  67. 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 18 years ago
  68. d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 18 years ago
  69. 4fc2bda Drop now-unnecessary arguments to posix_2str. by Martin v. Löwis · 18 years ago
  70. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 18 years ago
  71. 1ddba60 Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses by Thomas Wouters · 19 years ago
  72. d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 19 years ago
  73. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  74. 449b24e Address issues brought up by MvL on python-checkins. by Neal Norwitz · 19 years ago
  75. 0d21b1e Whitespace, fix indentation by Neal Norwitz · 19 years ago
  76. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  77. dd527fc reset errno before calling confstr - use confstr() doc to simplify checks afterwards by Skip Montanaro · 19 years ago
  78. 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 19 years ago
  79. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 19 years ago
  80. 64182fe Some more changes to make code compile under a C++ compiler. by Anthony Baxter · 19 years ago
  81. 05e89b8 Clear errno before calling opendir() and readdir(). by Georg Brandl · 19 years ago
  82. bbfe4fa Bug #1467952: os.listdir() now correctly raises an error if readdir() by Georg Brandl · 19 years ago
  83. 84a98e0 Fix warning about ptsname not being a prototype on Solaris. Is this prototype even necessary anymore? by Neal Norwitz · 19 years ago
  84. 5fe715f Properly support empty woperation in win32_startfile; by Martin v. Löwis · 19 years ago
  85. ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). by Georg Brandl · 19 years ago
  86. 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
  87. 644b1e7 Add guards against fcntl() not being available on Windows. by Georg Brandl · 19 years ago
  88. 54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. by Georg Brandl · 19 years ago
  89. 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 19 years ago
  90. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 19 years ago
  91. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 19 years ago
  92. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 19 years ago
  93. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  94. d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 19 years ago
  95. e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 19 years ago
  96. 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 19 years ago
  97. 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 19 years ago
  98. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
  99. 67d70eb Repair mangled code in the Windows flavor of posix__getfullpathname(). by Tim Peters · 19 years ago
  100. 68bc4f9 Py_ssize_t-ify. by Thomas Wouters · 19 years ago