[issue17126] test_gdb fails

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a follow up on this please as most of the data in msg181358 is Double Dutch to me. -- nosy: +BreamoreBoy type: -> behavior ___ Python tracker _

[issue7229] Manual entry for time.daylight can be misleading

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: The httplib module has been renamed to http.client in Python 3, besides which the attached patch isn't in the standard format that is used here. -- nosy: +BreamoreBoy ___ Python tracker

[issue12771] 2to3 -d adds extra whitespace

2014-06-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___

[issue10552] Tools/unicode/gencodec.py error

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue10552] Tools/unicode/gencodec.py error

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +hynek, ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9267] Update pickle opcode documentation in pickletools for 3.x

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue15711] PEP 3121, 384 Refactoring applied to time module

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue15884] PEP 3121, 384 Refactoring applied to ctypes module

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> nosy: +amaury.forgeotdarc, meador.inge ___ Python tracker ___ ___ Python

[issue15884] PEP 3121, 384 Refactoring applied to ctypes module

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue8810] TZ offset description is unclear in docs

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Isn't this a duplicate of #9305? -- assignee: belopolsky -> versions: +Python 3.5 -Python 3.2 ___ Python tracker ___ _

[issue9305] Don't use east/west of UTC in date/time documentation

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- dependencies: +Don't use east/west of UTC in date/time documentation ___ Python tracker ___ ___ Py

[issue9305] Don't use east/west of UTC in date/time documentation

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: This seems to be touching the same areas as #9305. -- assignee: belopolsky -> ___ Python tracker ___ _

[issue21740] doctest doesn't allow duck-typing callables

2014-06-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: >> I'm not sure, because it would also select classes. > > Is there any reason to preclude classes? They could reasonably have > docstrings that contain doctests. I don't know. I just didn't want to change doctest behaviour too much, but if people more knowle

[issue21715] Chaining exceptions at C level

2014-06-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hm, looks like you forgot to upload a patch! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9034] datetime module should use int32_t for date/time components

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue18236] str.isspace should use the Unicode White_Space property

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> keywords: -needs review, patch stage: commit review -> needs patch versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker ___

[issue18236] str.isspace should use the Unicode White_Space property

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: For future reference, the code discussed above is in the following portion of the patch: -#define Py_UNICODE_ISSPACE(ch) \ -((ch) < 128U ? _Py_ascii_whitespace[(ch)] : _PyUnicode_IsWhitespace(ch)) +#define Py_UNICODE_ISSPACE(ch)

[issue15870] PyType_FromSpec should take metaclass as an argument

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list maili

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Your latest patch doesn't have a review link. Would you like to regenerate it against the latest default? -- ___ Python tracker ___

[issue21882] turtledemo modules imported by test___all__ cause side effects or failures

2014-06-29 Thread Ned Deily
New submission from Ned Deily: Although the turtledemo modules are not run directly during by "make test" or by "python -m test -uall", they are currently being inadvertently imported by test___all__. This can lead to test failures and side effects because some of the turtledemo modules execu

[issue9769] PyUnicode_FromFormatV() doesn't handle non-ascii text correctly

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-

[issue9256] plistlib should create non-naïve datetime objects

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> nosy: +hynek, ned.deily, ronaldoussoren versions: +Python 3.5 -Python 3.2 ___ Python tracker ___

[issue9256] plistlib should create non-naïve datetime objects

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> ronaldoussoren components: +Macintosh ___ Python tracker ___ ___ Python-bugs-list ma

[issue21878] wsgi.simple_server's wsgi.input read/readline waits forever in certain circumstances

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +pje ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue5288] tzinfo objects with sub-minute offsets are not supported (e.g. UTC+05:53:28)

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> versions: +Python 3.5 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-

[issue21882] turtledemo modules imported by test___all__ cause side effects or failures

2014-06-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: > 1. test___all__ should be changed to exclude turtledemo modules. Agreed. In general, the test suite shouldn't open any GUI windows except if the "gui" resource is enabled (which isn't the default). The turtledemo behaviour is quite new in that regard. --

[issue21679] Prevent extraneous fstat during open()

2014-06-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b5279b5bfd1 by Antoine Pitrou in branch 'default': Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. http://hg.python.org/cpython/rev/3b5279b5bfd1 -- nosy: +python-dev ___

[issue8957] strptime(.., '%c') fails to parse output of strftime('%c', ..) in some locales

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Eli, Given your last comment, are you still proposing your patch for inclusion or should we take the #8915 approach? -- assignee: belopolsky -> nosy: -Alexander.Belopolsky versions: +Python 3.5 -Python 3.3 _

[issue21679] Prevent extraneous fstat during open()

2014-06-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you very much. I've committed the patch to the default branch (I've just moved the _blksize test to a separate method). -- resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.4 ___

[issue21740] doctest doesn't allow duck-typing callables

2014-06-29 Thread Guido van Rossum
Guido van Rossum added the comment: Class doctests are already supported separately, see https://docs.python.org/3/library/doctest.html#which-docstrings-are-examined -- nosy: +Guido.van.Rossum ___ Python tracker _

[issue12006] strptime should implement %V or %u directive from libc

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Ashley, I would like to include your patch in 3.5. Can you combine your doc and code changes in one diff and make sure it is up to date with the tip. Thanks. -- stage: patch review -> commit review versions: +Python 3.5 -Python 3.3 ___

[issue10342] trace module cannot produce coverage reports for zipped modules

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I updated the patch for 3.5. [Brett] > I don't quite see the point of the get_source call as it isn't returned or > used. It *is* used: it is passed to _find_strings_stream: +source = loader.get_source(modulename) +strs = _find_strings_s

[issue5207] extend strftime/strptime format for RFC3339 and RFC2822

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: open -> closed versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-li

[issue14235] test_cmd.py does not correctly call reload()

2014-06-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset d943089af1c6 by Berker Peksag in branch '3.4': Issue #14235: Use importlib.reload() in test_cmd.test_coverage. http://hg.python.org/cpython/rev/d943089af1c6 New changeset 10a1e7780ee7 by Berker Peksag in branch 'default': Issue #14235: Merge from 3.

[issue1170] shlex have problems with parsing unicode

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9398] Unify sys.settrace and sys.setprofile tests

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___ ___ P

[issue14235] test_cmd.py does not correctly call reload()

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the report. -- assignee: eric.araujo -> berker.peksag nosy: +berker.peksag, r.david.murray resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 __

[issue20577] IDLE: Remove FormatParagraph's width setting from config dialog

2014-06-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since you are busy, I am planning to commit this tomorrow so I can review the extension config patch with this in place. -- ___ Python tracker

[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

2014-06-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Dependencies 19711 and 21099 are still open. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I updated the patch. Please note that it only includes python code, so you need to suppress _datetime acceleration to test: >>> import sys >>> sys.modules['_datetime'] = None >>> from pickle import * >>> from datetime import * >>> dumps(timezone.utc) b'\

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file17769/issue9051-utc-pickle-proto.diff ___ Python tracker ___ ___ Pyt

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Hmm. Still no "review" link. Is there something special that I need to do to get it? Use different name, maybe? -- ___ Python tracker _

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Ned Deily
Ned Deily added the comment: FWIW, I see review links for both of your files: all the way over to the right in the Files section. -- nosy: +ned.deily ___ Python tracker ___ _

[issue9051] Improve pickle format for aware datetime instances

2014-06-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: > I see review links for both of your files Now I do too. I guess they just take time to appear. Note that I unlinked the file that Antoine complained about. -- ___ Python tracker

[issue21811] Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite support

2014-06-29 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue21882] turtledemo modules imported by test___all__ cause side effects or failures

2014-06-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: 6. Add 'good citizenship' note to demohelp.txt. Also point out that all turtle initialiazation should be in main anyway (see 2. and 3. below). Demo should run independently of what other demos do. re 2: If the mode call is needed, it is a bug that it is not ma

[issue21883] relpath: Provide better errors when mixing bytes and strings

2014-06-29 Thread Matt Bachmann
New submission from Matt Bachmann: Howdy! I encountered this error when accidently passing in mixed types to reldir >>> import os >>> os.path.relpath('/Users/bachmann', b'.') Traceback (most recent call last): File "", line 1, in File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.fra

[issue21880] IDLE: Ability to run 3rd party code checkers

2014-06-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Read everything, looks plausible ;-). .run_checker assumes api: pat_to_something.py I will download pyflakes tomorrow and see if everything works on Windows. If so, some immediate issues: 1. Only use tempfile if editor is 'dirty'. 2. Allow full path in config

[issue21883] relpath: Provide better errors when mixing bytes and strings

2014-06-29 Thread Matt Bachmann
Changes by Matt Bachmann : -- keywords: +patch Added file: http://bugs.python.org/file35805/error_message.patch ___ Python tracker ___ ___

[issue21883] relpath: Provide better errors when mixing bytes and strings

2014-06-29 Thread Matt Bachmann
Changes by Matt Bachmann : Removed file: http://bugs.python.org/file35805/error_message.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue21883] relpath: Provide better errors when mixing bytes and strings

2014-06-29 Thread Matt Bachmann
Matt Bachmann added the comment: Includes change and tests. The test is similar so I just broke out the logic -- Added file: http://bugs.python.org/file35806/error_message.patch ___ Python tracker

[issue9554] test_argparse.py: use new unittest features

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue7229] Manual entry for time.daylight can be misleading

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue10541] regrtest.py -T broken

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15870] PyType_FromSpec should take metaclass as an argument

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue5714] http.server._url_collapse_path should live elsewhere

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> needs patch title: CGIHTTPServer._url_collapse_path_split should live elsewhere -> http.server._url_collapse_path should live elsewhere ___ Python tracker ___

[issue20577] IDLE: Remove FormatParagraph's width setting from config dialog

2014-06-29 Thread Tal Einat
Tal Einat added the comment: I've been waiting to commit this for some time. I'd really like to do this myself, if you don't mind. I'm just waiting for my SSH key to be added, which is taking a long time since apparently all three people who could do so are traveling and unable to help. -

[issue17442] code.InteractiveInterpreter doesn't display the exception cause

2014-06-29 Thread Claudiu Popa
Claudiu Popa added the comment: Well, for instance, my use cases with InteractiveInterpreter are for debugging or creating custom interpreters for various apps and in those cases the patch helps, by giving better debugging clues through the exception cause. I agree that this was overlooked whe

[issue17442] code.InteractiveInterpreter doesn't display the exception cause

2014-06-29 Thread Claudiu Popa
Claudiu Popa added the comment: Also, solving this issue seems to be, partially, a prerequisite for issue14805. -- ___ Python tracker ___

[issue10342] trace module cannot produce coverage reports for zipped modules

2014-06-29 Thread Claudiu Popa
Claudiu Popa added the comment: Hi, I left a couple of comments on Rietveld. -- nosy: +Claudiu.Popa ___ Python tracker ___ ___ Python-

[issue21811] Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite support

2014-06-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 53112afddae6 by Ned Deily in branch '2.7': Issue #21811: Add Misc/NEWS entry. http://hg.python.org/cpython/rev/53112afddae6 New changeset ec27c85d3001 by Ned Deily in branch '3.4': Issue #21811: Add Misc/NEWS entry. http://hg.python.org/cpython/rev/

<    1   2