1. 513d747 Fix mismatched if blocks in posixmodule.c. by Steve Dower · 8 years ago
  2. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  3. 840ef8f more linux -> __linux__ by Benjamin Peterson · 8 years ago
  4. e66987e os.urandom() now blocks on Linux by Victor Stinner · 8 years ago
  5. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  6. 581139c Run Argument Clinic on posixmodule.c by Victor Stinner · 8 years ago
  7. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  8. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  9. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  10. b1cb8b2 merge 3.5 by Benjamin Peterson · 8 years ago
  11. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  12. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 8 years ago
  13. eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due by Ned Deily · 8 years ago
  14. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  15. 70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict by Martin Panter · 8 years ago
  16. bf5868d merge 3.5 (#27656) by Benjamin Peterson · 8 years ago
  17. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 8 years ago
  18. 262dc1e Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  19. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  20. 044283a Issue #27512: Don't segfault when os.fspath() calls an object whose by Brett Cannon · 8 years ago
  21. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  22. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  23. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 8 years ago
  24. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  25. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  26. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 8 years ago
  27. b4f43e9 Clarify documentation for os.fspath(). by Brett Cannon · 8 years ago
  28. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  29. 46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  30. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  31. deab18d Issue #26708: Use the "const" qualifier for immutable strings. by Serhiy Storchaka · 8 years ago
  32. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  33. fb7c8ae Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. by Stefan Krah · 8 years ago
  34. 3291d85 Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  35. aaf553b Backed out changeset 8dc144e47252 by Serhiy Storchaka · 8 years ago
  36. 026110f Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  37. 819399b Issue #26671: Enhanced path_converter. by Serhiy Storchaka · 8 years ago
  38. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  39. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  40. 7bfa409 Implement finalizer for os.scandir() iterator by Victor Stinner · 8 years ago
  41. f664dc5 ResourceWarning: Revert change on socket and scandir by Victor Stinner · 8 years ago
  42. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  43. c36674a Fix usage of PyMem_Malloc() in os.stat() by Victor Stinner · 8 years ago
  44. c44f707 posix_getcwd(): limit to INT_MAX on Windows by Victor Stinner · 8 years ago
  45. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  46. fd625c3 Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  47. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  48. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  49. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  50. 8bc2b4d Issue #25890: Removed yet one unused variable. by Serhiy Storchaka · 9 years ago
  51. 9b3a2ee Issues #25890, #25891, #25892: Removed unused variables in Windows code. by Serhiy Storchaka · 9 years ago
  52. 9fdaff3 Merge 3.5 by Victor Stinner · 9 years ago
  53. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  54. 6b8f0c8 (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  55. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  56. 5ebae87 Issue #25207, #14626: Fix my commit. by Victor Stinner · 9 years ago
  57. 4552ced Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c by Victor Stinner · 9 years ago
  58. 024364a Merge 3.5 (os.waitpid) by Victor Stinner · 9 years ago
  59. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  60. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  61. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  62. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  63. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  64. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  65. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  66. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  67. fed0931 Merge 3.5 (ICC) by Victor Stinner · 9 years ago
  68. 5b6917e Merge 3.4 (ICC) by Victor Stinner · 9 years ago
  69. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  70. 80d62e6 Issue #23530: fix clinic comment. by Charles-François Natali · 9 years ago
  71. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 9 years ago
  72. f0b5015 Converted os._getfullpathname() and os._isdir() to Argument Clinic. by Serhiy Storchaka · 9 years ago
  73. cc0bbbc (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than by Victor Stinner · 9 years ago
  74. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 9 years ago
  75. 8714cfd Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too. by Christian Heimes · 9 years ago
  76. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  77. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  78. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  79. 5646de4 make DirEntryType and ScandirIteratorType static (closes #23918) by Benjamin Peterson · 9 years ago
  80. a1c7e72 Issue #23668: Suppresses invalid parameter handler around chsize calls. by Steve Dower · 9 years ago
  81. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  82. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 9 years ago
  83. a4c6bad Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. by Serhiy Storchaka · 9 years ago
  84. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  85. 0759f84 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" by Larry Hastings · 9 years ago
  86. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  87. dca028b Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus by Victor Stinner · 9 years ago
  88. 2ea51c9 Closes #9445: Removes detection of GetFinalPathNameByHandle by Steve Dower · 9 years ago
  89. 66aab0c Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle by Victor Stinner · 9 years ago
  90. a555cfc Issue #23694: Enhance _Py_open(), it now raises exceptions by Victor Stinner · 9 years ago
  91. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  92. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  93. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  94. 06a13f8 Issue #23152: Move declarations back to posixmodule.c. by Serhiy Storchaka · 10 years ago
  95. 12ebbc7 Issue #23152: Move declaration into a header and exclude from stable API. by Serhiy Storchaka · 10 years ago
  96. bf1f376 Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value by Steve Dower · 10 years ago
  97. a2af1a5 Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat by Steve Dower · 10 years ago
  98. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 10 years ago
  99. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  100. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago