- 25 May, 2012 15 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Richard Oudkerk yazdı
This protects from possibilty of gc running just after fork.
-
Richard Oudkerk yazdı
Patch by Charles-François Natali
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
Fix suggested by Itay Brandes
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
Previously, if you passed in a bytes object, it would create a whole new object.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
- 24 May, 2012 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
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 yazdı
-
Senthil Kumaran yazdı
-
- 23 May, 2012 6 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Petri Lehtinen yazdı
-
Florent Xicluna yazdı
-
Hynek Schlawack yazdı
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 yazdı
-
- 22 May, 2012 8 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
Patch by Matej Cepl.
-
Petri Lehtinen yazdı
Patch by Matej Cepl.
-
Brian Curtin yazdı
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
Reverts some changes of d13fdd97cc8e.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 21 May, 2012 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Hynek Schlawack yazdı
3.3 specific additions to d13fdd97cc8e.
-