[issue5930] Transient error in multiprocessing (test_number_of_objects)

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: Confirmed on some buildbots. -- ___ Python tracker <http://bugs.python.org/issue5930> ___ ___ Python-bugs-list mailin

[issue8142] libffi update to 3.0.9

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: "x86 FreeBSD 3.x" buildbot seems to compile "libffi". -- resolution: -> fixed status: open -> closed ___ Python tracker <htt

[issue7732] imp.find_module crashes Python if there exists a directory named "__init__.py"

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: According to message http://bugs.python.org/issue7732#msg102702, someone should write a patch for 3.x too. -- assignee: flox -> stage: patch review -> needs patch versions: +Python 3.1, Python 3.2 ___

[issue8530] Stringlib fastsearch can read beyond the front of an array

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed with r83859 (on 3.2). -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue7977] I found Python 3.1 xmlrpc lib use "" not properly. and i have fixed it.

2010-08-08 Thread Florent Xicluna
Changes by Florent Xicluna : -- stage: unit test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org/

[issue2864] etree: Add XPath documentation

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: There's another issue about lack of documentation on this topic. See #6488. -- assignee: d...@python -> resolution: -> duplicate status: open -> closed superseder: -> ElementTree documentation refers to "path"

[issue6488] ElementTree documentation refers to "path" with no explanation, and inconsistently

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: See also patch attached to #2864 which proposes to add an XPath example to the documentation. -- nosy: +guettli, littlemog, mbone ___ Python tracker <http://bugs.python.org/issue6

[issue6231] ElementInclude may drop text

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: Thanks Neil. Pushed with r83864. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue9546] buildbot: if a compile error occurs, the "clean" step is skipped

2010-08-09 Thread Florent Xicluna
New submission from Florent Xicluna : When the buildbot fails to compile, the "clean" step is not run. http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1838/ This is a problem for issue #9545 where the Modules/Setup.dist cannot be copied to Modules/Setup o

[issue9545] Adding _collections to static build

2010-08-09 Thread Florent Xicluna
Florent Xicluna added the comment: See report on issue #9546: the "clean" step should remove "Modules/Setup", but it is skipped. -- dependencies: +buildbot: if a compile error occurs, the "clean" step is skipped nosy: +flox

[issue8685] set(range(100000)).difference(set()) is slow

2010-08-09 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue8685> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4726] doctest gets line numbers wrong due to quotes in comments

2010-08-09 Thread Florent Xicluna
Florent Xicluna added the comment: Out of date. -- nosy: +flox status: pending -> closed ___ Python tracker <http://bugs.python.org/issue4726> ___ ___ Python-

[issue9546] buildbot: if a compile error occurs, the "clean" step is skipped

2010-08-09 Thread Florent Xicluna
Florent Xicluna added the comment: I agree we should run the "clean" step as a finally step, even if "compile error" occurs. It is not required in case of "svn exception", I guess. Btw, the exact command is "make distclean" ("make

[issue9555] transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3

2010-08-10 Thread Florent Xicluna
New submission from Florent Xicluna : There's frequent crashes on the "x86 XP-4" buildbot. On 2.6: 83915: # something crashed: test_file 83913: success 83743: # something crashed: test_file 83738: success 83721: success 83718: # something crashed: test_file 83704:

[issue9555] transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3

2010-08-10 Thread Florent Xicluna
Florent Xicluna added the comment: IIUC code -1073741819 (0XC005) is an acces violation. Some other issues with same error code: #6869, #8849, ... -- ___ Python tracker <http://bugs.python.org/issue9

[issue9555] transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue9555> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7182] For non-debug builds, the cygwinccompiler.py should define NDEBUG

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue7182> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1173134] improvement of the script adaptation for the win32 platform

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- assignee: -> tarek components: +Windows nosy: +tarek ___ Python tracker <http://bugs.python.org/issue1173134> ___ ___ Python-

[issue1626300] 'Installing Python Modules' does not work for Windows

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- assignee: -> d...@python components: +Windows nosy: +d...@python ___ Python tracker <http://bugs.python.org/issue1626300> ___ _

[issue9116] test_capi.test_no_FatalError_infinite_loop crash on Windows

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue9116> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4032] distutils cannot recognize ".dll.a" as library on cygwin

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue4032> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8171] bdist_wininst builds wrongly for --plat-name=win-amd64

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue8171> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8170] Wrong Paths for distutils build --plat-name=win-amd64

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue8170> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8548] Building on CygWin 1.7: PATH_MAX redefined

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue8548> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue5879> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2233] Makefile.pre.in contains extra slash before $(DESTDIR) which can cause Cygwin build to fail

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue2233> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7405] compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue7405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9503] print statement hangs Windows service

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue9503> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1708316] doctest work with Windows PyReadline

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker <http://bugs.python.org/issue1708316> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9555] transient crashes on "x86 XP-4" buildbot: test_file, test_file2k, test_bsddb3

2010-08-10 Thread Florent Xicluna
Florent Xicluna added the comment: Right, it looks like a duplicate. -- resolution: -> duplicate status: open -> closed superseder: -> test_close_open_print_buffered(test_file) sometimes crashes ___ Python tracker <http://bug

[issue9295] test_close_open_print_buffered(test_file) sometimes crashes

2010-08-10 Thread Florent Xicluna
Florent Xicluna added the comment: See the transient failures on "x86 XP-4" buildbot (2.6 and 2.7 only). Issue #9555 closed as duplicate: http://bugs.python.org/issue9555#msg113522 -- components: +Windows keywords: +buildbot nosy: +flox

[issue17143] trace.py uses _warn without importing it

2013-02-14 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: -Ronald.Chapman ___ Python tracker <http://bugs.python.org/issue17143> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6784] byte/unicode pickle incompatibilities between python2 and python3

2013-02-15 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue6784> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16043] xmlrpc: gzip_decode has unlimited read()

2013-02-22 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue16043> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17331] Fix str methods for detecting digits with unicode

2013-03-01 Thread Florent Xicluna
Florent Xicluna added the comment: Actually, the character is SUPERSCRIPT ONE, in the category No (Number other). http://www.fileformat.info/info/unicode/char/b9/index.htm This is not a valid category for the identifiers, only "Nd" Number decimal is accepted. The issue is p

[issue17331] namedtuple raises a SyntaxError instead of ValueError on invalid identifier

2013-03-01 Thread Florent Xicluna
Florent Xicluna added the comment: This is consistent: >>> '¹'.isnumeric(), '¹'.isdigit(), '¹'.isdecimal() (True, True, False) >>> unicodedata.numeric('¹') 1.0 >>> unicodedata.digit('¹') 1 >>> unicodedata.de

[issue17447] str.identifier shouldn't accept Python keywords

2013-03-17 Thread Florent Xicluna
Florent Xicluna added the comment: According to the documentation, the reserved words are classified as identifiers: http://docs.python.org/3/reference/lexical_analysis.html#keywords There's an easy workaround: >>> from keyword import iskeyword >>> def is_valid_identi

[issue5845] rlcompleter should be enabled automatically

2013-03-21 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue5845> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17441] Do not cache re.compile

2013-03-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17441> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1602] windows console doesn't print or input Unicode

2013-03-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue1602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8796] Deprecate codecs.open()

2013-03-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue8796> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15494] Move test/support.py into a test.support subpackage

2013-03-31 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue15494> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17546] Document the circumstances where the locals() dict get updated

2013-03-31 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17546> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2013-04-01 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: -flox ___ Python tracker <http://bugs.python.org/issue7475> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2013-04-01 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue7475> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17618] base85 encoding

