summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* #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
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-111-4/+4
* Merged revisions 81450 via svnmerge fromGeorg Brandl2010-05-211-2/+2
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-9/+16
* Add versionadded (3.2) tag to os.supports_bytes_environ documentationVictor Stinner2010-05-181-0/+2
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-181-1/+8
* Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytesVictor Stinner2010-05-081-0/+11
* Merged revisions 80894,80896 via svnmerge fromBenjamin Peterson2010-05-061-125/+328
* spacing and another versionaddedBenjamin Peterson2010-05-061-0/+3
* versionadded for environbBenjamin Peterson2010-05-061-0/+2
* Issue #8603: Create a bytes version of os.environ for UnixVictor Stinner2010-05-061-1/+27
* Updated version numbers from 2.7 to 3.2Brian Curtin2010-04-201-0/+2
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-1/+8
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-0/+4
* Add an os.get_exec_path() function to return the list of directoriesGregory P. Smith2010-02-271-0/+11
* Remove L suffix for integers.Georg Brandl2010-01-161-2/+2
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-14/+22
* Merged revisions 76636 via svnmerge fromAntoine Pitrou2009-12-021-0/+9
* Merged revisions 76559 via svnmerge fromGeorg Brandl2009-11-281-4/+10
* Merged revisions 76556 via svnmerge fromGregory P. Smith2009-11-271-2/+2
* Merged revisions 76550 via svnmerge fromMartin v. Löwis2009-11-271-4/+30
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-3/+3
* Merged revisions 74984 via svnmerge fromDoug Hellmann2009-09-201-1/+1
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-16/+14
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-10/+13
* #6814: remove traces of xrange().Georg Brandl2009-09-011-1/+1
* #6586: fix return/argument type doc for os.read() and os.write().Georg Brandl2009-07-291-4/+4
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-8/+8
* Merged revisions 73706,73778 via svnmerge fromAlexandre Vassalotti2009-07-211-19/+19
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-2/+2