index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
posixmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-0/+1
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
1
-1/+1
*
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross
2024-02-16
1
-0/+1
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-3/+3
*
gh-87804: Fix the refleak in error handling of `_pystatvfs_fromstructstatfs` ...
Nikita Sobolev
2024-02-12
1
-8/+9
*
gh-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115...
Nikita Sobolev
2024-02-12
1
-31/+33
*
GH-87804: Fix counter overflow in statvfs on macOS (#99570)
Ronald Oussoren
2024-02-10
1
-0/+101
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
1
-0/+4
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
1
-1/+1
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+7
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
1
-0/+147
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
1
-6/+10
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
1
-2/+2
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
1
-7/+7
*
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...
Zackery Spytz
2023-12-28
1
-4/+5
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
1
-24/+56
*
gh-113119: Fix the macOS framework installer build (#113268)
Gregory P. Smith
2023-12-19
1
-1/+10
*
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík
2023-12-17
1
-0/+24
*
gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...
Jakub Kulík
2023-12-17
1
-6/+10
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
1
-18/+65
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+22
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
1
-25/+28
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
1
-1/+6
*
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon
2023-11-09
1
-2/+5
*
gh-90026: support XATTRs on Cygwin (GH-105075)
Philippe Cerfon
2023-11-03
1
-3/+9
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
2023-10-26
1
-3/+3
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-5/+5
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-2/+6
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+248
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-0/+32
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-31/+42
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-5/+4
*
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner
2023-09-29
1
-8/+0
*
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH...
Amin Alaee
2023-09-28
1
-5/+5
*
gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)
Victor Stinner
2023-09-21
1
-49/+72
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
1
-7/+2
*
gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)
Nikita Sobolev
2023-09-06
1
-4/+2
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-1/+1
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
1
-0/+7
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-43/+85
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-0/+1
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-3/+3
*
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland
2023-08-18
1
-4/+9
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
1
-1/+3
*
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6
2023-07-28
1
-1/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-3/+3
*
Docs: fix typo in os.pwrite docstring (#107087)
Jérôme Carretero
2023-07-23
1
-2/+2
*
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka
2023-07-18
1
-8/+4
*
gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decim...
Serhiy Storchaka
2023-07-18
1
-37/+22
[next]