index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
/
libos.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.
Georg Brandl
2007-05-11
1
-3/+6
*
Deprecate os.popen* and popen2 module in favor of the subprocess module. (for...
Neal Norwitz
2007-05-11
1
-9/+12
*
New test for rev. 54407 which only uses directories under TESTFN.
Georg Brandl
2007-03-21
1
-10/+12
*
Try backing out 54407 to see if it corrects the problems on the Windows
Neal Norwitz
2007-03-20
1
-12/+10
*
Add \versionadded tag.
Georg Brandl
2007-03-16
1
-0/+2
*
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
Georg Brandl
2007-03-16
1
-10/+12
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
1
-0/+27
*
Point users to the subprocess module in the docs for os.system, os.spawn*, os...
Andrew M. Kuchling
2006-10-27
1
-2/+21
*
Patch #1580674: with this patch os.readlink uses the filesystem encoding to
Ronald Oussoren
2006-10-22
1
-0/+2
*
Correct implementation and documentation of os.confstr. Add a simple test
Skip Montanaro
2006-04-20
1
-3/+3
*
Document recent fdopen() change.
Georg Brandl
2006-04-02
1
-1/+5
*
bug #1444104: add note about fdopen() to os.open().
Georg Brandl
2006-03-31
1
-1/+2
*
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...
Neal Norwitz
2006-03-20
1
-0/+21
*
SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport.
Neal Norwitz
2006-03-03
1
-0/+1
*
Patch #1393157: os.startfile() now has an optional argument to specify
Georg Brandl
2006-02-18
1
-2/+11
*
Another typo.
Georg Brandl
2006-01-22
1
-1/+1
*
Correct several typos in libos.tex. Bug #1412227.
Georg Brandl
2006-01-22
1
-11/+11
*
Remove dots in \version{changed,added} argument and
Georg Brandl
2006-01-15
1
-1/+1
*
Bug #1395597: doc typo
Georg Brandl
2006-01-02
1
-2/+2
*
Bug #1373197: note that os.makedirs does not work with '..'
Georg Brandl
2005-12-17
1
-0/+2
*
Bug #1343671: clarify docs for os.removedirs
Georg Brandl
2005-12-17
1
-5/+9
*
Bug #1106572: clarify os.makedirs docs wrt umask
Georg Brandl
2005-12-17
1
-1/+2
*
Bug #1357604: os.makedirs handles UNC paths
Georg Brandl
2005-11-22
1
-3/+2
*
Add a note to os.chown that permission constants can be combined
Georg Brandl
2005-11-22
1
-1/+2
*
SF bug #1328915, try to word kill a bit more generically. Backport candidate.
Neal Norwitz
2005-10-18
1
-2/+2
*
SF Bug #1008310, os.major() os.minor() example and description change. Will ...
Neal Norwitz
2005-10-03
1
-2/+4
*
Fix SF bug #991735, os.access reports true for read-only directories. Will b...
Neal Norwitz
2005-10-03
1
-0/+5
*
Explain what file descriptors are; this change has been sitting in my tree fo...
Andrew M. Kuchling
2005-08-31
1
-2/+9
*
fix minor markup errors
Fred Drake
2005-08-09
1
-3/+3
*
Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
Martin v. Löwis
2005-08-09
1
-0/+7
*
[ 755617 ] os module: Need a better description of "mode"
Georg Brandl
2005-07-18
1
-0/+5
*
bug [ 872769 ] os.access() documentation should stress race conditions
Georg Brandl
2005-07-17
1
-0/+5
*
add note that os.EX_* constants are subject to availability on the host
Fred Drake
2005-06-27
1
-0/+3
*
bug [ 1186072 ] tempnam doc doesn't include link to tmpfile
Georg Brandl
2005-06-25
1
-8/+9
*
Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG
Georg Brandl
2005-06-25
1
-2/+3
*
Patch [ 1213031 ] note that os.chown can have -1 as an argument
Georg Brandl
2005-06-25
1
-1/+1
*
correcting duplicate TeX markup
Georg Brandl
2005-06-25
1
-1/+0
*
Bug [ 1225705 ] os.environ documentation should mention unsetenv
Georg Brandl
2005-06-25
1
-3/+22
*
Clarify docs about os.popen[234].
Georg Brandl
2005-06-10
1
-2/+2
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
1
-0/+1
*
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Skip Montanaro
2005-05-16
1
-1/+5
*
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
Brett Cannon
2005-02-13
1
-79/+79
*
Truncate st_?time before comparing it with ST_?TIME in the tests.
Martin v. Löwis
2005-01-23
1
-0/+3
*
fix a bunch of spelling errors
Fred Drake
2005-01-19
1
-1/+1
*
Default stat_float_times to true.
Martin v. Löwis
2005-01-16
1
-11/+7
*
Added SEEK_* constants. Fixes #711830.
Martin v. Löwis
2005-01-16
1
-0/+9
*
Added example to os.stat()
Facundo Batista
2005-01-07
1
-1/+11
*
Fix typo (from SF bug #1086127).
Walter Dörwald
2004-12-15
1
-1/+1
*
os.walk(): Changed the "sum of bytes consumed by files" example to use
Tim Peters
2004-11-22
1
-1/+1
*
SF bug 1071087: os.walk example for deleting a full tree is sometime wrong.
Tim Peters
2004-11-22
1
-5/+5
[next]