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
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Alexey Izbyshev
2018-03-08
1
-42/+32
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-28/+38
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev
2018-03-01
1
-7/+7
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Steve Dower
2018-02-22
1
-33/+48
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev
2018-02-20
1
-1/+1
*
Update comment in posixmodule.c (GH-5681)
ngie-eign
2018-02-14
1
-1/+1
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-3/+3
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-1/+1
*
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...
Stéphane Wirtel
2018-01-30
1
-1/+1
*
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Pablo Galindo
2018-01-29
1
-52/+66
*
bpo-32705: Current Android does not have posix_spawn (#5413)
Chih-Hsuan Yen
2018-01-29
1
-0/+7
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
1
-1/+201
*
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea
2018-01-28
1
-0/+17
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-0/+194
*
bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvf...
Michael Felt
2018-01-05
1
-0/+6
*
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
2017-12-29
1
-16/+27
*
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Michael Felt
2017-12-19
1
-0/+3
*
bpo-32143: add f_fsid to os.statvfs() (#4571)
Giuseppe Scrivano
2017-12-14
1
-0/+2
*
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797)
Anthony Sottile
2017-12-14
1
-0/+1
*
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray
2017-10-27
1
-5/+1
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-3/+1
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
1
-44/+4
*
os.startfile(): add a C comment on security (#3877)
Victor Stinner
2017-10-13
1
-0/+4
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-3/+0
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-29
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-3/+1
*
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
2017-09-05
1
-0/+5
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox
2017-08-30
1
-3/+16
*
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3...
Коренберг Марк
2017-08-14
1
-10/+20
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka
2017-07-11
1
-3/+5
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-6/+12
*
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
Eric N. Vander Weele
2017-06-27
1
-0/+4
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-4/+28
*
bpo-30602: Fix lastarg in os.spawnve() (#2287)
Victor Stinner
2017-06-23
1
-3/+3
*
bpo-30602: Fix refleak in os.spawnv() (#2212)
Victor Stinner
2017-06-15
1
-1/+1
*
bpo-30602: Fix refleak in os.spawnve() (#2184)
Victor Stinner
2017-06-14
1
-2/+2
*
bpo-30650: Fixed a syntax error: missed right parentheses (#2154)
messi Liao
2017-06-13
1
-1/+1
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-27/+44
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-30/+154
*
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).
xdegaye
2017-05-22
1
-18/+5
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-18/+42
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
1
-22/+83
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
1
-5/+8
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-15
1
-4/+0
*
Issue #29513: Fix outdated comment and remove redundand code is os.scandir().
Serhiy Storchaka
2017-02-09
1
-7/+3
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-10/+5
*
Issue #29092: Merge 3.6.
Xiang Zhang
2017-01-22
1
-2/+3
|
\
|
*
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang
2017-01-22
1
-2/+3
|
|
\
*
|
\
Issue #29034: Merge 3.6.
Xiang Zhang
2017-01-08
1
-53/+56
|
\
\
\
|
|
/
/
[next]