1. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  2. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  3. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  4. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  5. 85ba92a GetVolumePathNameW: downcast bufsize to DWORD by Christian Heimes · 11 years ago
  6. b031427 Issue #19437: Fix parse_envlist() of the posix/nt module, don't call by Victor Stinner · 11 years ago
  7. 59799a8 Don't use deprecated function PyUnicode_GET_SIZE() by Victor Stinner · 11 years ago
  8. 50abf22 Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
  9. f0a7bac Issue #19437: Fix os.statvfs(), handle errors by Victor Stinner · 11 years ago
  10. 781bbeb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) by Tim Golden · 11 years ago
  11. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  12. ebe83f9 fix compile issue on windows. path is now a struct ptr by Christian Heimes · 11 years ago
  13. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  14. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  15. b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 11 years ago
  16. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  17. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  18. 177b3f9 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel by Christian Heimes · 11 years ago
  19. e70f2d5 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  20. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  21. a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
  22. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
  23. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  24. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  25. 4dbc95e Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  26. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
  27. abe639f Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  28. b3c8724 Initialize utime with 0. It fixes a couple of compiler warnung: by Christian Heimes · 11 years ago
  29. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  30. d85032e (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when by Victor Stinner · 11 years ago
  31. 45e9039 Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False by Victor Stinner · 11 years ago
  32. 6ce0dbf Fix a compiler warning in posix_sendfile() on FreeBSD: by Victor Stinner · 11 years ago
  33. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  34. dd3a6a5 Fix os.confstr(): the result type of the C function is size_t, not int by Victor Stinner · 11 years ago
  35. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  36. 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
  37. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  38. 072318b Issue #13772: Use syntax for literal wchar_t character by Victor Stinner · 11 years ago
  39. 31b3b92 Issue #13772: Mark helper functions as private (static) by Victor Stinner · 11 years ago
  40. e87267d Issue #13772: Fix a compiler warning on Windows by Victor Stinner · 11 years ago
  41. 5a43676 Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions by Victor Stinner · 11 years ago
  42. e7e7eba Issue #13772: Fix compiler warnings on Windows by Victor Stinner · 11 years ago
  43. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  44. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  45. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  46. 3b08a29 indicate that read/write work with bytes (closes #18009) by Benjamin Peterson · 11 years ago
  47. 8f1a8e3 Merge with 3.3 by Jason R. Coombs · 11 years ago
  48. e08b583 merge 3.3 by Benjamin Peterson · 11 years ago
  49. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  50. 7c4f8da Issue #17914: We can now inline _bsd_cpu_count(). by Charles-Francois Natali · 11 years ago
  51. d59087d Issue #17914: Remove OS-X special-case, and use the correct int type. by Charles-Francois Natali · 11 years ago
  52. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  53. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  54. cde88dc merge 3.3 (#17968) by Benjamin Peterson · 11 years ago
  55. dedac52 prevent double free in cleanup code (#17968) by Benjamin Peterson · 11 years ago
  56. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  57. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  58. 245bbee Merge. by Richard Oudkerk · 11 years ago
  59. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 11 years ago
  60. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 11 years ago
  61. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 11 years ago
  62. 3b965a2 expose O_PATH if possible by Benjamin Peterson · 11 years ago
  63. a7b5e82 Reject float as uid or gid. by Serhiy Storchaka · 11 years ago
  64. b462189 Reject float as uid or gid. by Serhiy Storchaka · 11 years ago
  65. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  66. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  67. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  68. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  69. 20190e2 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) by Ronald Oussoren · 11 years ago
  70. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 11 years ago
  71. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 11 years ago
  72. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  73. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  74. c99b512 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 11 years ago
  75. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 11 years ago
  76. 404fa92 Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type. by Serhiy Storchaka · 12 years ago
  77. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  78. 9cc4321 Backed out changeset 61bada808b34 by Brian Curtin · 12 years ago
  79. 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
  80. 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
  81. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  82. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  83. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  84. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  85. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  86. 4e7d2d4 Issue #15478: Oops, fix regression in os.open() on Windows by Victor Stinner · 12 years ago
  87. afe1706 Issue #15478: Use source filename in OSError, not destination filename by Victor Stinner · 12 years ago
  88. b024e84 Issue #15478: Use path_error() in more posix functions, especially in Windows by Victor Stinner · 12 years ago
  89. 266f882 Issue #15478: Fix compilation on Windows by Victor Stinner · 12 years ago
  90. 292c835 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore by Victor Stinner · 12 years ago
  91. d25b398 Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  92. 5445a8c Replace tabs with spaces in posixmodule.c by Petri Lehtinen · 12 years ago
  93. 06eecea Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. by Antoine Pitrou · 12 years ago
  94. ab70e2a #16135: Removal of OS/2 support (posixmodule y platform dependent files) by Jesus Cea · 12 years ago
  95. 3b9493b Use C-style comments for C89 / ANSI C compatibility by Christian Heimes · 12 years ago
  96. 9a46105 #15965: Explicitly cast AT_FDCWD as (int). by Trent Nelson · 12 years ago
  97. 9d20e0e Issue #15926: Fix crash after multiple reinitializations of the interpreter. by Antoine Pitrou · 12 years ago
  98. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  99. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  100. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago