[issue11165] Document PyEval_Call* functions

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: @Nick I assume that this still needs doing. msg128249 says you've removed the easy tag but it still shows in the keywords list. -- nosy: +BreamoreBoy ___ Python tracker __

[issue21046] Document formulas used in statistics

2014-06-27 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> works for me stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue6550] asyncore incorrect failure when connection is refused and using async_chat channel

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: @Victor as you've been looking at other asyncore/chat issues can you look at this please? -- nosy: +haypo ___ Python tracker ___

[issue1528154] New sequences for Unicode groups and block ranges needed

2014-06-27 Thread Ezio Melotti
Ezio Melotti added the comment: This seems to be the only one currently. Other issues might have closed in favor of #2636 though. -- ___ Python tracker ___

[issue12814] Possible intermittent bug in test_array

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-lis

[issue2571] can cmd.py's API/docs for the use of an alternate stdin be improved?

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: Does somebody want to propose a patch to take this forward, or can it be closed again, or what? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker __

[issue21844] Fix HTMLParser in unicodeless build

2014-06-27 Thread Ezio Melotti
Ezio Melotti added the comment: I think that Unicode support should be required for HTMLParser. If you don't want tests to fail in Unicode-less build it would be probably easier to just skip them altogether. -- ___ Python tracker

[issue12808] Coverage of codecs.py

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone who's commented previously do a commit review please? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue10932] distutils.core.setup - data_files misbehaviour ?

2014-06-27 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: -Distutils2 nosy: +dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.1, Python 3.2 ___ Python tracker ___

[issue11754] Changed test to check calculated constants in test_string.py

2014-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Three years later, I do understand 'circular'. Such cut-and-paste whitebox tests tend to simultaneously test too much -- the particular implementation(1) -- and too little -- the actual specification(2). (1) The test would falsely fail if a string were reorder

[issue13277] tzinfo subclasses information

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: I don't understand the implications of timezone stuff at all so can a guru on the subject please comment on this. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker

[issue12589] test_long.test_nan_inf() failed on OpenBSD (powerpc)

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be reproduced on 3.4/5? -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker ___ __

[issue13277] tzinfo subclasses information

2014-06-27 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I would say this is a doc issue. There are some tzinfo algorithms that depend on utcoffset(dt)-dst(dt) being invariant, but this is the part of datetime library that I have never fully understood. What I do understand is that conversion from local time

[issue10000] mark more tests as CPython specific

2014-06-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: Closing this unless some specifics arise. -- nosy: +rhettinger resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue11754] Check calculated constants in test_string.py

2014-06-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Changed test to check calculated constants in test_string.py -> Check calculated constants in test_string.py ___ Python tracker ___ ___

[issue21863] Display module names of C functions in cProfile

2014-06-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6dd4c2d30b0e by Antoine Pitrou in branch 'default': Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. http://hg.python.org/cpython/rev/6dd4c2d30b0e -- nosy: +python-dev ___

[issue21863] Display module names of C functions in cProfile

2014-06-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you, committed! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue12814] Possible intermittent bug in test_array

2014-06-27 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue12420] distutils tests fail if PATH is not defined

2014-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: test_disutils still fails on both 2.7 and 3.4 installs. Since PATH is defined, that is not the issue here. I am tempted to unconditionally skip the test and close this issue. -- ___ Python tracker

[issue21878] wsgi.simple_server's wsgi.input readline waits forever for non-multipart/form-data

2014-06-27 Thread Robin Schoonover
New submission from Robin Schoonover: In the reference WSGI server in wsgiref.simple_server, wsgi.input's readline() hangs if the request body does not actually contain any newlines. Consider the following (slightly silly) example: from wsgiref.simple_server import make_server def app

[issue12420] distutils tests fail if PATH is not defined

2014-06-27 Thread Nick Coghlan
Nick Coghlan added the comment: For Python 3, I suggest tweaking the code to use shutil.which and see if that improves matters. For Python 2, I'm inclined not to worry about it. -- ___ Python tracker

[issue12420] distutils tests fail if PATH is not defined

2014-06-27 Thread Nick Coghlan
Nick Coghlan added the comment: Skipping if the compiler isn't available is problematic, since that could reflect a real failure mode for the code. -- ___ Python tracker ___ ___

[issue2571] can cmd.py's API/docs for the use of an alternate stdin be improved?

2014-06-27 Thread Jack Andrews
Jack Andrews added the comment: I'm no longer working on this, but IIRC, my patch is not necessary and there is no deficiency. Ta, Jack On Saturday, June 28, 2014, Mark Lawrence wrote: > > Mark Lawrence added the comment: > > Does somebody want to propose a patch to take this forward, or can

<    1   2