- 20 May, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 19 May, 2011 25 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
zlib.decompress() anymore to be able to unload the module.
-
Victor Stinner yazdı
zlib.decompress() anymore to be able to unload the module.
-
Victor Stinner yazdı
to be able to unload the module.
-
Victor Stinner yazdı
packaging.util requires the env keyword.
-
Victor Stinner yazdı
Don't encode the path list
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* read: use tokenize.detect_encoding() * write: use 'utf-8'
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support.
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
We don't need to open the files in text mode just to create them (or update their modification time).
-
Victor Stinner yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
build_scripts command of packaging now handles correctly non-ASCII path (path to the Python executable). Open and write the script in binary mode, but ensure that the shebang is decodable from UTF-8 and from the encoding of the script.
-
Victor Stinner yazdı
Open the file in binary mode or use UTF-8 encoding.
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
- 18 May, 2011 10 kayıt (commit)
-
-
Giampaolo Rodola yazdı
os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. reference: http://bugs.python.org/issue10882#msg136257
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou yazdı
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
-
Victor Stinner yazdı
3.2 (#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.)
-
Victor Stinner yazdı
different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.
-
- 17 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
test_threading.test_waitfor(). Patch written by Charles-François Natali.
-
Victor Stinner yazdı
written by Charles-François Natali.
-