- 25 May, 2012 6 commits
-
-
Benjamin Peterson authored
-
Larry Hastings authored
Previously, if you passed in a bytes object, it would create a whole new object.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
- 24 May, 2012 4 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 23 May, 2012 6 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Petri Lehtinen authored
-
Florent Xicluna authored
-
Hynek Schlawack authored
There is a rare edge case where the filesystem used by the tempfile functions (usually /tmp) doesn't support xattrs while the one used by TESTFN (the current directory, so likely to be below /home) does. This causes the xattr related test_shutil tests fail. skip_unless_xattr now checks both. I have also added skip_unless_xattr to __all__ where it has been missing.
-
Eli Bendersky authored
-
- 22 May, 2012 8 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Patch by Matej Cepl.
-
Petri Lehtinen authored
Patch by Matej Cepl.
-
Brian Curtin authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
Reverts some changes of d13fdd97cc8e.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 21 May, 2012 9 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Hynek Schlawack authored
3.3 specific additions to d13fdd97cc8e.
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
- 20 May, 2012 7 commits
-
-
Hynek Schlawack authored
`versionchanged` tags about 2.7 are useless in 3.x branches.
-
Hynek Schlawack authored
`versionchanged` tags about 2.7 are useless in 3.x branches.
-
Vinay Sajip authored
Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion.
-
Vinay Sajip authored
-
Kristján Valur Jónsson authored
If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx
-
Nick Coghlan authored
-
Nick Coghlan authored
-