1. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  2. 2adf210 Ensure path is initialized to prevent freeing random memory by Neal Norwitz · 20 years ago
  3. 9665271 Plug a few memory leaks in utime(). path is allocated from within by Neal Norwitz · 20 years ago
  4. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  5. 2d5914b Fix [ 947405 ] os.utime() raises bad exception for unicode filenames by Mark Hammond · 20 years ago
  6. 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 20 years ago
  7. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  8. 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 20 years ago
  9. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  10. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  11. 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 20 years ago
  12. 2b2c973 FIx unicodefilename support of posix.uname(). This fixes test_unicode_file by Hye-Shik Chang · 21 years ago
  13. 817c929 Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 21 years ago
  14. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  15. 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
  16. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  17. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  18. 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago
  19. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  20. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  21. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  22. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  23. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  24. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  25. baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 21 years ago
  26. 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 21 years ago
  27. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  28. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  29. 2deaddb Get rid of warning on IRIX by Neal Norwitz · 21 years ago
  30. b59798b Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. by Neal Norwitz · 21 years ago
  31. 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 21 years ago
  32. 6a42183 os.listdir(): Fall back to the original byte string if conversion to unicode by Just van Rossum · 21 years ago
  33. 2fe07fd plugged leak noted by nnorwitz: the 'et' format returns allocated memory by Just van Rossum · 21 years ago
  34. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  35. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 21 years ago
  36. 05107b6 os.mkdir() would crash with a Unicode filename and mode param. by Mark Hammond · 21 years ago
  37. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 21 years ago
  38. ec74f2f Add more missing PyErr_NoMemory() after failled memory allocs by Neal Norwitz · 21 years ago
  39. 4adc9ab Fix memory leak of newstr when putenv() fails by Neal Norwitz · 21 years ago
  40. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  41. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  42. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  43. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  44. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  45. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  46. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  47. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  48. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  49. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  50. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  51. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  52. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  53. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  54. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  55. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  56. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  57. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  58. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  59. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  60. d389036 Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode) by Mark Hammond · 22 years ago
  61. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  62. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  63. bd6be7a I think it makes more sense that the pseudo filename used by fdopen() by Guido van Rossum · 22 years ago
  64. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  65. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  66. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  67. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  68. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  69. 674deb2 SF bug 601775 - some int results that should be bool. by Guido van Rossum · 22 years ago
  70. 7dca21e SF bug 595919: popenN return only text mode pipes by Tim Peters · 22 years ago
  71. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  72. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  73. cfa1f52 Revert changes to use PyArg_Parse(), so any sequence will continue to work -- Spotted by Just van Rossum by Neal Norwitz · 22 years ago
  74. 50584b4 Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated by Neal Norwitz · 22 years ago
  75. 50d5d4f Fix docstring to be consistent with parameter name (prefix) by Neal Norwitz · 22 years ago
  76. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  77. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  78. ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
  79. 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
  80. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  81. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  82. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  83. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  84. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  85. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  86. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  87. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  88. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  89. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  90. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  91. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  92. fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 22 years ago
  93. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  94. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  95. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  96. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 22 years ago
  97. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  98. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  99. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  100. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago