summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merged revisions 85450-85455,85460-85465 via svnmerge fromGeorg Brandl2010-11-261-17/+17
| | * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-13/+12
| | * Merged revisions 76368-76369,76560 via svnmerge fromGeorg Brandl2010-10-061-1/+0
| | * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-6/+10
| | * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-1/+2
| | * Merged revisions 81452 via svnmerge fromGeorg Brandl2010-05-211-2/+2
| | * Merged revisions 81365,81367 via svnmerge fromGeorg Brandl2010-05-191-9/+16
| | * Merged revisions 80897 via svnmerge fromBenjamin Peterson2010-05-061-123/+319
| | * Merged revisions 77520-77521 via svnmerge fromEzio Melotti2010-01-161-2/+2
| | * Merged revisions 77167 via svnmerge fromBenjamin Peterson2009-12-311-14/+22
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-3/+3
| | * Merged revisions 74986 via svnmerge fromDoug Hellmann2009-09-211-1/+1
| | * Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-011-11/+14
| | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-12/+12
| | * Merged revisions 74128 via svnmerge fromR. David Murray2009-07-211-19/+19
* | | Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.Antoine Pitrou2011-02-251-0/+10
* | | Issue #4761: Add the *at() family of functions (openat(), etc.) to the posixAntoine Pitrou2011-02-251-0/+200
* | | Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-251-0/+44
* | | Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-251-0/+41
|/ /
* | Doc fixups.Raymond Hettinger2011-02-181-2/+4
* | #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.R. David Murray2011-01-241-35/+56
* | minor clean-up.Raymond Hettinger2011-01-231-2/+0
* | Minor doc update for #9333. Took out the phrasing about os.symlink notBrian Curtin2010-12-281-6/+9
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-1/+9
* | Fix-up documentation of makedirs().Georg Brandl2010-12-021-5/+5
* | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...Terry Reedy2010-12-021-5/+11
* | Let’s keep “throw” for the generator method and use “raise” elsewhere.Éric Araujo2010-11-301-1/+1
* | Fix #8879. Add os.link support to Windows.Brian Curtin2010-11-241-1/+4
* | #5962: clarify sys.exit() vs. threads.Georg Brandl2010-10-171-3/+3
* | #7642: update to os.system() docs.Georg Brandl2010-10-141-18/+17
* | Document that the 'strict' error handler is used to encode/decode filenames onVictor Stinner2010-10-091-6/+2
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-20/+20
* | Copyedit of os.symlink() docs.Georg Brandl2010-10-061-15/+13
* | Fix typo.Antoine Pitrou2010-09-251-1/+1
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-3/+3
* | #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* | Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-7/+7
* | #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-2/+6
* | #9747: fix copy-paste error in getresgid() doc.Georg Brandl2010-09-051-1/+1
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescapeVictor Stinner2010-08-191-6/+19
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module.Andrew M. Kuchling2010-08-181-0/+8
* | Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-14/+14
* | Reword paragraphAndrew M. Kuchling2010-07-261-2/+3
* | Put listdir default argument into declaration.Martin v. Löwis2010-07-241-2/+2
* | Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-2/+4
* | Fix documentation typo: wprite() -> write().Jeroen Ruigrok van der Werven2010-07-131-1/+1
* | Fix markup.Georg Brandl2010-07-101-3/+6
* | Adding versionchanged to the various Windows os.symlink additions, alongBrian Curtin2010-07-091-6/+12
* | Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-4/+20
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+2