2013-04-02 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2013-04-23 Thread Florent Xicluna
Florent Xicluna added the comment: Another rant, because it matters to many of us: http://lucumr.pocoo.org/2012/8/11/codec-confusion/ IMHO, the solution to restore str.decode and bytes.encode and return TypeError for improper use is probably the most obvious for the average user

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2013-04-23 Thread Florent Xicluna
Florent Xicluna added the comment: I am not a native english speaker, but it seems that the common usage of encode/decode is wider than the restricted definition applied for Python 3.3: Some examples: * RFC 4648 specifies "Base16, Base32, and Base64 Data Encodings" http://tool

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-24 Thread Florent Xicluna
New submission from Florent Xicluna: I noticed a difference between computation of column offset for SyntaxError and IndentationError (a subclass of SyntaxError). It is slightly confusing. def report(exc): print('lineno %s, offset %s' % (exc.lineno, exc.offset)) raise try

[issue17827] Document codecs.encode and codecs.decode

2013-04-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17827> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17828] More informative error handling when encoding and decoding

2013-04-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17828> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Florent Xicluna added the comment: Hello again, actually, the attached script demonstrates some issues with the computation of the offset. In rare cases, the computed offset does not match the position of the caret '^' in the traceback. It makes it difficult to reuse exc.offset

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Florent Xicluna added the comment: And this additional script (test_indenterror.py) demonstrates a different issue in the traceback module. -- Added file: http://bugs.python.org/file30034/test_indenterror.py ___ Python tracker <h

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Changes by Florent Xicluna : -- status: closed -> open ___ Python tracker <http://bugs.python.org/issue17825> ___ ___ Python-bugs-list mailing list Unsubscri

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Florent Xicluna added the comment: The proposed patch deals with the case of the IndentationError in the traceback module. -- keywords: +patch resolution: works for me -> Added file: http://bugs.python.org/file30036/patch_indenterror_offset.d

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file30036/patch_indenterror_offset.diff ___ Python tracker <http://bugs.python.org/issue17825> ___ ___

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Changes by Florent Xicluna : Added file: http://bugs.python.org/file30037/patch_indenterror_offset.diff ___ Python tracker <http://bugs.python.org/issue17825> ___ ___

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-27 Thread Florent Xicluna
Florent Xicluna added the comment: The previous patch fixes some cases where the caret was wrongly positioned. However, there's probably stuff to fix in Python internals too. See attached test cases (test_traceback_caret.py) which demonstrates other issues with non-ASCII chars or i

[issue17396] modulefinder fails if module contains syntax error

2013-04-27 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17396> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16518] add "buffer protocol" to glossary

2013-04-28 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue16518> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-28 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Interpreter Core, Library (Lib) ___ Python tracker <http://bugs.python.org/issue17825> ___ ___ Python-bugs-list mailin

[issue17866] TestCase.assertItemsEqual exists in 2.7, not in 3.3

2013-04-29 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17866> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10242] unittest's assertItemsEqual() method makes too many assumptions about its input

2013-04-29 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue10242> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17867] Deleting __import__ from builtins can crash Python3

2013-04-29 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17867> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15535] Fix pickling efficiency of named tuples in 2.7.3

2013-04-29 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue15535> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17863] Bad sys.stdin assignment hangs interpreter.

2013-04-29 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox title: Bad sys.stdin assignment hands interpreter. -> Bad sys.stdin assignment hangs interpreter. ___ Python tracker <http://bugs.python.org/issu

[issue17825] Indentation.offset and SyntaxError.offset mismatch

2013-04-30 Thread Florent Xicluna
Florent Xicluna added the comment: Patch updated with latest changes of trunk. -- Added file: http://bugs.python.org/file30081/patch_indenterror_offset_v2.diff ___ Python tracker <http://bugs.python.org/issue17

[issue17904] bytes should be listed as built-in function for 2.7

2013-05-04 Thread Florent Xicluna
New submission from Florent Xicluna: Looking into the summary table, there's no information about the `bytes` built-in alias for `str`: http://docs.python.org/2/library/functions.html IMHO it should appear in this table (as str, unicode, bytearray) with the appropriate `.. version

