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-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
|
\
\
\
|
|
/
/
|
*
|
Issue #29034: Fix memory leak and use-after-free in path_converter.
Xiang Zhang
2017-01-08
1
-53/+56
*
|
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-2/+2
*
|
|
Issue #28152: Fix -Wunreachable-code warnings on Clang
Victor Stinner
2016-12-05
1
-0/+5
*
|
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-2/+2
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-2/+2
*
|
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
*
|
|
Issue #28732: Raise ValueError when argv[0] is empty
Steve Dower
2016-11-20
1
-0/+34
|
\
\
\
|
|
/
/
|
*
|
Issue #28732: Raise ValueError when argv[0] is empty
Steve Dower
2016-11-20
1
-0/+34
|
|
\
\
|
|
|
/
|
|
*
Issue #28732: Raise ValueError when argv[0] is empty.
Steve Dower
2016-11-20
1
-0/+9
*
|
|
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of a...
Steve Dower
2016-11-20
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of a...
Steve Dower
2016-11-20
1
-0/+10
*
|
|
Merge from 3.6
Steve Dower
2016-11-20
1
-2/+7
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.5 and fix a few other functions missing IPH handling.
Steve Dower
2016-11-20
1
-2/+7
|
|
\
\
|
|
|
/
|
|
*
Issue #28732: Fix crash in os.spawnv() with no elements in args
Steve Dower
2016-11-20
1
-0/+16
*
|
|
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka
2016-11-08
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka
2016-11-08
1
-4/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka
2016-11-08
1
-4/+2
*
|
|
Issue #28586: Converted os.scandir() to Argument Clinic.
Serhiy Storchaka
2016-11-06
1
-100/+91
|
/
/
*
|
Issue #28394: More typo fixes for 3.6+
Martin Panter
2016-10-10
1
-1/+1
*
|
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Serhiy Storchaka
2016-10-08
1
-46/+43
*
|
Increase buffer for readlink() in case OS will support longer names one day.
Christian Heimes
2016-09-23
1
-3/+4
|
\
\
|
|
/
|
*
Increase buffer for readlink() in case OS will support longer names one day.
Christian Heimes
2016-09-23
1
-3/+4
|
*
Issue #28075: Fix test_access_denied in Python 3.5
Berker Peksag
2016-09-18
1
-2/+4
*
|
Fix memleak in os.getrandom()
Victor Stinner
2016-09-20
1
-10/+18
*
|
Fix memory leak in path_converter()
Victor Stinner
2016-09-19
1
-1/+1
*
|
Issue #28075: Merge from 3.5
Berker Peksag
2016-09-17
1
-2/+4
|
\
\
|
|
/
|
*
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...
Berker Peksag
2016-09-17
1
-2/+4
*
|
Issue #28156: Export os.getpid() conditionally
Berker Peksag
2016-09-15
1
-0/+2
*
|
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
Berker Peksag
2016-09-15
1
-17/+39
*
|
Adds missing assert suppression.
Steve Dower
2016-09-12
1
-0/+4
*
|
Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT
Steve Dower
2016-09-09
1
-2/+3
*
|
use Py_MAX
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
1
-72/+3
*
|
Fix mismatched if blocks in posixmodule.c.
Steve Dower
2016-09-08
1
-2/+1
[next]