summaryrefslogtreecommitdiff
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)Alexey Izbyshev2018-03-011-7/+8
* Update comment in posixmodule.c (GH-5681)Miss Islington (bot)2018-02-141-1/+1
* bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows ...Anthony Sottile2018-01-151-1/+1
* [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)Christian Heimes2017-09-051-0/+5
* [2.7] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+19
* [2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-241-0/+6
* [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-191-1/+4
* fix function nameBenjamin Peterson2016-12-031-1/+1
* also do not leak the mode string if creating the file failsBenjamin Peterson2016-12-031-1/+3
* do not leak the FILE * pointer in error cases of fdopen()Benjamin Peterson2016-12-031-6/+8
* fix refleak in file handle creation error caseBenjamin Peterson2016-12-031-7/+5
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-011-53/+34
* Issue #24611: Fixed compiling the posix module on non-Windows platformsSerhiy Storchaka2015-07-121-2/+2
* Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.Serhiy Storchaka2015-04-201-3/+28
* Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-12/+42
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* don't segfault when trying to fdopen() a fd for a dir (closes #22259)Benjamin Peterson2014-08-241-1/+1
* add missing NULL checkBenjamin Peterson2014-04-141-5/+9
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-14/+27
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-4/+12
* #13530: port to 2.7 branch (document what os.lseek returns).Georg Brandl2014-03-111-1/+2
* avoid name clash with posix_close (closes #20594)Benjamin Peterson2014-02-111-2/+6
* Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-011-0/+30
* always allow -1 as a uidBenjamin Peterson2013-03-231-4/+0
* undo PyInt -> PyLong change; that was wrongBenjamin Peterson2013-03-231-2/+2
* return int instead long when possible (#17531)Benjamin Peterson2013-03-231-2/+2
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-121-125/+206
* Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robe...Serhiy Storchaka2013-01-281-0/+1
* Issue #1602133: 'environ' is not really available with shared libraries on OSXRonald Oussoren2013-01-251-3/+4
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Issue #15765: Fix quirky NetBSD getcwd() behaviour.Trent Nelson2012-08-291-1/+3
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-201-106/+18
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-105/+18
| * Merged revisions 83124 via svnmerge fromRonald Oussoren2010-07-241-7/+42
| * Merged revisions 82853-82854 via svnmerge fromStefan Krah2010-07-191-0/+19
| * Merged revisions 82047 via svnmerge fromSenthil Kumaran2010-06-171-1/+1
| * Merged revisions 80844-80845 via svnmerge fromVictor Stinner2010-05-061-4978/+4978
| * Revert r79131Matthias Klose2010-03-211-5/+0
| * Merged revisions 79096 via svnmerge fromMatthias Klose2010-03-201-0/+5
| * Merged revisions 78546 via svnmerge fromGregory P. Smith2010-03-011-6/+20
| * Merged revisions 78527,78531 via svnmerge fromGregory P. Smith2010-03-011-12/+24
| * Merged revisions 77007 via svnmerge fromGregory P. Smith2009-12-231-4/+5
| * Merged revisions 74841 via svnmerge fromThomas Wouters2009-09-161-3/+31
| * Merged revisions 69846 via svnmerge fromJesus Cea2009-07-021-2/+2
| * Merged revisions 72882 via svnmerge fromAntoine Pitrou2009-05-241-3/+1
| * Merged revisions 72855 via svnmerge fromAntoine Pitrou2009-05-231-11/+17
| * Merged revisions 72852 via svnmerge fromAntoine Pitrou2009-05-231-16/+35
| * Merged revisions 71299 via svnmerge fromGregory P. Smith2009-04-061-17/+55
| * Merged revisions 68018 via svnmerge fromMartin v. Löwis2008-12-291-9/+16
| * Merged revisions 67154,67157-67159,67162-67163,67166,67175-67176,67189,67224-...Georg Brandl2008-12-051-6/+20