- 20 May, 2011 6 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 19 May, 2011 25 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
zlib.decompress() anymore to be able to unload the module.
-
Victor Stinner authored
zlib.decompress() anymore to be able to unload the module.
-
Victor Stinner authored
to be able to unload the module.
-
Victor Stinner authored
packaging.util requires the env keyword.
-
Victor Stinner authored
Don't encode the path list
-
Victor Stinner authored
-
Victor Stinner authored
* read: use tokenize.detect_encoding() * write: use 'utf-8'
-
Ezio Melotti authored
-
Ezio Melotti authored
Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
We don't need to open the files in text mode just to create them (or update their modification time).
-
Victor Stinner authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Victor Stinner authored
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 authored
Open the file in binary mode or use UTF-8 encoding.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- 18 May, 2011 9 commits
-
-
Giampaolo Rodola' authored
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 authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou authored
when the socket's timeout expires (it used to return None).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
-
Victor Stinner authored
3.2 (#10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky.)
-