FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_posixsubprocess.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_posixsubprocess.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
Show description for 0e7144b
izbyshev
authored and
gpshead
committed
0e7144b
View commit details
Copy full SHA for 0e7144b
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Show description for c1e46e9
izbyshev
authored and
gpshead
committed
c1e46e9
View commit details
Copy full SHA for c1e46e9
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on May 29, 2017
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Show description for 163468a
gpshead
authored
163468a
View commit details
Copy full SHA for 163468a
View code at this point
Browse repository at this point
Commits on May 27, 2017
bpo-16500: Allow registering at-fork handlers (#1715)
Show description for 346cbd3
pitrou
authored
346cbd3
View commit details
Copy full SHA for 346cbd3
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
serhiy-storchaka
authored
66bffd1
View commit details
Copy full SHA for 66bffd1
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
serhiy-storchaka
committed
9574e0a
View commit details
Copy full SHA for 9574e0a
View code at this point
Browse repository at this point
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
serhiy-storchaka
committed
5ae4f49
View commit details
Copy full SHA for 5ae4f49
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Issue #26862: SYS_getdents64 does not need to be defined on android API 21.
Xavier de Gaye
committed
c716f18
View commit details
Copy full SHA for c716f18
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
Issue #25764: Merge subprocess fix from 3.4 into 3.5
vadmium
committed
6a77c2d
View commit details
Copy full SHA for 6a77c2d
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Issue #25764: Preserve subprocess fork exception when preexec_fn used
Show description for afdd513
vadmium
committed
afdd513
View commit details
Copy full SHA for afdd513
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
Show description for d0a5b1c
gpshead
committed
d0a5b1c
View commit details
Copy full SHA for d0a5b1c
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
Close #24784: Fix compilation without thread support
Show description for bc5b80b
vstinner
committed
bc5b80b
View commit details
Copy full SHA for bc5b80b
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
Fix computation of max_fd on OpenBSD. Issue #23852.
gpshead
committed
9afe8a3
View commit details
Copy full SHA for 9afe8a3
View code at this point
Browse repository at this point
Fix computation of max_fd on OpenBSD. Issue #23852.
gpshead
committed
f968177
View commit details
Copy full SHA for f968177
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
Show description for 4dff6f6
gpshead
committed
4dff6f6
View commit details
Copy full SHA for 4dff6f6
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
Merge 3.4 (_posixsubprocess)
vstinner
committed
33f96f1
View commit details
Copy full SHA for 33f96f1
View code at this point
Browse repository at this point
Issue #23851: close() must not be retried when it fails with EINTR
Show description for e7c7492
vstinner
committed
e7c7492
View commit details
Copy full SHA for e7c7492
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
Show description for 185fd33
vstinner
committed
185fd33
View commit details
Copy full SHA for 185fd33
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module
Show description for 160e819
vstinner
committed
160e819
View commit details
Copy full SHA for 160e819
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Issue #23694: Enhance _Py_open(), it now raises exceptions
Show description for a555cfc
vstinner
committed
a555cfc
View commit details
Copy full SHA for a555cfc
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
Issue #22290: Fix error handling in the _posixsubprocess module.
Show description for 8f437aa
vstinner
committed
8f437aa
View commit details
Copy full SHA for 8f437aa
View code at this point
Browse repository at this point
Commits on Jun 1, 2014
Fix the comment to not refer to the removed end_fd parameter.
gpshead
committed
a26987a
View commit details
Copy full SHA for a26987a
View code at this point
Browse repository at this point
Don't restrict ourselves to a "max" fd when closing fds before exec()
Show description for d4dcb70
gpshead
committed
d4dcb70
View commit details
Copy full SHA for d4dcb70
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
Add conditional code for android's lack of definition of SYS_getdent64.
Show description for efeb9da
gpshead
committed
efeb9da
View commit details
Copy full SHA for efeb9da
View code at this point
Browse repository at this point
Commits on Dec 1, 2013
Undo supposed fix for Issue #15798 until I understand why this is
Show description for 54532c9
gpshead
committed
54532c9
View commit details
Copy full SHA for 54532c9
View code at this point
Browse repository at this point
Undo supposed fix for Issue #15798 until I understand why this is
Show description for 361e30c
gpshead
committed
361e30c
View commit details
Copy full SHA for 361e30c
View code at this point
Browse repository at this point
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Show description for 1c27e3c
gpshead
committed
1c27e3c
View commit details
Copy full SHA for 1c27e3c
View code at this point
Browse repository at this point
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Show description for 1eda9e7
gpshead
committed
1eda9e7
View commit details
Copy full SHA for 1eda9e7
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Show description for daf4555
vstinner
committed
daf4555
View commit details
Copy full SHA for daf4555
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
Merge.
cf-natali
committed
a439b32
View commit details
Copy full SHA for a439b32
View code at this point
Browse repository at this point
Issue #18763: subprocess: The file descriptors are now closed after calling the
Show description for 249cdc3
cf-natali
committed
249cdc3
View commit details
Copy full SHA for 249cdc3
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
Show description for b394c1d
gpshead
committed
b394c1d
View commit details
Copy full SHA for b394c1d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL