COMMITS
/ Modules/posixmodule.c June 19, 2018
G
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
Giampaolo Rodola committed
P
bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn(). (GH-7685)
Pablo Galindo committed
June 12, 2018
G
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
Giampaolo Rodola committed
June 10, 2018
Z
Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557)
Zackery Spytz committed
May 8, 2018
S
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka committed
May 1, 2018
S
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332)
Serhiy Storchaka committed
March 8, 2018
A
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010)
Alexey Izbyshev committed
March 5, 2018
S
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower committed
March 1, 2018
A
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev committed
February 22, 2018
February 20, 2018
A
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev committed
February 14, 2018
N
Update comment in posixmodule.c (GH-5681)
ngie-eign committed
February 12, 2018
S
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4 committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 30, 2018
S
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
Stéphane Wirtel committed
January 29, 2018
P
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Pablo Galindo committed
C
bpo-32705: Current Android does not have posix_spawn (#5413)
Chih-Hsuan Yen committed
P
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo committed
January 28, 2018
J
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea committed
January 27, 2018
P
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo committed
January 5, 2018
M
bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972)
Michael Felt committed
December 29, 2017
B
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson committed
December 19, 2017
M
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Michael Felt committed
December 14, 2017
G
bpo-32143: add f_fsid to os.statvfs() (#4571)
Giuseppe Scrivano committed
A
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797)
Anthony Sottile committed
October 27, 2017
E
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
V
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner committed
October 13, 2017
V
os.startfile(): add a C comment on security (#3877)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 29, 2017
B
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 5, 2017
C
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes committed
August 30, 2017
C
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox committed
August 14, 2017
К
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (#3000) (#3000)
Коренберг Марк committed
August 3, 2017
V
Spelling fixes (#2902)
Ville Skyttä committed
July 11, 2017
S
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
June 27, 2017
E
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
Eric N. Vander Weele committed
June 25, 2017
S
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka committed
June 23, 2017
V
bpo-30602: Fix lastarg in os.spawnve() (#2287)
Victor Stinner committed
June 15, 2017
V
bpo-30602: Fix refleak in os.spawnv() (#2212)
Victor Stinner committed
June 14, 2017
V
bpo-30602: Fix refleak in os.spawnve() (#2184)
Victor Stinner committed
June 13, 2017
M
bpo-30650: Fixed a syntax error: missed right parentheses (#2154)
messi Liao committed
May 29, 2017
G
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
May 22, 2017
X
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
March 30, 2017
S
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka committed
March 9, 2017
V
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner committed