summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
Commit message (Expand)AuthorAgeFilesLines
* backport bug [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
* bug [ 872769 ] os.access() documentation should stress race conditionsGeorg Brandl2005-07-171-0/+5
* add note that os.EX_* constants are subject to availability on the hostFred Drake2005-06-271-0/+3
* backport bug [ 1186072 ] tempnam doc doesn't include link to tmpfileGeorg Brandl2005-06-251-8/+9
* backport [ 1190563 ] os.waitpid docs don't specify return value for WNOHANGGeorg Brandl2005-06-251-2/+3
* backport patch [ 1213031 ] note that os.chown can have -1 as an argumentGeorg Brandl2005-06-251-1/+1
* backport of bug [ 1225705 ] os.environ documentation should mention unsetenvGeorg Brandl2005-06-251-3/+21
* Clarify docs about os.popen[234].Georg Brandl2005-06-101-2/+2
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-131-79/+79
* Backport checkin: Fix typo (from SF bug #1086127).Walter Dörwald2004-12-151-1/+1
* os.walk(): Changed the "sum of bytes consumed by files" example to useTim Peters2004-11-221-1/+1
* SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.Tim Peters2004-11-221-5/+5
* Point out some platform vagaries in stat() and utime().Tim Peters2004-11-041-5/+19
* Document that on Unix, the 'cmd' argument to the os.popen2/3/4 andJohannes Gijsbers2004-10-111-4/+8
* Patch #1009075, bug #952953: allow execve with empty 2nd argumentArmin Rigo2004-09-271-2/+2
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+19
* SF bugs 996748: os.environ documentation should indicate unreliabilityTim Peters2004-07-261-3/+12
* Get doc to build (add missing backslash)Neal Norwitz2004-07-191-1/+1
* SF bug 990749: os constants missingTim Peters2004-07-151-7/+10
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-0/+8
* [Bug #918710] Add paragraph to clarify docsAndrew M. Kuchling2004-06-051-0/+5
* fix various descriptions of "ctime"Fred Drake2004-05-121-1/+2
* really scream out that people should use the file objects instead ofFred Drake2004-04-161-7/+19
* 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