- 28 Jun, 2011 2 commits
-
-
Ned Deily authored
os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper)
-
Ned Deily authored
on Mac OS X. (Patch by Ronald Oussoren)
-
- 27 Jun, 2011 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
A patch from Vincent Legoll.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 26 Jun, 2011 5 commits
-
-
Senthil Kumaran authored
Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
- 25 Jun, 2011 11 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
-
Ross Lagerwall authored
Patch by Akira Kitada.
-
- 24 Jun, 2011 1 commit
-
-
R David Murray authored
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Jun, 2011 1 commit
-
-
R David Murray authored
-
- 20 Jun, 2011 6 commits
-
-
Victor Stinner authored
"#3067: locale.setlocale() accepts a Unicode locale."
-
Victor Stinner authored
processes if negative or null.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-
- 18 Jun, 2011 2 commits
-
-
R David Murray authored
Patch by July Tikhonov.
-
R David Murray authored
This makes them work like the close provided by regular file objects. This patch also backports the close-the-underlying-file code for _ProxyFile objects that was introduced along with context manager support in the 3.x branch.
-
- 17 Jun, 2011 1 commit
-
-
Victor Stinner authored
connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti.
-
- 16 Jun, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 13 Jun, 2011 1 commit
-
-
Vinay Sajip authored
-
- 11 Jun, 2011 3 commits
-
-
Benjamin Peterson authored
This allows findsource() to work in doctests. A patch from Dirkjan Ochtman.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-