1. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  2. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  3. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  4. 26cffde4 Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  5. ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago
  6. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  7. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  8. 8216c18 conditionally include unistd.h to pick up confstr declaration. attempt to by Skip Montanaro · 23 years ago
  9. 0f954a4 Add a few more missing prototypes to the SunOS 4.1.4 section (no SF by Thomas Wouters · 23 years ago
  10. 0850137 Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding w9xpopen.exe. by Mark Hammond · 23 years ago
  11. 64aae66 Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows. by Mark Hammond · 23 years ago
  12. 19030a0 Plug memory leak. by Neil Schemenauer · 24 years ago
  13. e2ad633 Anonymous SF bug report #128053 point out that the #ifdef for by Guido van Rossum · 24 years ago
  14. f377d57 Trivial typo fix, submitted by Charles Waldman (SF patch #102794). by Guido van Rossum · 24 years ago
  15. e63544f posix_getlogin(): Be more cautious about interpreting a NULL from by Fred Drake · 24 years ago
  16. a30680b posix_getlogin(): Handle the possibility that getlogin() can return by Fred Drake · 24 years ago
  17. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  18. 12e1595 Clarify that isatty is only guaranteed to return true for slave ends of by Thomas Wouters · 24 years ago
  19. b00adfb Add missing prototypes for the benefit of SunOS 4.1.4 */ by Guido van Rossum · 24 years ago
  20. 7f58e2e It's better to test for __hpux rather than __hppa, and hpux or hppa is by Guido van Rossum · 24 years ago
  21. ecc23b0 Hopefully fix the problem with undeclared fdatasync() on HP-UX that by Guido van Rossum · 24 years ago
  22. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  23. 0bb44a4 Closes SF bug 113894: on Windows, things like os.listdir("k:") and by Tim Peters · 24 years ago
  24. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  25. 9acdd3a Repaired damaged comments, and extra spaces in fatal error msgs we'd better by Tim Peters · 24 years ago
  26. 736aa32 Fix test_popen2 on Windows, recently broken by changes to the dict(!) by Tim Peters · 24 years ago
  27. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  28. 33a6da9 Fix for bug #110670 - Win32 os.listdir raises confusing errors: by Mark Hammond · 24 years ago
  29. b37a373 Patch #101032, from David Bolen: by Mark Hammond · 24 years ago
  30. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  31. 2031893 - changed windows pclose to make sure we don't return before the by Fredrik Lundh · 24 years ago
  32. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  33. 56055a4 -- added code to the new Windows popen functions to make close by Fredrik Lundh · 24 years ago
  34. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  35. 1bc8c1e Remove unused helper-function 'posix_strint'. by Thomas Wouters · 24 years ago
  36. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  37. 616607a ANSIfy the just-checked-in isatty() wrapper. by Thomas Wouters · 24 years ago
  38. 1517d84 new method isatty from Thomas Wouters by Skip Montanaro · 24 years ago
  39. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  40. 70c21a1 Move (actually copy) support for the sgi._getpty() function into by Thomas Wouters · 24 years ago
  41. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  42. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  43. 1072334 - stupid typo. by Fredrik Lundh · 24 years ago
  44. 44328e6 -- get rid of a compiler warning on unix. (as reported by Fredrik Lundh · 24 years ago
  45. 9ac81f6 - changed the nt.popen2 return values back to by Fredrik Lundh · 24 years ago
  46. bb7eeff - added popen.popen2/popen3/popen4 support for windows. by Fredrik Lundh · 24 years ago
  47. 766ccdc - added optional bufsize argument to new popen methods. by Fredrik Lundh · 24 years ago
  48. ffb9c77 - improved os.popen support for windows, based on win32pipe by Bill Tutt. by Fredrik Lundh · 24 years ago
  49. e25cfd8 - fixed pointer size test in spawn functions. also added by Fredrik Lundh · 24 years ago
  50. ff7df9d this one's a bit risky, but I've spent some considerable time by Fredrik Lundh · 24 years ago
  51. 49b0c3b Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: by Fred Drake · 24 years ago
  52. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  53. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  54. 64529cd Crude way to fix a problem on AIX: #undef STAT before defining it. by Guido van Rossum · 24 years ago
  55. 699f352 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  56. 8cef4cf Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  57. 54c8dc2 Patch from Trent Mick: by Andrew M. Kuchling · 24 years ago
  58. 137507e Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  59. 19dde10 Mark Hammond to the rescue: by Guido van Rossum · 24 years ago
  60. 3cef856 posix_utime(): Allow the second argument to be None, which invokes the by Barry Warsaw · 24 years ago
  61. 50422b4 Michael Hudson: by Guido van Rossum · 24 years ago
  62. ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 24 years ago
  63. 3155db3 setup_confname_table(): Close memory leak caused by not decref'ing the by Barry Warsaw · 24 years ago
  64. ef40e77 Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype by Guido van Rossum · 24 years ago
  65. 49679b4 Oops, the previous patch contained a bug in chmod. Fixed now. by Guido van Rossum · 24 years ago
  66. ffd15f5 Two robustness patches: by Guido van Rossum · 24 years ago
  67. b48bc17 Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R by Greg Ward · 24 years ago
  68. 9217fcb Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when by Greg Ward · 24 years ago
  69. 4985e40 Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was by Guido van Rossum · 24 years ago
  70. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 24 years ago
  71. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  72. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  73. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  74. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  75. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  76. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  77. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  78. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  79. 762e206 posix_putenv(): Constrain memory leakage when setting the same by Fred Drake · 25 years ago
  80. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  81. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  82. f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
  83. 8c67e4e Add extern decl for fsync() for SunOS 4.x. by Guido van Rossum · 25 years ago
  84. 3366d1c # Typo in docstring (Retrun -> Return). by Guido van Rossum · 25 years ago
  85. 61eeb04 The docstring for ttyname(..) claims a second "mode" argument. The by Guido van Rossum · 25 years ago
  86. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 25 years ago
  87. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 25 years ago
  88. ca74da4 Got rid of the file-global PosixError. This was redundant since it by Barry Warsaw · 25 years ago
  89. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 25 years ago
  90. 7e3535c Added documentation to the docstrings for the W*() functions that take by Fred Drake · 25 years ago
  91. 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  92. a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 25 years ago
  93. e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 25 years ago
  94. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  95. a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 25 years ago
  96. d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 25 years ago
  97. 5d00b6d Need extern decl. for fdatasync() in case it exists but isn't declared by Guido van Rossum · 26 years ago
  98. 21142a0 Added fsync() and fdatasync(). Patches by Scott Cotton. Requires by Guido van Rossum · 26 years ago
  99. 015f22a Change the access() code to return 1 if granted, 0 if not granted. by Guido van Rossum · 26 years ago
  100. 94f6f72 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago