- 03 Mar, 2011 11 commits
-
-
Giampaolo Rodolà authored
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement.
-
Eli Bendersky authored
-
R. David Murray authored
-
Giampaolo Rodolà authored
Issue 11351 - apply patch by Steffen Daode Nurpmeso which should fix TestSendfile.test_headers failure on OSX.
-
Giampaolo Rodolà authored
-
Victor Stinner authored
-
Giampaolo Rodolà authored
Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send().
-
Victor Stinner authored
-
Victor Stinner authored
-
Nick Coghlan authored
-
Fred Drake authored
-
- 02 Mar, 2011 10 commits
-
-
Benjamin Peterson authored
Thanks to Mark Smith for the patch.
-
Daniel Stutzbach authored
-
Victor Stinner authored
-
Victor Stinner authored
When a string is encoded to UTF-8 in strict mode, the result is cached into the object. Examples: str.encode(), str.encode('utf-8'), PyUnicode_AsUTF8String() and PyUnicode_AsEncodedString(unicode, "utf-8", NULL).
-
Victor Stinner authored
-
Éric Araujo authored
Apart from distutils itself, the stdlib has now officially switched to the new top-level sysconfig module. Patch greenlighted by Ned Deily.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 01 Mar, 2011 6 commits
-
-
Victor Stinner authored
* Use the same function to parse the format string in the 3 steps * Fix crashs on invalid format strings
-
Victor Stinner authored
Patch written by Pierre Quentel
-
Antoine Pitrou authored
Patch by Aymeric Augustin.
-
Victor Stinner authored
Decode the byte string from UTF-8 (with replace error handler) instead of ISO-8859-1 (in strict mode). Patch written by Ray Allen.
-
Éric Araujo authored
The doc already points to argparse.
-
Antoine Pitrou authored
-
- 28 Feb, 2011 7 commits
-
-
Antoine Pitrou authored
and improve wording.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
to release an unacquired lock, as claimed in the threading documentation. The _thread.error exception is now an alias of RuntimeError.
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
-
- 27 Feb, 2011 2 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
- 26 Feb, 2011 4 commits
-
-
Antoine Pitrou authored
and make it work for non-blocking connects.
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88661 | benjamin.peterson | 2011-02-26 16:06:24 -0600 (Sat, 26 Feb 2011) | 6 lines fix refactoring on formfeed characters #11250 This is because text.splitlines() is not the same as list(StringIO.StringIO(text)). ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-