[issue7334] ElementTree: file locking in Jython 2.5 (OSError on Windows)

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Changeset cff78ffb932a fixed the issue for 3.2. I will consider backporting. -- resolution: - fixed stage: needs patch - patch review versions: -Python 3.2 ___ Python tracker rep

[issue8256] input() doesn't catch _PyUnicode_AsString() exception; io.StringIO().encoding is None

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Confirmed in 3.3. The patch does not apply cleanly on trunk. -- stage: test needed - needs patch versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http

[issue6057] sqlite3 error classes should be documented

2011-10-28 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- stage: - needs patch versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6057

[issue6655] etree iterative find[text]

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: ElementTree 1.3 added the iterfind method to Python 2.7 and 3.2. http://docs.python.org/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.iterfind -- resolution: - out of date stage: test needed - committed

[issue9375] ElementPath parser in ElementTree 1.3 does not reject element// as invalid

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This behavior is verified with unit tests. I don't plan to change it. -- resolution: - wont fix stage: - committed/rejected status: open - pending ___ Python tracker rep

[issue8277] ElementTree won't parse comments

2011-10-28 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8277 ___ ___ Python

[issue8047] Serialiser in ElementTree returns unicode strings in Py3k

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: 3.1 is no longer in scope for this issue. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8047

[issue7710] Inconsistent Exception for int() conversion

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: On 3.2 it is fixed (I didn't find the related changeset). Not backported to 2.7. -- versions: -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue4221] inconsistent exception from int is confusing

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: No more bug with Python 3.2. On 2.7, we still experience the behavior described in msg75290. -- versions: -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue9708] cElementTree iterparse does not support parser argument

2011-10-28 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Documentation should be fixed for 3.2 and 2.7. Patch welcomed. -- assignee: - docs@python components: +Documentation nosy: +docs@python stage: test needed - needs patch ___ Python tracker

[issue10015] Creating a multiprocess.pool.ThreadPool from a child thread blows up.

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10015 ___ ___ Python-bugs-list

[issue12657] Cannot override JSON encoding of basic type subclasses

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12657

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- components: +XML type: - behavior versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13275

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13275 ___ ___ Python-bugs-list

[issue13280] argparse should use the new Formatter class