[issue4831] exec() behavior - revisited

2013-05-07 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue4831> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17960] Clarify the required behaviour of locals()

2013-05-12 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17960> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17934] Add a frame method to clear expensive details

2013-05-12 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17934> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17973] '+=' on a list inside tuple both succeeds and raises an exception

2013-05-14 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17973> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18012] cannot assign unicode keys to SimpleCookie

2013-05-19 Thread Florent Xicluna
New submission from Florent Xicluna: from Cookie import SimpleCookie cookie = SimpleCookie() cookie[u'apple'] = u'green' Traceback (most recent call last): File "", line 1, in File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/

[issue18012] cannot assign unicode keys to SimpleCookie

2013-05-19 Thread Florent Xicluna
Florent Xicluna added the comment: you're right, this behavior is documented. >>> u'read this short text'.translate(None, 'aeiou') Traceback (most recent call last): File "", line 1, in TypeError: translate() takes exactly one argument (2 g

[issue18013] cgi.FieldStorage does not parse W3C sample

2013-05-19 Thread Florent Xicluna
New submission from Florent Xicluna: Trying to parse the W3C sample, it fails in 3.3 (while it passes on 2.7). http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4 (last example) Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-data; name

[issue18013] cgi.FieldStorage does not parse W3C sample

2013-05-19 Thread Florent Xicluna
Florent Xicluna added the comment: At first glance it seems related to rev d864328a74e4 , issue 4953 The check on self.bytes_read >= self.length returns True because length == -1. -- nosy: +haypo ___ Python tracker <http://bugs.pyth

[issue18013] cgi.FieldStorage does not parse W3C sample

2013-05-19 Thread Florent Xicluna
Changes by Florent Xicluna : -- versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue18013> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18013] cgi.FieldStorage does not parse W3C sample

2013-05-19 Thread Florent Xicluna
Florent Xicluna added the comment: This seems to fix it. -- stage: needs patch -> patch review Added file: http://bugs.python.org/file30314/patch_multipart_w3.diff ___ Python tracker <http://bugs.python.org/issu

[issue18018] SystemError: Parent module '' not loaded, cannot perform relative import

2013-05-19 Thread Florent Xicluna
New submission from Florent Xicluna: When executing a submodule, there's a SystemError in 3.3 where we used to receive a ValueError. mkdir marsu touch marsu/__init__.py echo "from .houba import bi" >> marsu/pilami.py ./python marsu/pilami.py Traceback (most recent call

[issue18020] html.escape 10x slower than cgi.escape

2013-05-20 Thread Florent Xicluna
New submission from Florent Xicluna: I noticed the convenient ``html.escape`` in Python 3.2 and ``cgi.escape`` is marked as deprecated. However, the former is an order of magnitude slower than the latter. $ python3 --version Python 3.3.2 With html.escape: $ python3 -m timeit -s "from

[issue16611] multiple problems with Cookie.py

2013-05-20 Thread Florent Xicluna
Florent Xicluna added the comment: Eric, this last one is not a bug in Cookie. This is a limitation with Python 2. See #18012. -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue16

[issue18020] html.escape 10x slower than cgi.escape

2013-05-20 Thread Florent Xicluna
Florent Xicluna added the comment: > I would suggest you redo the test using timing done inside of the script > after modules have been imported. The -s switch takes care of this. -- ___ Python tracker <http://bugs.python.org/i

[issue2226] Small _abcoll Bugs / Oddities

2013-05-20 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue2226> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17844] Add link to alternatives for bytes-to-bytes codecs

2013-05-21 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue17844> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21161] list comprehensions don't see local variables in pdb in python3

2014-12-02 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker <http://bugs.python.org/issue21161> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14134] xmlrpc.client.ServerProxy needs timeout parameter

2014-12-02 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue14134> ___ ___ Python-bugs-list m

<    9   10   11   12   13   14