[issue6472] Update ElementTree with upstream changes

2010-03-13 Thread Florent Xicluna
Florent Xicluna added the comment: Merged in 3.x with r78942 and r78945. See #8047 for a discussion about the `encoding` argument of the serializer (used for .write() method and tostring() tostringlist() functions). Currently the output is not encoded by default in 3.1 and 3.x. It is encoded t

[issue6472] Update ElementTree with upstream changes

2010-03-12 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file16244/issue6472_etree_upstream_v5a.diff ___ Python tracker ___ ___ Python

[issue6472] Update ElementTree with upstream changes

2010-03-12 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file16192/issue6472_etree_upstream_py3k_v2.diff ___ Python tracker ___ ___ P

[issue6472] Update ElementTree with upstream changes

2010-03-12 Thread Florent Xicluna
Florent Xicluna added the comment: Patch to merge ElementTree 1.3 in 3.x. -- Added file: http://bugs.python.org/file16528/issue6472_upstream_py3k_v3.diff ___ Python tracker ___ _

[issue6472] Update ElementTree with upstream changes

2010-03-11 Thread Fredrik Lundh
Fredrik Lundh added the comment: W00t! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue6472] Update ElementTree with upstream changes

2010-03-11 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed on trunk with r78838. Some extra work is required to port it to 3.x. Thank you Fredrik and Antoine for reviewing this patch. -- resolution: -> fixed stage: patch review -> committed/rejected ___ Python track

[issue6472] Update ElementTree with upstream changes

2010-02-16 Thread Florent Xicluna
Florent Xicluna added the comment: Update the 2.x patch with the last version uploaded to rietveld (patch set 5). Improved test coverage with upstream tests and tests cases provided by Neil on issue #6232. Note: the patch for 3.x is obsolete. -- Added file: http://bugs.python.org/fil

[issue6472] Update ElementTree with upstream changes

2010-02-10 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: Inconsistent use of "iterator" in ElementTree doc & diff between Py and C modules -> Update ElementTree with upstream changes ___ Python tracker ___