2011-10-27 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Well argparse exists since 2006 (ref [1]), and should work on Python = 2.3 (ref [2]). It was merged in the standard library with Python 3.2. However, I agree we may switch to the advanced string formatting for this module. [1

[issue13041] argparse: terminal width is not detected properly

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox stage: - patch review versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13041

[issue13280] argparse should use the new Formatter class

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +bethard ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13280 ___ ___ Python-bugs

[issue13266] Add inspect.unwrap(f) to easily unravel __wrapped__ chains

2011-10-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13266 ___ ___ Python-bugs-list

[issue4945] json checks True/False by identity, not boolean value

2011-10-26 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox versions: +Python 3.3 -Python 2.6, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4945

[issue13270] all classes are new style

2011-10-26 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: these last references to old/new classes should be dropped. See patch. -- assignee: docs@python components: Documentation files: all_classes_belong_to_new_style.diff keywords: patch messages: 146455 nosy: docs@python, flox

[issue13141] get rid of old threading API in the examples

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13141 ___ ___ Python

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11440

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: The decision should be left to the user. IMHO, we could disable this automatic fixer. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11440

[issue12501] callable(): remove/amend the deprecation warning in Python 2.7

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12501

[issue13248] deprecated in 3.2, should be removed in 3.3

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: I missed these warnings in C modules. *array* fromstring and tostring methods *io* (like _pyio) argument max_buffer_size of BufferedWriter and BufferedRWPair *sys* sys.getcheckinterval and sys.setcheckinterval and some

[issue13255] wrong docstring for array.fromunicode

2011-10-24 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: The docstring should say ustr.encode instead of ustr.decode. The documentation page is correct. print(array.array.fromunicode.__doc__) fromunicode(ustr) Extends this array with data from the unicode string ustr. The array must

[issue13255] wrong docstrings in array module

2011-10-24 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed title: wrong docstring for array.fromunicode - wrong docstrings in array module ___ Python tracker rep

[issue2470] Need fixer for dl (removed) - ctypes module

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: for the RTLD_ constants, refer to issue #13226. -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2470

[issue13258] replace hasattr(obj, '__call__') with callable(obj)

2011-10-24 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: Now that callable() is back in 3.2, we may replace hasattr(obj, '__call__') with callable(obj). The built-in function is easier to read and gives better performance than attribute lookup. $ ./python -m timeit hasattr(None

[issue13258] replace hasattr(obj, '__call__') with callable(obj)

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Proposed patch. -- keywords: +patch Added file: http://bugs.python.org/file23510/issue13258_callable.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13258

[issue13258] replace hasattr(obj, '__call__') with callable(obj)

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Updated with a special note for packaging. -- Added file: http://bugs.python.org/file23511/issue13258_callable_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue13258] replace hasattr(obj, '__call__') with callable(obj)

2011-10-24 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: We have so many alternatives, it's funny ... def callable(obj): return hasattr(obj, '__call__') or hasattr(obj, '__bases__') def callable(obj): return isinstance(obj, collections.abc.Callable) def callable(obj): return

[issue13248] deprecated in 3.2, should be removed in 3.3

2011-10-23 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: The PEP 387 suggests that deprecated objects or arguments are removed in version (n+1). I've listed these DeprecationWarnings in 3.2, which are still in 3.3. I assume that most of these deprecated objects or arguments could

[issue13248] deprecated in 3.2, should be removed in 3.3

2011-10-23 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: In addition, we have some object and attributes which are triggering PendingDeprecationWarning in 3.2. We may keep these warnings in 3.3, or choose to turn some of them into DeprecationWarning, to prepare their removal in 3.5. *cgi

[issue13249] argparse.ArgumentParser() lists arguments in the wrong order

2011-10-23 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: in 3.x, same issue. IMHO documentation should be fixed. -- assignee: - docs@python components: +Documentation nosy: +bethard, docs@python, flox stage: - needs patch versions: +Python 3.2, Python 3.3

[issue13141] get rid of old threading API in the examples

2011-10-23 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13141

[issue12675] tokenize module happily tokenizes code with syntax errors

2011-10-22 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12675 ___ ___ Python-bugs-list

[issue13140] ThreadingMixIn.daemon_threads is not honored when parent is daemon

2011-10-22 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: I would prefer to preserve the inheritance by default, and to change the daemonic attribute only if it is explicitly set to True or False. This way it will be backward compatible. Patch attached. -- versions: -Python 2.6

[issue13237] subprocess docs should emphasise convenience functions

2011-10-21 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13237

[issue13239] Remove operator from Grammar/Grammar

2011-10-21 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This is PEP 401. [Because] the != inequality operator ... was a horrible, finger pain inducing mistake, the FLUFL reinstates the diamond operator as the sole spelling. This change is important enough to be implemented

[issue13240] computed gotos not enabled?

2011-10-21 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: According to issue 9203 the computed gotos should be enabled by default since 3.2. However, it is not visible from the interpreter. Python 3.2.2 (default, Sep 7 2011, 10:55:43) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3

[issue13240] sysconfig gives misleading results for USE_COMPUTED_GOTOS

2011-10-21 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: With the #error, I can confirm that computed gotos are enabled on OS X. About sysconfig, we may change the code to set None if the value is undef. I don't know the impact. --- a/Lib/sysconfig.py +++ b/Lib/sysconfig.py @@ -404,7

[issue13219] re module doc has minor inaccuracy in character sets

2011-10-20 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Well, the actual behavior is a little bit more complex to describe. re.match('[.-_a-z]', '-') re.match('[._-a-z]', '-') _sre.SRE_Match object at 0x100418e80 re.match('[.-_a-z]', 'b') _sre.SRE_Match object at 0x100418b88 re.match

[issue12753] \N{...} neglects formal aliases and named sequences from Unicode charnames namespace

2011-10-20 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12753 ___ ___ Python-bugs-list

[issue7322] Socket timeout can cause file-like readline() method to lose data

2011-10-20 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7322 ___ ___ Python-bugs-list

[issue9168] setuid in smtp.py sheds privileges before binding port

2011-10-20 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Fixed. Thank you for the patch. -- nosy: +flox resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue13141] get rid of old threading API in the examples

2011-10-19 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Proposed patch to refresh the socketserver examples. -- keywords: +patch stage: needs patch - patch review versions: +Python 3.2 Added file: http://bugs.python.org/file23459/issue13141.diff

[issue13193] test_packaging and test_distutils failures under Windows

2011-10-19 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13193 ___ ___ Python-bugs-list

[issue12989] Consistently handle path separator in Py_GetPath on Windows

2011-10-19 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12989 ___ ___ Python-bugs-list

[issue992389] attribute error due to circular import

2011-10-19 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- stage: - needs patch versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue992389

[issue10197] subprocess.getoutput fails on win32

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10197 ___ ___ Python-bugs-list

[issue1757072] Zipfile robustness

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1757072 ___ ___ Python-bugs

[issue13207] os.path.expanduser breaks when using unicode character in the username

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox title: os.path.expanduser brakes when using unicode character in the username - os.path.expanduser breaks when using unicode character in the username ___ Python tracker rep

[issue12170] index() and count() methods of bytes and bytearray should accept byte ints

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12170 ___ ___ Python-bugs-list

[issue11085] expose _abcoll as collections.abc

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11085 ___ ___ Python-bugs-list

[issue12737] str.title() is overzealous by upcasing combining marks inappropriately

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12737 ___ ___ Python-bugs-list

[issue12458] Tracebacks should contain the first line of continuation lines

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12458 ___ ___ Python-bugs-list

[issue13212] json library is decoding/encoding when it should not

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox stage: - needs patch type: - behavior versions: -Python 2.6, Python 3.1, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13212

[issue13213] generator.throw() behavior

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13213 ___ ___ Python-bugs-list

[issue7723] sqlite only accept buffer() for BLOB objects (input/output)

2011-10-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7723

[issue992389] attribute error due to circular import

2011-10-16 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue992389 ___ ___ Python-bugs-list

[issue13187] relative imports don't work when circular

2011-10-15 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13187 ___ ___ Python-bugs-list

[issue13140] ThreadingMixIn.daemon_threads is not honored when parent is daemon

2011-10-09 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: I use the socketserver.ThreadingMixIn to create a TCPServer. I set the server thread as daemon (t.daemon=True). But I want the client threads to run as non-daemon. According to the documentation, the daemon_threads class attribute

[issue13141] get rid of old threading API in the examples

2011-10-09 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: http://docs.python.org/dev/library/socketserver.html#asynchronous-mixins Still there's getName or setDaemon in some example. -- assignee: docs@python components: Documentation messages: 145274 nosy: docs@python, flox

[issue13139] multiprocessing.map skips finally blocks

2011-10-09 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Same behavior on Python 3.2 with this code: from multiprocessing import Pool from time import sleep def Process(x): try: print(x) sleep(.6-x/10.) raise Exception('Exception: %d' % x) finally

[issue13126] find() slower than rfind()

2011-10-09 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13126 ___ ___ Python-bugs-list

[issue13119] Newline for print() is \n on Windows, and not \r\n as expected

2011-10-09 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13119 ___ ___ Python-bugs-list

[issue10444] A mechanism is needed to override waiting for Python threads to finish

2011-10-09 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Antoine wrote: You could instead enumerate() all threads and set their daemon flag to False, before shutting down the interpreter. If it is intended to work this way, it should be mentioned in the documentation. Currently

[issue11849] ElementTree memory leak

2011-04-15 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Do you experience same issue with current versions of Python? (3.2 or 2.7) The package was upgraded in latest versions. -- nosy: +flox ___ Python tracker rep...@bugs.python.org http

[issue11849] ElementTree memory leak

2011-04-15 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: I've tested a small variant of your script, on OSX. It seems to behave correctly (with 2.5, 2.6, 2.7 and 3.1). You can force Python to release memory immediately by calling gc.collect(). -- Added file: http://bugs.python.org

[issue11849] ElementTree memory leak

2011-04-15 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: this is the output for 2.7.1: $ python2.7 issue11849_test.py *** Python 2.7.1 final --- PID STAT TIME SL RE PAGEIN VSZRSS LIM TSIZ %CPU %MEM COMMAND 0 2754 S+ 0:00.07 0 0 0 2441472 5372

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2011-03-16 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7013 ___ ___ Python-bugs-list

[issue4492] httplib code thinks it closes connection, but does not

2011-03-16 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list

[issue900744] catch invalid chunk length in httplib read routine

2011-03-16 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue900744 ___ ___ Python-bugs-list

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2011-03-16 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Duplicate of #900744 -- resolution: - duplicate status: open - closed superseder: - catch invalid chunk length in httplib read routine ___ Python tracker rep...@bugs.python.org http

[issue10131] deepcopying an xml.dom.minidom.Document generates an invalid XML document

2010-10-17 Thread Florent Xicluna
New submission from Florent Xicluna florent.xicl...@gmail.com: import copy from xml.dom import minidom doc = minidom.parseString('root/') doc2 = copy.deepcopy(doc) doc.toxml() u'?xml version=1.0 ?root/' doc2.toxml() u'?xml version=1.0 ?root/root/' minidom.parseString(doc2.toxml

[issue10131] deepcopying an xml.dom.minidom.Document generates an invalid XML document

2010-10-17 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: It works fine with 2.5 and 2.6. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10131

[issue10019] json.dumps with indent = 0 not adding newlines

2010-10-15 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: +1 to merge simplejson 2.1+ before 3.2 beta 1 (mid-november) -- nosy: +flox resolution: - accepted stage: - patch review type: - behavior versions: +Python 3.1, Python 3.2 ___ Python

[issue7537] test_format fails with -j combined with -v

2010-10-14 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Unable to reproduce, here. It seems fixed. -- nosy: +haypo resolution: - works for me status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7537

[issue9409] doctest in python2.7 can't handle non-ascii characters

2010-10-14 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Fixed in 2.7 with r85496 and r85501. Thank you. (in 3.2 only tests, r85495 and r85500) -- resolution: - fixed stage: unit test needed - committed/rejected status: open - closed ___ Python

[issue7768] raw_input should encode unicode prompt with std.stdout.encoding.

2010-10-04 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: annoying stuff, indeed... $ python -c 'print uLa cl\xe9: ' La clé: $ python -c 'raw_input(uLa cl\xe9: )' Traceback (most recent call last): File string, line 1, in module UnicodeEncodeError: 'ascii' codec can't encode character u

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: Removed file: http://bugs.python.org/file18923/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9895

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: Removed file: http://bugs.python.org/file18924/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9895

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: +1 fo faster regrtest -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9895

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2010-09-18 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Committed with r84888. -- assignee: - flox resolution: accepted - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue9315] The trace module lacks unit tests

2010-09-14 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: It looks like lots of 3.1 buildbots are unhappy with r84783. But the test passes on my local 3.1 checkout. == FAIL: test_trace_list_comprehension

[issue9315] The trace module lacks unit tests

2010-09-14 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: The issue on 3.1 happens when Python is configured --with-computed-gotos. (this is the case on all 3.1 buildbots) But this issue does not happen on 3.x branch. On this branch computed-gotos is the default, but the switch --without

[issue7994] object.__format__ should reject format strings

2010-09-13 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: now the PendingDeprecationWarnings are checked in the test suite, with r84772 (for 2.7). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7994

[issue9323] trace.py bug with the main file being traced

2010-09-13 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: I've made the wrong assumption that test.regrtest.__file__ is always absolute. Here is a patch which should fix it. -- nosy: +ezio.melotti Added file: http://bugs.python.org/file18870/issue9323_regrtest.diff

[issue9323] trace.py bug with the main file being traced

2010-09-13 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: regrtest fixed with r84776 (3.x) and r84779 (2.7) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9323

[issue9315] The trace module lacks unit tests

2010-09-13 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: You probably missed Lib/test/tracedmodules/ in r84780 ;) -- keywords: +buildbot nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9315

