1. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 12 years ago
  2. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 12 years ago
  3. 3b965a2 expose O_PATH if possible by Benjamin Peterson · 12 years ago
  4. a7b5e82 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  5. b462189 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  6. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  7. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  8. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  9. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  10. 20190e2 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) by Ronald Oussoren · 12 years ago
  11. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
  12. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  13. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  14. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  15. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  16. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  17. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  18. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  19. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  20. e3d0b65 Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939. by Brian Curtin · 12 years ago
  21. 87e63a2 st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines. by Brian Curtin · 12 years ago
  22. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  23. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  24. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  25. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  26. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  27. 4e7d2d4 Issue #15478: Oops, fix regression in os.open() on Windows by Victor Stinner · 12 years ago
  28. afe1706 Issue #15478: Use source filename in OSError, not destination filename by Victor Stinner · 12 years ago
  29. b024e84 Issue #15478: Use path_error() in more posix functions, especially in Windows by Victor Stinner · 12 years ago
  30. 266f882 Issue #15478: Fix compilation on Windows by Victor Stinner · 12 years ago
  31. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  32. d25b398 Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  33. 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  34. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  35. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  36. 3b9493b Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 12 years ago
  37. 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 12 years ago
  38. 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  39. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  40. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  41. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  42. 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 12 years ago
  43. 591c1cc Remove dead code by Victor Stinner · 12 years ago
  44. 969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. by Georg Brandl · 12 years ago
  45. fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 12 years ago
  46. f787559 Whitespace cleanup. by Georg Brandl · 12 years ago
  47. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  48. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  49. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 12 years ago
  50. 5bb7aa9 Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access(). by Georg Brandl · 12 years ago
  51. dbbc0c8 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) by Larry Hastings · 12 years ago
  52. 67cbf7b Issue #14626: Fix buildbot issue on x86 Tiger 3.x. by Larry Hastings · 12 years ago
  53. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  54. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  55. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 12 years ago
  56. 9242c13 capitialize utime statuses by Benjamin Peterson · 12 years ago
  57. eaa5eee Backed out changeset 709850f1ec67 by Benjamin Peterson · 12 years ago
  58. cfe6f2a Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  59. 6b03f2c Fix typo in exception message. by Stefan Krah · 12 years ago
  60. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  61. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  62. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  63. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  64. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  65. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  66. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  67. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  68. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  69. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  70. 1d642d2 Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too) by Jesus Cea · 12 years ago
  71. cf38120 Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT by Jesus Cea · 12 years ago
  72. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  73. 2dbda07 fix condition (#14296) by Benjamin Peterson · 13 years ago
  74. 7b51b8d try to fix compilation on glibc's with cpu sets (#14296) by Benjamin Peterson · 13 years ago
  75. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  76. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 13 years ago
  77. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  78. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  79. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  80. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
  81. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
  82. ccd5715 PEP 410 by Victor Stinner · 13 years ago
  83. 1aa54a4 Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp by Victor Stinner · 13 years ago
  84. a2f7c00 Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help by Victor Stinner · 13 years ago
  85. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 13 years ago
  86. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 13 years ago
  87. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  88. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  89. 50590f1 Use GetModuleHandleW to avoid *A functions where possible. by Martin v. Löwis · 13 years ago
  90. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  91. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  92. f2840a8 Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as by Charles-François Natali · 13 years ago
  93. 38f425e Issue #13739: It's simpler and more direct to call rewinddir() at the beginning. by Charles-François Natali · 13 years ago
  94. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  95. 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  96. 1b57967 Issue #13560: Locale codec functions use the classic "errors" parameter, by Victor Stinner · 13 years ago
  97. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 13 years ago
  98. 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
  99. e8eb0e8 merge 3.2 by Benjamin Peterson · 13 years ago
  100. 4bb867d plug refleak by Benjamin Peterson · 13 years ago