- 26 May, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 25 May, 2012 21 kayıt (commit)
-
-
R David Murray yazdı
When the new policies are used (and only when the new policies are explicitly used) headers turn into objects that have attributes based on their parsed values, and can be set using objects that encapsulate the values, as well as set directly from unicode strings. The folding algorithm then takes care of encoding unicode where needed, and folding according to the highest level syntactic objects. With this patch only date and time headers are parsed as anything other than unstructured, but that is all the helper methods in the existing API handle. I do plan to add more parsers, and complete the set specified in the RFC before the package becomes stable.
-
R David Murray yazdı
-
R David Murray yazdı
This patch primarily does two things: (1) it adds some internal-interface methods to Policy that allow for Policy to control the parsing and folding of headers in such a way that we can construct a backward compatibility policy that is 100% compatible with the 3.2 API, while allowing a new policy to implement the email6 API. (2) it adds that backward compatibility policy and refactors the test suite so that the only differences between the 3.2 test_email.py file and the 3.3 test_email.py file is some small changes in test framework and the addition of tests for bugs fixed that apply to the 3.2 API. There are some additional teaks, such as moving just the code needed for the compatibility policy into _policybase, so that the library code can import only _policybase. That way the new code that will be added for email6 will only get imported when a non-compatibility policy is imported.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
-
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ı
-