summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | merge 3.3 (#17968)Benjamin Peterson2013-05-141-0/+1
|\ \ | |/
| * prevent double free in cleanup code (#17968)Benjamin Peterson2013-05-141-0/+1
* | Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
|\ \ | |/
| * Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-131-1/+3
* | Merge.Richard Oudkerk2013-04-171-2/+8
|\ \ | |/
| * - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...Antoine Pitrou2013-04-171-2/+8
* | Refactor the common code out of the posix and windows listdirGregory P. Smith2013-03-211-53/+42
* | Refactor the Windows specific and POSIX specific implementations ofGregory P. Smith2013-03-211-21/+44
* | expose O_PATH if possibleBenjamin Peterson2013-03-131-0/+3
* | Reject float as uid or gid.Serhiy Storchaka2013-02-101-2/+14
|\ \ | |/
| * Reject float as uid or gid.Serhiy Storchaka2013-02-101-2/+14
* | Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-112/+199
|\ \ | |/
| * Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-112/+199
| * Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-1/+1
| |\
| | * Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-1/+1
* | | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-251-3/+4
|\ \ \ | |/ /
| * | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-251-3/+4
| |\ \ | | |/
| | * Issue #1602133: 'environ' is not really available with shared libraries on OSXRonald Oussoren2013-01-251-3/+4
| * | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-1/+1
| |\ \ | | |/
| | * Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encodingVictor Stinner2013-01-011-3/+7
* | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-141-1/+1
* | | Issue #15972: Fix error messages when os functions expecting a file name orSerhiy Storchaka2013-01-071-31/+35
|\ \ \ | |/ /
| * | Issue #15972: Fix error messages when os functions expecting a file name orSerhiy Storchaka2013-01-071-31/+35
* | | Issue #16841: Set st_dev on Windows as unsigned long to match its DWORD type.Serhiy Storchaka2013-01-021-1/+3
* | | Backed out changeset 61bada808b34Brian Curtin2013-01-011-2/+1
* | | Set st_dev on Windows as unsigned long to match its DWORD type, related to th...Brian Curtin2013-01-011-1/+2
* | | st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is s...Brian Curtin2012-12-311-2/+2
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-261-26/+2
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\ \ \ | |/ /
| * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| |\ \ | | |/
| | * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | | Issue #15478: Oops, fix regression in os.open() on WindowsVictor Stinner2012-11-051-1/+1
* | | Issue #15478: Use source filename in OSError, not destination filenameVictor Stinner2012-10-311-11/+3
* | | Issue #15478: Use path_error() in more posix functions, especially in WindowsVictor Stinner2012-10-311-69/+24
* | | Issue #15478: Fix compilation on WindowsVictor Stinner2012-10-301-1/+0
* | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-301-102/+110
* | | Replace tabs with spaces in posixmodule.cPetri Lehtinen2012-10-231-6/+6
|\ \ \ | |/ /
| * | Replace tabs with spaces in posixmodule.cPetri Lehtinen2012-10-231-6/+6
* | | Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.Antoine Pitrou2012-10-211-2/+2
* | | #16135: Removal of OS/2 support (posixmodule y platform dependent files)Jesus Cea2012-10-041-546/+8
|/ /
* | Use C-style comments for C89 / ANSI C compatibilityChristian Heimes2012-09-231-1/+1
* | #15965: Explicitly cast AT_FDCWD as (int).Trent Nelson2012-09-191-1/+8
* | Issue #15926: Fix crash after multiple reinitializations of the interpreter.Antoine Pitrou2012-09-121-1/+1
* | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity andAntoine Pitrou2012-08-041-321/+130
* | Closes #15514: Correct __sizeof__ support for cpu_setJesus Cea2012-08-031-0/+15
* | Issue #15413: os.times() had disappeared under Windows.Antoine Pitrou2012-07-241-25/+25
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.Richard Oudkerk2012-07-061-3/+4
* | Remove dead codeVictor Stinner2012-06-271-36/+0
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some...Georg Brandl2012-06-261-1/+1