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
/
clinic
/
posixmodule.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-1/+9
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-1/+33
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
1
-16/+71
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-1/+46
*
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
Pablo Galindo
2020-12-02
1
-3/+3
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-1/+105
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-1/+141
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-5/+5
*
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka
2020-07-05
1
-7/+1
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-7/+56
*
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith
2020-06-20
1
-3/+2
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-8/+8
*
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH
2020-05-27
1
-1/+2
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-521/+1
*
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner
2020-05-14
1
-56/+35
*
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner
2020-05-10
1
-12/+11
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-13/+5
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
1
-1/+558
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-3/+3
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-1/+61
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-5/+5
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
1
-3/+39
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
1
-5/+5
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
1
-39/+3
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
1
-3/+39
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-1/+43
*
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo
2019-11-05
1
-2/+2
*
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka
2019-10-13
1
-10/+10
*
bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)
Dong-hee Na
2019-09-25
1
-6/+14
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-13/+12
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-8/+8
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-18/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-2/+2
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-1/+107
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-1/+60
*
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr
2019-05-21
1
-5/+5
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-1/+97
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-205/+1346
*
Remove stray quote in os.replace docstring. (GH-11556)
Anthony Sottile
2019-02-13
1
-2/+2
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
1
-18/+26
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
1
-1/+74
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-57/+470
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-26/+118
*
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka
2018-12-17
1
-8/+3
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
1
-5/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-110/+110
*
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH...
BNMetrics
2018-11-02
1
-11/+11
*
closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SE...
William Orr
2018-10-02
1
-3/+3
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
1
-22/+1
*
Convert os.readlink() to Argument Clinic. (GH-8778)
Serhiy Storchaka
2018-09-17
1
-1/+131
[next]