[issue7994] object.__format__ should reject format strings

2010-09-12 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This should be merged before 3.2 beta. -- nosy: +flox resolution: - accepted ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7994

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Did you run `make distclean` before? -- assignee: - ronaldoussoren components: +Macintosh nosy: +flox, ronaldoussoren stage: - unit test needed ___ Python tracker rep...@bugs.python.org

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +michael.foord, ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9832

[issue9833] test_ttk_guionly fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This is a duplicate of #8445 -- nosy: +flox resolution: - duplicate status: open - closed superseder: - buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback

[issue8445] buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)

2010-09-11 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- assignee: - ronaldoussoren components: +Macintosh nosy: +cartman, flox, ronaldoussoren stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue9831] test_distutils fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- assignee: - tarek components: +Distutils, Macintosh nosy: +eric.araujo, michael.foord, ned.deily, tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9831

[issue8448] buildbot: test_subprocess failure (test_no_leaking, Broken pipe)

2010-09-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: It still happens on the same builder, occasionally. http://www.python.org/dev/buildbot/builders/sparc%20Debian%203.1/builds/24 -- components: +Tests nosy: +flox type: - behavior

[issue8589] test_warnings.CEnvironmentVariableTests.test_nonascii fails under an ascii terminal

2010-09-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Still happens with r84709 on PPC Tiger 3.x == FAIL: test_nonascii (test.test_warnings.CEnvironmentVariableTests

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: According to issue #9210, --with-wctype-functions is pending removal. Could you retry without this switch? -- nosy: +amaury.forgeotdarc, lemburg superseder: - remove --with-wctype-functions configure option

<    1   2   3   4   5   6   7   8   9   10   >