1. 4adc9ab Fix memory leak of newstr when putenv() fails by Neal Norwitz · 21 years ago
  2. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  3. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  4. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  5. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  6. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  7. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  8. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  9. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  10. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  11. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  12. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  13. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  14. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  15. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  16. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  17. 1e700d2 posix_execve(): add missing argument for "et" format in PyArg_Parse() by Guido van Rossum · 22 years ago
  18. c18b308 Fix a few docstrings, remove extra commas by Neal Norwitz · 22 years ago
  19. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  20. 114619e Apply file system default encoding to exec and spawn path and arguments. by Martin v. Löwis · 22 years ago
  21. 92e4dd8 s/_alloca/alloca/g; Windows doesn't need the former, at least not unless by Tim Peters · 22 years ago
  22. 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
  23. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  24. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  25. bd6be7a I think it makes more sense that the pseudo filename used by fdopen() by Guido van Rossum · 22 years ago
  26. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  27. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  28. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  29. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  30. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  31. 674deb2 SF bug 601775 - some int results that should be bool. by Guido van Rossum · 22 years ago
  32. 7dca21e SF bug 595919: popenN return only text mode pipes by Tim Peters · 22 years ago
  33. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  34. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  35. 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
  36. 50584b4 Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated by Neal Norwitz · 22 years ago
  37. 50d5d4f Fix docstring to be consistent with parameter name (prefix) by Neal Norwitz · 22 years ago
  38. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  39. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  40. ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
  41. 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
  42. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  43. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  44. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  45. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  46. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  47. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  48. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  49. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  50. db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
  51. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  52. 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 22 years ago
  53. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  54. fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 22 years ago
  55. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  56. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  57. e7fefbf Fix bugs: by Mark Hammond · 22 years ago
  58. 94b866a Handle os.listdir("") case correctly on Windows. Closes bug 500705. by Neil Schemenauer · 22 years ago
  59. 193a3f6 Update docstrings to use te attribute names of the new structures returned by Fred Drake · 22 years ago
  60. bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 22 years ago
  61. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  62. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  63. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  64. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  65. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  66. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  67. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  68. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  69. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  70. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 23 years ago
  71. c8996f5 posix_execve(), posix_spawnve(), posix_putenv(): by Tim Peters · 23 years ago
  72. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  73. 1ceb5fb Repair a botched PyOS_snprintf conversion. by Tim Peters · 23 years ago
  74. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  75. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  76. e75f0e4 Correct typo. Fixes #484611. by Martin v. Löwis · 23 years ago
  77. dedbe25 Patch #474169: Move fdopen calls out of critical section. by Martin v. Löwis · 23 years ago
  78. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  79. 4fe3c27 Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. by Martin v. Löwis · 23 years ago
  80. a4dc73e Don't leave bare newlines in long strings -- VC doesn't like that. by Guido van Rossum · 23 years ago
  81. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  82. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  83. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  84. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  85. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  86. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  87. 402d598 SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from by Tim Peters · 23 years ago
  88. 95618b5 added warnings about security risk of using tmpnam and tempnam by Skip Montanaro · 23 years ago
  89. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  90. 0368bc4 Remove warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  91. 78b71c2 On Windows, tempnam() is spelled with a leading underscore. by Fred Drake · 23 years ago
  92. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  93. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  94. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  95. 26cffde4 Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  96. 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
  97. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  98. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  99. 8216c18 conditionally include unistd.h to pick up confstr declaration. attempt to by Skip Montanaro · 23 years ago
  100. 0f954a4 Add a few more missing prototypes to the SunOS 4.1.4 section (no SF by Thomas Wouters · 23 years ago