- 20 May, 2011 10 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
accept and return str instead of bytes arrays. Add some more tests.
-
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 5 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).
-