1. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  2. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  3. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  4. 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
  5. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  6. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  7. bd6be7a I think it makes more sense that the pseudo filename used by fdopen() by Guido van Rossum · 22 years ago
  8. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  9. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  10. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  11. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  12. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  13. 674deb2 SF bug 601775 - some int results that should be bool. by Guido van Rossum · 22 years ago
  14. 7dca21e SF bug 595919: popenN return only text mode pipes by Tim Peters · 22 years ago
  15. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  16. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  17. 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
  18. 50584b4 Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated by Neal Norwitz · 22 years ago
  19. 50d5d4f Fix docstring to be consistent with parameter name (prefix) by Neal Norwitz · 22 years ago
  20. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  21. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  22. ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
  23. 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
  24. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  25. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  26. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  27. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  28. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  29. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  30. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  31. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  32. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  33. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  34. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  35. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  36. fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 22 years ago
  37. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  38. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  39. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  40. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 22 years ago
  41. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  42. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  43. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  44. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  45. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  46. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  47. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  48. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  49. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  50. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  51. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  52. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 23 years ago
  53. c8996f5 posix_execve(), posix_spawnve(), posix_putenv(): by Tim Peters · 23 years ago
  54. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  55. 1ceb5fb Repair a botched PyOS_snprintf conversion. by Tim Peters · 23 years ago
  56. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  57. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  58. e75f0e4 Correct typo. Fixes #484611. by Martin v. Löwis · 23 years ago
  59. dedbe25 Patch #474169: Move fdopen calls out of critical section. by Martin v. Löwis · 23 years ago
  60. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  61. 4fe3c27 Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. by Martin v. Löwis · 23 years ago
  62. a4dc73e Don't leave bare newlines in long strings -- VC doesn't like that. by Guido van Rossum · 23 years ago
  63. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  64. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  65. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  66. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  67. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  68. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  69. 402d598 SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from by Tim Peters · 23 years ago
  70. 95618b5 added warnings about security risk of using tmpnam and tempnam by Skip Montanaro · 23 years ago
  71. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  72. 0368bc4 Remove warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  73. 78b71c2 On Windows, tempnam() is spelled with a leading underscore. by Fred Drake · 23 years ago
  74. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  75. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  76. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  77. 26cffde4 Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  78. 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
  79. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  80. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  81. 8216c18 conditionally include unistd.h to pick up confstr declaration. attempt to by Skip Montanaro · 23 years ago
  82. 0f954a4 Add a few more missing prototypes to the SunOS 4.1.4 section (no SF by Thomas Wouters · 23 years ago
  83. 0850137 Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding w9xpopen.exe. by Mark Hammond · 23 years ago
  84. 64aae66 Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows. by Mark Hammond · 23 years ago
  85. 19030a0 Plug memory leak. by Neil Schemenauer · 23 years ago
  86. e2ad633 Anonymous SF bug report #128053 point out that the #ifdef for by Guido van Rossum · 24 years ago
  87. f377d57 Trivial typo fix, submitted by Charles Waldman (SF patch #102794). by Guido van Rossum · 24 years ago
  88. e63544f posix_getlogin(): Be more cautious about interpreting a NULL from by Fred Drake · 24 years ago
  89. a30680b posix_getlogin(): Handle the possibility that getlogin() can return by Fred Drake · 24 years ago
  90. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  91. 12e1595 Clarify that isatty is only guaranteed to return true for slave ends of by Thomas Wouters · 24 years ago
  92. b00adfb Add missing prototypes for the benefit of SunOS 4.1.4 */ by Guido van Rossum · 24 years ago
  93. 7f58e2e It's better to test for __hpux rather than __hppa, and hpux or hppa is by Guido van Rossum · 24 years ago
  94. ecc23b0 Hopefully fix the problem with undeclared fdatasync() on HP-UX that by Guido van Rossum · 24 years ago
  95. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  96. 0bb44a4 Closes SF bug 113894: on Windows, things like os.listdir("k:") and by Tim Peters · 24 years ago
  97. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  98. 9acdd3a Repaired damaged comments, and extra spaces in fatal error msgs we'd better by Tim Peters · 24 years ago
  99. 736aa32 Fix test_popen2 on Windows, recently broken by changes to the dict(!) by Tim Peters · 24 years ago
  100. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago