summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #13374: Deprecate os.getcwdb() on WindowsVictor Stinner2011-11-161-0/+3
* Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-147/+181
* Issue #12442: nt._getdiskusage() is now using the Windows Unicode APIVictor Stinner2011-11-091-3/+3
* Commit 59dca1e2363d for issue #13327 introduced a compilation warningJesus Cea2011-11-081-1/+2
* Fix #13327. utimensat now has the atime and mtime arguments set as optional,Brian Curtin2011-11-071-7/+12
* Forgot to apply the futimesat change.Brian Curtin2011-11-071-4/+3
* Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat,Brian Curtin2011-11-071-18/+17
* Adjust None handling to be a bit more clean. Thanks to BenjaminBrian Curtin2011-11-071-4/+4
* Fix #13327. Remove the need for an explicit None as the second argument toBrian Curtin2011-11-061-7/+7
* (Merge 3.2) Issue #13339.Ross Lagerwall2011-11-041-1/+1
|\
| * Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.Ross Lagerwall2011-11-041-1/+1
* | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-251-0/+26
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()Victor Stinner2011-10-111-2/+1
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-1/+2
* | Add PyUnicode_Copy() function, include it to the public APIVictor Stinner2011-09-301-2/+1
* | posix module catches PyUnicode_AsUnicode() failureVictor Stinner2011-09-291-96/+167
* | Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-281-5/+5
* | os.statvfs() encodes the filename to the filesystem encodingVictor Stinner2011-09-201-5/+9
* | Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa).Ross Lagerwall2011-09-191-0/+3
* | only compile xattrs on glibc (closes #12720)Benjamin Peterson2011-09-141-5/+9
* | Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)Benjamin Peterson2011-09-131-6/+6
* | TypoJesus Cea2011-09-091-3/+3
* | Yet another fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-1/+7
* | Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policiesJesus Cea2011-09-091-1/+13
* | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now writeLarry Hastings2011-09-091-42/+110
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-061-1/+7
* | expose linux extended file system attributes (closes #12720)Benjamin Peterson2011-09-011-0/+402
* | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-111-6/+4
* | typoBenjamin Peterson2011-08-091-1/+1
* | merge 3.2Benjamin Peterson2011-08-041-2/+0
|\ \ | |/
| * dosmodule is, thankfully, no moreBenjamin Peterson2011-08-041-2/+0
* | fix arg stringsBenjamin Peterson2011-08-031-2/+2
* | need NULL sentinelBenjamin Peterson2011-08-031-1/+1
* | avoid warning when SchedParamType is not usedBenjamin Peterson2011-08-021-0/+2
* | only add sched_param if it is initializedBenjamin Peterson2011-08-021-0/+3
* | I have been spoiled by chained comparisons in pythonBenjamin Peterson2011-08-021-1/+1
* | comparing on number of cpus makes more senseBenjamin Peterson2011-08-021-1/+1
* | fix sched definesBenjamin Peterson2011-08-021-1/+1
* | check individually for some for sched_ functionsBenjamin Peterson2011-08-021-0/+30
* | make_new_cpu_set takes the number of cpusBenjamin Peterson2011-08-021-1/+1
* | sched.h can exist without sched affinity supportBenjamin Peterson2011-08-021-0/+8
* | expose sched.h functions (closes #12655)Benjamin Peterson2011-08-021-0/+584
* | Issue #12442: add shutil.disk_usage()Giampaolo Rodola'2011-07-011-0/+27
* | (Merge 3.2) posixmodule.c: fix function name in argument parsingVictor Stinner2011-06-171-9/+9
|\ \ | |/
| * posixmodule.c: fix function name in argument parsingVictor Stinner2011-06-171-22/+22
* | Merge 3.2 - update to the fix for #12084Brian Curtin2011-06-141-10/+11
|\ \ | |/
| * Correct completely broken os.stat behavior on Windows XP.Brian Curtin2011-06-141-10/+11
| * branch merge?Brian Curtin2011-06-131-0/+40
| |\
* | \ branch mergeBrian Curtin2011-06-131-95/+142
|\ \ \