1. ffd15f5 Two robustness patches: by Guido van Rossum · 24 years ago
  2. b48bc17 Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R by Greg Ward · 24 years ago
  3. 9217fcb Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when by Greg Ward · 24 years ago
  4. 4985e40 Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was by Guido van Rossum · 24 years ago
  5. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 24 years ago
  6. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  7. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  8. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  9. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  10. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  11. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  12. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  13. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  14. 762e206 posix_putenv(): Constrain memory leakage when setting the same by Fred Drake · 25 years ago
  15. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  16. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  17. f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
  18. 8c67e4e Add extern decl for fsync() for SunOS 4.x. by Guido van Rossum · 25 years ago
  19. 3366d1c # Typo in docstring (Retrun -> Return). by Guido van Rossum · 25 years ago
  20. 61eeb04 The docstring for ttyname(..) claims a second "mode" argument. The by Guido van Rossum · 25 years ago
  21. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 25 years ago
  22. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 25 years ago
  23. ca74da4 Got rid of the file-global PosixError. This was redundant since it by Barry Warsaw · 25 years ago
  24. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 25 years ago
  25. 7e3535c Added documentation to the docstrings for the W*() functions that take by Fred Drake · 25 years ago
  26. 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  27. a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 25 years ago
  28. e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 25 years ago
  29. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  30. a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 25 years ago
  31. d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 25 years ago
  32. 5d00b6d Need extern decl. for fdatasync() in case it exists but isn't declared by Guido van Rossum · 26 years ago
  33. 21142a0 Added fsync() and fdatasync(). Patches by Scott Cotton. Requires by Guido van Rossum · 26 years ago
  34. 015f22a Change the access() code to return 1 if granted, 0 if not granted. by Guido van Rossum · 26 years ago
  35. 94f6f72 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  36. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  37. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  38. be70450 Removed some OS/2 #defines (now in the OS/2 specific config.h). by Guido van Rossum · 26 years ago
  39. 617bc19 In Win32 version of listdir(), when FindFirstFile() returns by Guido van Rossum · 26 years ago
  40. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  41. c964179 Patch by Jody Winston (with my changes) to add some of the "wait by Guido van Rossum · 26 years ago
  42. d58d764 Several changes to support inclusion of filename in relevent exceptions: by Barry Warsaw · 26 years ago
  43. b3f9f4b On Windows, make the pipe() call return Unix file descriptors instead by Guido van Rossum · 26 years ago
  44. bfaf3d6 Moved some #ifdefs around that got put in the wrong place by the by Guido van Rossum · 27 years ago
  45. d48f252 Another large batch of patches from Jeff Rush for OS/2. by Guido van Rossum · 27 years ago
  46. c5a0f53 Patch for QNX, by Chris Herborth. Also left-aligned preprocessor by Guido van Rossum · 27 years ago
  47. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  48. 359bcaa This fix (across 4 files in 3 directories) solves a subtle problem with by Guido van Rossum · 27 years ago
  49. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  50. b6a4716 Add strerror() interface. by Guido van Rossum · 27 years ago
  51. c6ef204 Added /**/ around #end tags by Guido van Rossum · 27 years ago
  52. 6d8841c Added a bunch of XXX comments about things I'd like to see changed... by Guido van Rossum · 27 years ago
  53. 98d9d09 Added O_BINARY and O_TEXT (for Windows). by Guido van Rossum · 27 years ago
  54. 0318fd6 Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES by Roger E. Masse · 27 years ago
  55. ec4f4ac Added doc strings (Neil Schemenauer). by Guido van Rossum · 27 years ago
  56. b9f866c Enable putenv and waitpid (== wait4) for NeXT. by Guido van Rossum · 27 years ago
  57. ba9d7c5 Change the exception objects to have the string value "os.error" by Guido van Rossum · 27 years ago
  58. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 27 years ago
  59. 4a34209 1. Export open(2) flag constants for every defined constant by Barry Warsaw · 28 years ago
  60. 43d68b8 Minor formatting changes. by Barry Warsaw · 28 years ago
  61. 53699e9 Renamed. by Barry Warsaw · 28 years ago
  62. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  63. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  64. 87755a2 Use #ifdef MS_WIN32 instead of _MSC_VER > 850. by Guido van Rossum · 28 years ago
  65. f1af3fe Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. by Guido van Rossum · 28 years ago
  66. c012547 Added plock() system call. Changed test for Windows times() emulation. by Guido van Rossum · 28 years ago
  67. 8d665e6 changed windows test symbols; removed debug printf from sockets by Guido van Rossum · 28 years ago
  68. fd03e2b Clear waitpid() status arg in case there's no process to report with by Guido van Rossum · 28 years ago
  69. 8bac546 Avoid core dump in resizestring() on read() with 0 bytes. by Guido van Rossum · 28 years ago
  70. a0e7130 Changed NT -> MSC or WATCOM by Guido van Rossum · 28 years ago
  71. a4916fa Added mkfifo, ftruncate. Windows/PC changes. by Guido van Rossum · 28 years ago
  72. b0824db Made 2nd arg to mkdir optional by Guido van Rossum · 28 years ago
  73. f4a5912 add remove==unlink; mark strftime as varargs by Guido van Rossum · 28 years ago
  74. bbc3410 added 5th return item, clock time, to posix.times() by Guido van Rossum · 29 years ago
  75. 24f42ac suppress . and .. in listdir return value by Guido van Rossum · 29 years ago
  76. 36bc680 sys/wait.h; NeXT changes (no unistd, utime; getcwd?) by Guido van Rossum · 29 years ago
  77. de4e124 add WNOHANG by Guido van Rossum · 29 years ago
  78. 6f4f5f7 some more changes for NT and Borland by Guido van Rossum · 29 years ago
  79. ad0ee83 changes for NT/Borland C by Guido van Rossum · 29 years ago
  80. a38a503 fix comment opener after #endif by Guido van Rossum · 29 years ago
  81. d1b3481 correct typo in utime stub by Guido van Rossum · 29 years ago
  82. f8803dd uname 64-bit fix by Guido van Rossum · 29 years ago
  83. a6a1e53 added bufsize parameter to fdopen and popen by Guido van Rossum · 30 years ago
  84. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  85. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  86. 6493389 distinguish between getpgrp and setpgrp arg requirements by Guido van Rossum · 30 years ago
  87. 14ed0b2 * Modules/xxmodule.c: integrated with xxobject.c by Jack by Guido van Rossum · 30 years ago
  88. b078ce1 Move #endif for NT by Guido van Rossum · 30 years ago
  89. 794d813 * Modules/posixmodule.c: some more NT changes by Guido van Rossum · 30 years ago
  90. 6a3eb5f Changes to make it work and compile on NT, by Mark Hammond. by Guido van Rossum · 30 years ago
  91. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  92. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  93. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  94. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  95. c6dcc9f Added execve; change getstrarg into getargs with "s" format by Guido van Rossum · 31 years ago
  96. c70b61f Hacks for NEXTSTEP. by Guido van Rossum · 31 years ago
  97. 0619153 Work around a bug in the DEC alpha OSF/1 C preprocessor. by Guido van Rossum · 31 years ago
  98. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  99. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  100. e22e644 * config.c: different default PYTHONPATH for MS-DOS by Guido van Rossum · 31 years ago