| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #13415: Test in configure if unsetenv() has a return value or not. | Victor Stinner | 2011-11-24 | 1 | -1/+6 |
|
|
* | merge 3.2 | Benjamin Peterson | 2011-11-23 | 1 | -1/+5 |
|\ |
|
| * | plug refleak | Benjamin Peterson | 2011-11-23 | 1 | -1/+3 |
|
|
* | | (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -81/+33 |
|\ \
| |/ |
|
| * | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -17/+11 |
|
|
* | | Fix compiler warnings | Victor Stinner | 2011-11-22 | 1 | -1/+1 |
|
|
* | | Use the new Unicode API | Victor Stinner | 2011-11-22 | 1 | -13/+13 |
|
|
* | | Issue #13374: Deprecate os.getcwdb() on Windows | Victor Stinner | 2011-11-16 | 1 | -0/+3 |
|
|
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -147/+181 |
|
|
* | | Issue #12442: nt._getdiskusage() is now using the Windows Unicode API | Victor Stinner | 2011-11-09 | 1 | -3/+3 |
|
|
* | | Commit 59dca1e2363d for issue #13327 introduced a compilation warning | Jesus Cea | 2011-11-08 | 1 | -1/+2 |
|
|
* | | Fix #13327. utimensat now has the atime and mtime arguments set as optional, | Brian Curtin | 2011-11-07 | 1 | -7/+12 |
|
|
* | | Forgot to apply the futimesat change. | Brian Curtin | 2011-11-07 | 1 | -4/+3 |
|
|
* | | Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, | Brian Curtin | 2011-11-07 | 1 | -18/+17 |
|
|
* | | Adjust None handling to be a bit more clean. Thanks to Benjamin | Brian Curtin | 2011-11-07 | 1 | -4/+4 |
|
|
* | | Fix #13327. Remove the need for an explicit None as the second argument to | Brian Curtin | 2011-11-06 | 1 | -7/+7 |
|
|
* | | (Merge 3.2) Issue #13339. | Ross Lagerwall | 2011-11-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. | Ross Lagerwall | 2011-11-04 | 1 | -1/+1 |
|
|
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can by | Victor Stinner | 2011-10-25 | 1 | -0/+26 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE() | Victor Stinner | 2011-10-11 | 1 | -2/+1 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+2 |
|
|
* | | Add PyUnicode_Copy() function, include it to the public API | Victor Stinner | 2011-09-30 | 1 | -2/+1 |
|
|
* | | posix module catches PyUnicode_AsUnicode() failure | Victor Stinner | 2011-09-29 | 1 | -96/+167 |
|
|
* | | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-28 | 1 | -5/+5 |
|
|
* | | os.statvfs() encodes the filename to the filesystem encoding | Victor Stinner | 2011-09-20 | 1 | -5/+9 |
|
|
* | | Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa). | Ross Lagerwall | 2011-09-19 | 1 | -0/+3 |
|
|
* | | only compile xattrs on glibc (closes #12720) | Benjamin Peterson | 2011-09-14 | 1 | -5/+9 |
|
|
* | | Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) | Benjamin Peterson | 2011-09-13 | 1 | -6/+6 |
|
|
* | | Typo | Jesus Cea | 2011-09-09 | 1 | -3/+3 |
|
|
* | | Yet another fix for #12763: test_posix failure on OpenIndiana | Jesus Cea | 2011-09-09 | 1 | -1/+7 |
|
|
* | | Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies | Jesus Cea | 2011-09-09 | 1 | -1/+13 |
|
|
* | | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write | Larry Hastings | 2011-09-09 | 1 | -42/+110 |
|
|
* | | Issue #12871: sched_get_priority_(min|max) might not be defined even though | Charles-François Natali | 2011-09-06 | 1 | -1/+7 |
|
|
* | | expose linux extended file system attributes (closes #12720) | Benjamin Peterson | 2011-09-01 | 1 | -0/+402 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -6/+4 |
|
|
* | | typo | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | dosmodule is, thankfully, no more | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 |
|
|
* | | fix arg strings | Benjamin Peterson | 2011-08-03 | 1 | -2/+2 |
|
|
* | | need NULL sentinel | Benjamin Peterson | 2011-08-03 | 1 | -1/+1 |
|
|
* | | avoid warning when SchedParamType is not used | Benjamin Peterson | 2011-08-02 | 1 | -0/+2 |
|
|
* | | only add sched_param if it is initialized | Benjamin Peterson | 2011-08-02 | 1 | -0/+3 |
|
|
* | | I have been spoiled by chained comparisons in python | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|
|
* | | comparing on number of cpus makes more sense | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|
|
* | | fix sched defines | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|
|
* | | check individually for some for sched_ functions | Benjamin Peterson | 2011-08-02 | 1 | -0/+30 |
|
|
* | | make_new_cpu_set takes the number of cpus | Benjamin Peterson | 2011-08-02 | 1 | -1/+1 |
|
|
* | | sched.h can exist without sched affinity support | Benjamin Peterson | 2011-08-02 | 1 | -0/+8 |
|
|
* | | expose sched.h functions (closes #12655) | Benjamin Peterson | 2011-08-02 | 1 | -0/+584 |
|
|