summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Expand)AuthorAgeFilesLines
* SF patch #859286: documentation bool change fixRaymond Hettinger2003-12-311-2/+3
* Mention that getsid is new in 2.4.Martin v. Löwis2003-11-101-1/+1
* Patch #839038: Add getsid(2).Martin v. Löwis2003-11-101-0/+6
* Fix typo.Raymond Hettinger2003-09-101-1/+1
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-081-4/+4
* SF patch #797157: Bug 794658: os.chmod docs, stat constantsRaymond Hettinger2003-08-311-1/+2
* Fix markup nits.Fred Drake2003-05-201-4/+4
* Straighten out the docs for os.system(); the Unix and Windows behaviorsTim Peters2003-05-201-5/+13
* Add optional 'onerror' argument to os.walk(), to control errorGuido van Rossum2003-05-131-1/+9
* Fixed spacing and unbalanced brackets or parenthesis.Raymond Hettinger2003-05-101-2/+2
* walk() docs: Emphasize that the recursive-delete example is dangerous.Tim Peters2003-04-281-0/+2
* SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.Tim Peters2003-04-281-1/+5
* walk() docs: Worked "walking" into the description and the text. AddedTim Peters2003-04-281-1/+18
* markup adjustmentsFred Drake2003-04-251-5/+4
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-251-0/+65
* Clarified new fsync() docs.Tim Peters2003-04-231-4/+5
* Enable os.fsync() for Windows, mapping it to MS's _commit() there. TheTim Peters2003-04-231-2/+8
* - explain what a UNC path is in the makedirs() description, sinceFred Drake2003-03-201-8/+6
* Patch #683592 revisited, after discussions with MvL:Just van Rossum2003-03-031-2/+2
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+7
* extsep description:Fred Drake2003-02-141-2/+3
* add missing description of os.extsepSkip Montanaro2003-02-141-0/+5
* Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS XNeal Norwitz2003-02-071-1/+7
* Bug #678077: Suggest alternative to os.getlogin()Andrew M. Kuchling2003-02-031-1/+3
* Document EX_OK and friends.Barry Warsaw2003-01-071-0/+114
* SF bug #592859: os.chmod is underdocumentedRaymond Hettinger2003-01-061-0/+22
* Fix a typoNeal Norwitz2003-01-051-1/+1
* Document killpg.Martin v. Löwis2002-12-271-0/+8
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-271-0/+8
* Typo: "dead lock" --> "deadlock"Fred Drake2002-12-061-1/+1
* Clarified documentation of tempnam().Fred Drake2002-11-121-0/+4
* Minor markup adjustments.Fred Drake2002-11-071-2/+2
* Document the changed fdopen behaviour.Thomas Heller2002-11-071-0/+4
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-3/+30
* Remove mentionings of DOS.Martin v. Löwis2002-10-101-4/+4
* Patch #569139: Implementation of major, minor and makedev.Martin v. Löwis2002-10-101-6/+25
* Document patch #594001.Martin v. Löwis2002-10-051-0/+9
* Always generate floats for stat_result; fix configure test.Martin v. Löwis2002-09-091-6/+5
* Patch #606592: Subsecond timestamps in stat_result.Martin v. Löwis2002-09-091-0/+3
* Documented os.fsync and os.fdatasync. Closes SF bug 584695.Raymond Hettinger2002-08-071-0/+11
* Patch #573770: Implement lchown.Martin v. Löwis2002-07-281-0/+7
* Flesh out description of getlogin() and recommend against using it.Jeremy Hylton2002-07-241-2/+3
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-181-0/+5
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Add "version added" for getpgidNeal Norwitz2002-06-131-0/+1
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+6
* SF bug 563750 (Alex Martelli): posix_tmpfile():Guido van Rossum2002-06-101-1/+1
* Fix markup error that suppressed space.Fred Drake2002-05-101-1/+1
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3