| Commit message (Expand) | Author | Age | Files | Lines |
| * | really scream out that people should use the file objects instead of | Fred Drake | 2004-04-16 | 1 | -7/+19 |
| * | SF patch #859286: documentation bool change fix | Raymond Hettinger | 2003-12-31 | 1 | -2/+3 |
| * | Mention that getsid is new in 2.4. | Martin v. Löwis | 2003-11-10 | 1 | -1/+1 |
| * | Patch #839038: Add getsid(2). | Martin v. Löwis | 2003-11-10 | 1 | -0/+6 |
| * | Fix typo. | Raymond Hettinger | 2003-09-10 | 1 | -1/+1 |
| * | Fix spacing markup and other sundries. | Raymond Hettinger | 2003-09-08 | 1 | -4/+4 |
| * | SF patch #797157: Bug 794658: os.chmod docs, stat constants | Raymond Hettinger | 2003-08-31 | 1 | -1/+2 |
| * | Fix markup nits. | Fred Drake | 2003-05-20 | 1 | -4/+4 |
| * | Straighten out the docs for os.system(); the Unix and Windows behaviors | Tim Peters | 2003-05-20 | 1 | -5/+13 |
| * | Add optional 'onerror' argument to os.walk(), to control error | Guido van Rossum | 2003-05-13 | 1 | -1/+9 |
| * | Fixed spacing and unbalanced brackets or parenthesis. | Raymond Hettinger | 2003-05-10 | 1 | -2/+2 |
| * | walk() docs: Emphasize that the recursive-delete example is dangerous. | Tim Peters | 2003-04-28 | 1 | -0/+2 |
| * | SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. | Tim Peters | 2003-04-28 | 1 | -1/+5 |
| * | walk() docs: Worked "walking" into the description and the text. Added | Tim Peters | 2003-04-28 | 1 | -1/+18 |
| * | markup adjustments | Fred Drake | 2003-04-25 | 1 | -5/+4 |
| * | New generator os.walk() does a bit more than os.path.walk() does, and | Tim Peters | 2003-04-25 | 1 | -0/+65 |
| * | Clarified new fsync() docs. | Tim Peters | 2003-04-23 | 1 | -4/+5 |
| * | Enable os.fsync() for Windows, mapping it to MS's _commit() there. The | Tim Peters | 2003-04-23 | 1 | -2/+8 |
| * | - explain what a UNC path is in the makedirs() description, since | Fred Drake | 2003-03-20 | 1 | -8/+6 |
| * | Patch #683592 revisited, after discussions with MvL: | Just van Rossum | 2003-03-03 | 1 | -2/+2 |
| * | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 | 1 | -0/+7 |
| * | extsep description: | Fred Drake | 2003-02-14 | 1 | -2/+3 |
| * | add missing description of os.extsep | Skip Montanaro | 2003-02-14 | 1 | -0/+5 |
| * | Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X | Neal Norwitz | 2003-02-07 | 1 | -1/+7 |
| * | Bug #678077: Suggest alternative to os.getlogin() | Andrew M. Kuchling | 2003-02-03 | 1 | -1/+3 |
| * | Document EX_OK and friends. | Barry Warsaw | 2003-01-07 | 1 | -0/+114 |
| * | SF bug #592859: os.chmod is underdocumented | Raymond Hettinger | 2003-01-06 | 1 | -0/+22 |
| * | Fix a typo | Neal Norwitz | 2003-01-05 | 1 | -1/+1 |
| * | Document killpg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+8 |
| * | Patch #657889: Implement posix.getloadavg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+8 |
| * | Typo: "dead lock" --> "deadlock" | Fred Drake | 2002-12-06 | 1 | -1/+1 |
| * | Clarified documentation of tempnam(). | Fred Drake | 2002-11-12 | 1 | -0/+4 |
| * | Minor markup adjustments. | Fred Drake | 2002-11-07 | 1 | -2/+2 |
| * | Document the changed fdopen behaviour. | Thomas Heller | 2002-11-07 | 1 | -0/+4 |
| * | Add PyStructSequence_UnnamedField. Add stat_float_times. | Martin v. Löwis | 2002-10-16 | 1 | -3/+30 |
| * | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -4/+4 |
| * | Patch #569139: Implementation of major, minor and makedev. | Martin v. Löwis | 2002-10-10 | 1 | -6/+25 |
| * | Document patch #594001. | Martin v. Löwis | 2002-10-05 | 1 | -0/+9 |
| * | Always generate floats for stat_result; fix configure test. | Martin v. Löwis | 2002-09-09 | 1 | -6/+5 |
| * | Patch #606592: Subsecond timestamps in stat_result. | Martin v. Löwis | 2002-09-09 | 1 | -0/+3 |
| * | Documented os.fsync and os.fdatasync. Closes SF bug 584695. | Raymond Hettinger | 2002-08-07 | 1 | -0/+11 |
| * | Patch #573770: Implement lchown. | Martin v. Löwis | 2002-07-28 | 1 | -0/+7 |
| * | Flesh out description of getlogin() and recommend against using it. | Jeremy Hylton | 2002-07-24 | 1 | -2/+3 |
| * | Attempt to clarify removedirs(). | Fred Drake | 2002-07-02 | 1 | -1/+1 |
| * | Add description of the deadlock problem with child processes and pipes, and | Fred Drake | 2002-06-18 | 1 | -0/+5 |
| * | Clarified documentation for os.access(). | Fred Drake | 2002-06-18 | 1 | -5/+7 |
| * | Add "version added" for getpgid | Neal Norwitz | 2002-06-13 | 1 | -0/+1 |
| * | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+6 |
| * | SF bug 563750 (Alex Martelli): posix_tmpfile(): | Guido van Rossum | 2002-06-10 | 1 | -1/+1 |
| * | Fix markup error that suppressed space. | Fred Drake | 2002-05-10 | 1 | -1/+1 |