summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ \
| * \ \ \ Merge from 3.2 for Issue #12084.Brian Curtin2011-06-131-95/+142
| |\ \ \ \ | | |/ / /
| | * | | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-96/+143
* | | | | Issue #9344: Add os.getgrouplist().Ross Lagerwall2011-06-101-0/+67
* | | | | Merge 3.2Brian Curtin2011-06-091-1/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Correction to 88e318166eaf - Issue #11583Brian Curtin2011-06-091-1/+4
* | | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+37
| | |/ / | |/| |
* | | | Issue #12196: Make os.pipe2() flags argument mandatory.Charles-François Natali2011-06-061-8/+9
| |/ / |/| |
* | | Issue #12196: Add pipe2() to the os module.Charles-François Natali2011-05-291-0/+28
* | | Issue #6501: os.device_encoding() returns None on Windows if the applicationVictor Stinner2011-05-231-10/+13
* | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-221-0/+3
* | | Issue #11918: OS/2 and VMS are no more supported because of the lack ofVictor Stinner2011-04-261-0/+2
* | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn'tAntoine Pitrou2011-04-231-14/+0
* | | os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneo...Giampaolo Rodola'2011-04-191-3/+2
* | | Fix refleak introduced by #10812.Ross Lagerwall2011-03-191-13/+22
* | | Issue #11592: Fix compilation warnings in os module.Ross Lagerwall2011-03-181-4/+4
* | | Issue #10812: Revert os.lseek change.Ross Lagerwall2011-03-171-1/+7
* | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-152/+812
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-151-1/+1
|\ \ \ | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\ \ | | |/
| | * Merged revisions 88111 via svnmerge fromAntoine Pitrou2011-01-191-0/+2
| | * Merged revisions 87802 via svnmerge fromAntoine Pitrou2011-01-061-0/+1
| | * Merged revisions 87666 via svnmerge fromAmaury Forgeot d'Arc2011-01-031-12/+21
| | * Merged revisions 86808 via svnmerge fromStefan Krah2010-11-261-48/+48
| | * Merged revisions 86804 via svnmerge fromStefan Krah2010-11-261-7/+11
| | * Merged revisions 84489 via svnmerge fromAntoine Pitrou2010-09-041-1/+10
| | * Merged revisions 84076 via svnmerge fromAntoine Pitrou2010-08-151-4/+5
| | * Merged revisions 84063 via svnmerge fromVictor Stinner2010-08-151-4/+3
| | * Merged revisions 84060 via svnmerge fromVictor Stinner2010-08-151-2/+2
| | * Merged revisions 83951 via svnmerge fromBenjamin Peterson2010-08-111-2/+10
| | * Merged revisions 83921 via svnmerge fromAntoine Pitrou2010-08-091-0/+4
| | * This fixes issue7900 by adding code that dealsRonald Oussoren2010-07-231-7/+42
| | * Merged revisions 82049 via svnmerge fromSenthil Kumaran2010-06-171-1/+1
| | * Revert r81171 (posix_listdir(), posix_readlink(): avoid temporary PyBytes obj...Victor Stinner2010-05-141-10/+38
| | * Merged revisions 81170 via svnmerge fromVictor Stinner2010-05-141-38/+10