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
*
00114-statvfs-f_flag-constants.patch
Fedora Python maintainers
2020-09-29
1
-0/+37
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
1
-1/+1
*
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
Alexey Izbyshev
2018-03-01
1
-7/+8
*
Update comment in posixmodule.c (GH-5681)
Miss Islington (bot)
2018-02-14
1
-1/+1
*
bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...
Anthony Sottile
2018-01-15
1
-1/+1
*
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
Christian Heimes
2017-09-05
1
-0/+5
*
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
1
-0/+19
*
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-24
1
-0/+6
*
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
1
-1/+4
*
fix function name
Benjamin Peterson
2016-12-03
1
-1/+1
*
also do not leak the mode string if creating the file fails
Benjamin Peterson
2016-12-03
1
-1/+3
*
do not leak the FILE * pointer in error cases of fdopen()
Benjamin Peterson
2016-12-03
1
-6/+8
*
fix refleak in file handle creation error case
Benjamin Peterson
2016-12-03
1
-7/+5
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-53/+34
*
Issue #24611: Fixed compiling the posix module on non-Windows platforms
Serhiy Storchaka
2015-07-12
1
-2/+2
*
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Serhiy Storchaka
2015-04-20
1
-3/+28
*
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-12/+42
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
Benjamin Peterson
2014-08-24
1
-1/+1
*
add missing NULL check
Benjamin Peterson
2014-04-14
1
-5/+9
*
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
1
-14/+27
*
make sure fdopen always closes the fd in error cases (closes #21191)
Benjamin Peterson
2014-04-09
1
-4/+12
*
#13530: port to 2.7 branch (document what os.lseek returns).
Georg Brandl
2014-03-11
1
-1/+2
*
avoid name clash with posix_close (closes #20594)
Benjamin Peterson
2014-02-11
1
-2/+6
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
1
-0/+30
*
always allow -1 as a uid
Benjamin Peterson
2013-03-23
1
-4/+0
*
undo PyInt -> PyLong change; that was wrong
Benjamin Peterson
2013-03-23
1
-2/+2
*
return int instead long when possible (#17531)
Benjamin Peterson
2013-03-23
1
-2/+2
*
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka
2013-02-12
1
-125/+206
*
Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robe...
Serhiy Storchaka
2013-01-28
1
-0/+1
*
Issue #1602133: 'environ' is not really available with shared libraries on OSX
Ronald Oussoren
2013-01-25
1
-3/+4
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Issue #15765: Fix quirky NetBSD getcwd() behaviour.
Trent Nelson
2012-08-29
1
-1/+3
*
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
1
-106/+18
|
\
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
1
-105/+18
|
*
Merged revisions 83124 via svnmerge from
Ronald Oussoren
2010-07-24
1
-7/+42
|
*
Merged revisions 82853-82854 via svnmerge from
Stefan Krah
2010-07-19
1
-0/+19
|
*
Merged revisions 82047 via svnmerge from
Senthil Kumaran
2010-06-17
1
-1/+1
|
*
Merged revisions 80844-80845 via svnmerge from
Victor Stinner
2010-05-06
1
-4978/+4978
|
*
Revert r79131
Matthias Klose
2010-03-21
1
-5/+0
|
*
Merged revisions 79096 via svnmerge from
Matthias Klose
2010-03-20
1
-0/+5
|
*
Merged revisions 78546 via svnmerge from
Gregory P. Smith
2010-03-01
1
-6/+20
|
*
Merged revisions 78527,78531 via svnmerge from
Gregory P. Smith
2010-03-01
1
-12/+24
|
*
Merged revisions 77007 via svnmerge from
Gregory P. Smith
2009-12-23
1
-4/+5
|
*
Merged revisions 74841 via svnmerge from
Thomas Wouters
2009-09-16
1
-3/+31
|
*
Merged revisions 69846 via svnmerge from
Jesus Cea
2009-07-02
1
-2/+2
|
*
Merged revisions 72882 via svnmerge from
Antoine Pitrou
2009-05-24
1
-3/+1
|
*
Merged revisions 72855 via svnmerge from
Antoine Pitrou
2009-05-23
1
-11/+17
|
*
Merged revisions 72852 via svnmerge from
Antoine Pitrou
2009-05-23
1
-16/+35
|
*
Merged revisions 71299 via svnmerge from
Gregory P. Smith
2009-04-06
1
-17/+55
[next]