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-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-0/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
1
-2/+2
*
gh-105375: Improve posix error handling (#105592)
Erlend E. Aasland
2023-06-09
1
-4/+8
*
gh-104690 Disallow thread creation and fork at interpreter finalization (#104...
chgnrdv
2023-06-04
1
-2/+19
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
1
-4/+4
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
1
-0/+90
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Steve Dower
2023-05-24
1
-4/+8
*
Fix missing/incomplete NULL checks in multiple source files (#104564)
chgnrdv
2023-05-23
1
-0/+4
*
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...
Ronald Oussoren
2023-05-19
1
-0/+12
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)
Dong-hee Na
2023-05-05
1
-4/+12
*
gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformation...
Finn Womack
2023-04-27
1
-118/+191
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
1
-2/+2
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-45/+146
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-0/+194
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-18/+40
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
1
-5/+8
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
1
-5/+0
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
1
-84/+28
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-3/+2
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
1
-6/+9
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
1
-2/+0
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
1
-1/+2
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+310
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-6/+1
*
gh-100649: Update native_thread_id after fork (gh-100650)
Gabriele N. Tornetta
2023-01-01
1
-0/+4
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
1
-0/+103
*
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...
amaajemyfren
2022-12-21
1
-2/+10
*
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
Eric Snow
2022-12-09
1
-0/+1
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
1
-25/+5
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
1
-16/+38
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-8/+8
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (#9...
TheShermanTanker
2022-11-26
1
-11/+3
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
1
-8/+4
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+20
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
1
-2/+1
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
1
-4/+16
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
1
-39/+21
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-0/+14
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-1/+1
*
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
1
-0/+107
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
1
-27/+5
*
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov
2022-10-07
1
-2/+3
*
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Dong-hee Na
2022-10-06
1
-1/+6
*
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)
Ned Deily
2022-10-06
1
-8/+52
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+5
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-15/+2
*
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya
2022-07-27
1
-3/+7
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
1
-1/+4
[next]