[issue20844] coding bug remains in 3.3.5rc2

2014-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine for me -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue20265] Bring Doc/using/windows up to date

2014-03-09 Thread Kathleen Weaver
Kathleen Weaver added the comment: I am very new to Python, but am wanting to work on Documentation. I read through the current document and some of the revisions. May I rewrite this section so that it is not as intimidating to the average Windows user? I would direct users to use IDLE (Pyth

[issue20844] coding bug remains in 3.3.5rc2

2014-03-09 Thread Musashi Tamura
Musashi Tamura added the comment: It seems that this is not fixed in 3.3.5. Someone please reproduce it. -- ___ Python tracker ___ ___

[issue20877] test_grammar: assertEquals is deprecated

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bda1065e931 by Benjamin Peterson in branch 'default': use assertEqual instead of the deprecated assertEquals (closes #20877) http://hg.python.org/cpython/rev/2bda1065e931 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue19722] Expose stack effect calculator to Python

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a801f8b7e2d by R David Murray in branch 'default': whatsnew: dis.stack_effect (#19722). http://hg.python.org/cpython/rev/4a801f8b7e2d -- ___ Python tracker __

[issue19689] ssl.create_default_context()

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8b4b6609cd31 by R David Murray in branch 'default': whatsnew: ssl.create_default_context (#19689). http://hg.python.org/cpython/rev/8b4b6609cd31 -- status: pending -> open ___ Python tracker

[issue19668] Add support of the cp1125 encoding

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11bc9f669015 by R David Murray in branch 'default': whatsnew: cp1125 codec (#19668). http://hg.python.org/cpython/rev/11bc9f669015 -- ___ Python tracker __

[issue17201] Use allowZip64=True by default

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 86338438b70d by R David Murray in branch 'default': whatsnew: allowZip64 defaults to True (#17201). http://hg.python.org/cpython/rev/86338438b70d -- ___ Python tracker

[issue16596] Skip stack unwinding when "next", "until" and "return" pdb commands executed in generator context

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c6c96c82afb by R David Murray in branch 'default': whatsnew: pdb works for debugging asyncio programs (#16596). http://hg.python.org/cpython/rev/5c6c96c82afb -- ___ Python tracker

[issue13477] tarfile module should have a command line

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5b52db6fc7dc by R David Murray in branch 'default': whatsnew: tarfile cli (#13477). http://hg.python.org/cpython/rev/5b52db6fc7dc -- ___ Python tracker ___

[issue15204] Deprecate the 'U' open mode

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d5544afb510 by R David Murray in branch 'default': whatsnew: 'U' mode deprecation (#15204). http://hg.python.org/cpython/rev/2d5544afb510 -- ___ Python tracker __

[issue16685] audioop functions shouldn't accept strings

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c375697f062e by R David Murray in branch 'default': whatsnew: auidioop.byteswap (#16685). http://hg.python.org/cpython/rev/c375697f062e -- ___ Python tracker _

[issue19292] Make SSLContext.set_default_verify_paths() work on Windows

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 35a5284d5388 by R David Murray in branch 'default': whatsnew: SSLContext.load_default_certs (#19292). http://hg.python.org/cpython/rev/35a5284d5388 -- ___ Python tracker

[issue20877] test_grammar: assertEquals is deprecated

2014-03-09 Thread Westley Martínez
New submission from Westley Martínez: Use of assertEquals in test_grammar is deprecated. I've included a patch to change it to assertEqual. -- files: test_grammar.deprecation.diff keywords: patch messages: 213001 nosy: westley.martinez priority: normal severity: normal status: open ti

[issue20135] FAQ need list mutation answers

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue16508] include the "object" type in the lists of documented types

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue3849] FUD in documentation for urllib.urlopen()

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai

[issue7159] Urllib2 authentication memory.

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai

[issue3430] httplib.HTTPResponse documentations inconsistent

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai

[issue18624] Add alias for iso-8859-8-i which is the same as iso-8859-8

2014-03-09 Thread M. Volz
Changes by M. Volz : -- nosy: +mvolz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread R. David Murray
R. David Murray added the comment: Thanks, Pryia. -- nosy: -python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> enhancement ___ Python tracker ___

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9cb5a44879c by R David Murray in branch '3.3': #19953: Clarify the wording of the augmented assignment discussion. http://hg.python.org/cpython/rev/f9cb5a44879c New changeset 61ceb299a255 by R David Murray in branch 'default': Merge #19953: Clarify

[issue8813] SSLContext doesn't support loading a CRL

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1508c4c9e747 by R David Murray in branch 'default': whatsnew: SSLContext.verify_flags and constants. (#8813) http://hg.python.org/cpython/rev/1508c4c9e747 -- status: pending -> open ___ Python tracker

[issue19555] "SO" config var not getting set

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset ac2ee9fc353a by R David Murray in branch 'default': whatsnew: deprecation of sysconfig SO key (#19555). http://hg.python.org/cpython/rev/ac2ee9fc353a -- ___ Python tracker

[issue19552] PEP 453: venv module and pyvenv integration

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a140caad76bc by R David Murray in branch 'default': whatsnew: venv with_pip, pyvenv --without-pip (#19552) http://hg.python.org/cpython/rev/a140caad76bc -- ___ Python tracker

[issue20098] email policy needs a mangle_from setting

2014-03-09 Thread Milan Oberkirch
Changes by Milan Oberkirch : Removed file: http://bugs.python.org/file34321/mangle_from_with_doc.patch ___ Python tracker ___ ___ Python-bugs-

[issue20098] email policy needs a mangle_from setting

2014-03-09 Thread Milan Oberkirch
Changes by Milan Oberkirch : Added file: http://bugs.python.org/file34322/mangle_from_with_doc.patch ___ Python tracker ___ ___ Python-bugs-li

[issue20098] email policy needs a mangle_from setting

2014-03-09 Thread Milan Oberkirch
Changes by Milan Oberkirch : Removed file: http://bugs.python.org/file34320/mangle_from_with_doc.patch ___ Python tracker ___ ___ Python-bugs-

[issue20098] email policy needs a mangle_from setting

2014-03-09 Thread Milan Oberkirch
Milan Oberkirch added the comment: Rollback to mangle_from_, sorry for the noise. -- Added file: http://bugs.python.org/file34321/mangle_from_with_doc.patch ___ Python tracker __

[issue20869] IDLE lib error in IOBinding.py

2014-03-09 Thread R. David Murray
R. David Murray added the comment: That's an Ubuntu packaging issue, not a Python issue. You should check with Ubuntu about it. -- ___ Python tracker ___ __

[issue18410] IDLE Improvements: Unit test for SearchDialog.py

2014-03-09 Thread Westley Martínez
Changes by Westley Martínez : -- nosy: +westley.martinez ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue20869] IDLE lib error in IOBinding.py

2014-03-09 Thread Domenico Mustara
Domenico Mustara added the comment: Is idle-python2.7_2.7.5-8ubuntu3.1_all.deb the latest package? I downloaded it from saucy and saucy-updates repository via packages.ubuntu.com. In both cases the error is still there. I don't want to be annoying but I would like you to decompress the package

[issue20098] email policy needs a mangle_from setting

2014-03-09 Thread Milan Oberkirch
Milan Oberkirch added the comment: Added documentation for mangle_from. since the name "mangle_from_" is not supported by the markup, changed it to "mangle_from" everywhere, which looks better anyway (I understand why it was the other way so). If it was a bad idea, I can undo it but am unable

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread priya
Changes by priya : Added file: http://bugs.python.org/file34319/my.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20876] python -m test test_pathlib fails

2014-03-09 Thread Ned Deily
Ned Deily added the comment: Looks like the tests were being run on an NFS-based file system. It's not surprising that the some of the pathlib tests might fail when using NFS due to subtle differences in semantics and timing. Is it possible for you to run the tests again using a local file sy

[issue20875] Typo in gzip._PaddedFile

2014-03-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! Committed for release with 3.3.6 and 3.4.1. -- nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker

[issue20875] Typo in gzip._PaddedFile

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3836de644e0 by Ned Deily in branch '3.3': Issue #20875: Prevent possible gzip "'read' is not defined" NameError. http://hg.python.org/cpython/rev/c3836de644e0 New changeset 42599de6a4de by Ned Deily in branch 'default': Issue #20875: Merge from 3.3

[issue4322] function with modified __name__ uses original name when there's an arg error

2014-03-09 Thread Michele dos Santos da Silva
Michele dos Santos da Silva added the comment: func_name was not available on the places where the error strings are set (PyErr_Format), so I added it and passed it around as needed. This is the simplest approach, but I am not sure it is the best (newbie here). Thus, I am waiting for your comm

[issue4849] instantiating and populating xml.dom.minidom.Element is cumbersome

2014-03-09 Thread Jessica McKellar
Jessica McKellar added the comment: Sorry, stray submit, one more time: Thanks for the patch, Alexandre.Zani! Your patch had some whitespace issues according to `make patchcheck` (see http://docs.python.org/devguide/patch.html#generation for details). I've uploaded a trivial update to your pa

[issue4849] instantiating and populating xml.dom.minidom.Element is cumbersome

2014-03-09 Thread Jessica McKellar
Jessica McKellar added the comment: Thanks for the patch, Alexandre.Zani! -- keywords: +needs review nosy: +jesstess versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ _

[issue18456] Documentation for PyDict_Update is incorrect

2014-03-09 Thread Jill M
Changes by Jill M : -- nosy: +Jill.M ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue4142] smtplib doesn't clear helo/ehlo flags on quit

2014-03-09 Thread Varun Sharma
Varun Sharma added the comment: I have added a patch and it's test case as per martin's suggestions. Now function close() resets the attributes :sock, default_port, ehlo_msg, ehlo_resp, helo_resp, source_address But it does *not* reset : debuglevel, does_esmtp,esmtp_features, file, local_host

[issue20782] base64 module docs do not use the terms 'bytes' and 'string' consistently.

2014-03-09 Thread Milan Oberkirch
Milan Oberkirch added the comment: changed 'bytes' and 'byte string' to `bytes-like object` and reviewed usage of 'byte' and 'string' (the letter made sense to me at some points, e.g. something like "... altchar is a string with two or less letters ..."). -- keywords: +patch nosy: +zv

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread priya
Changes by priya : Added file: http://bugs.python.org/file34314/my.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20627] Add context manager support to xmlrpc.client.ServerProxy

2014-03-09 Thread Claudiu.Popa
Claudiu.Popa added the comment: Cool, thanks, Jessica! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue20876] python -m test test_pathlib fails

2014-03-09 Thread R. David Murray
Changes by R. David Murray : -- type: crash -> behavior versions: +Python 3.4 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list

[issue20627] Add context manager support to xmlrpc.client.ServerProxy

2014-03-09 Thread Jessica McKellar
Jessica McKellar added the comment: Thanks for the patch, Claudiu.Popa! I noticed one tiny thing, which is that it introduced some trailing whitespace. I've uploaded a trivial change to your patch that removes the whitespace. * The patch applies cleanly. * The docs build cleanly with the patch

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread R. David Murray
R. David Murray added the comment: I wonder if it would be worth adding a sentence that says, "In certain situations, augmented assignment can result in unexpected errors (see http://docs.python.org/3/faq/programming.html#id44)." -- nosy: +r.david.murray __

[issue20875] Typo in gzip._PaddedFile

2014-03-09 Thread Claudiu.Popa
Claudiu.Popa added the comment: Patch attached. -- keywords: +patch Added file: http://bugs.python.org/file34312/gzip_typo.patch ___ Python tracker ___ __

[issue20875] Typo in gzip._PaddedFile

2014-03-09 Thread Claudiu.Popa
New submission from Claudiu.Popa: There's a typo in gzip._PaddedFile.prepend. Here's a snippet to reproduce it. >>> import gzip >>> x=gzip.open("a.gz") >>> x.fileobj.prepend() Traceback (most recent call last): File "", line 1, in File "/tank/libs/cpython/Lib/gzip.py", line 99, in prepend

[issue20871] Testing: Push email/policy.py line coverage to 100%.

2014-03-09 Thread R. David Murray
R. David Murray added the comment: Thanks, Milan. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue20871] Testing: Push email/policy.py line coverage to 100%.

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f7486263212 by R David Murray in branch 'default': #20871: improve email policy test coverage. http://hg.python.org/cpython/rev/8f7486263212 -- nosy: +python-dev ___ Python tracker

[issue19953] __iadd__() doc not strictly correct

2014-03-09 Thread priya
Changes by priya : Added file: http://bugs.python.org/file34311/my.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18379] SSLSocket.getpeercert(): OCSP and CRL DP URIs

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7885876b6503 by R David Murray in branch 'default': whatsnew: SSLSocket.getpeercert new values returned. (#18379) http://hg.python.org/cpython/rev/7885876b6503 -- ___ Python tracker

[issue5845] rlcompleter should be enabled automatically

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69c451851c71 by R David Murray in branch 'default': whatsnew: sys.__interactivehook__. (#5845) http://hg.python.org/cpython/rev/69c451851c71 -- ___ Python tracker _

[issue17276] HMAC: deprecate default hash

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c10ec51a2ce4 by R David Murray in branch 'default': whatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276) http://hg.python.org/cpython/rev/c10ec51a2ce4 -- ___ Python tracker

[issue14455] plistlib unable to read json and binary plist files

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 728f626ee337 by R David Murray in branch 'default': whatsnew: plistlib new api and deprecations (#14455) http://hg.python.org/cpython/rev/728f626ee337 -- ___ Python tracker

[issue18138] ctx.load_verify_locations(cadata)

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e3b3b4a90fb by R David Murray in branch 'default': whatsnew: SSLcontext.load_verify_locations cadata argument (#18138) http://hg.python.org/cpython/rev/8e3b3b4a90fb -- status: pending -> open ___ Python

[issue18775] name attribute for HMAC

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset dde3fb877b07 by R David Murray in branch 'default': whatsnew: hmac conforms to pep 247. (#18775) http://hg.python.org/cpython/rev/dde3fb877b07 -- ___ Python tracker __

[issue19363] Python 2.7's future_builtins.map is not compatible with Python 3's map

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 16c5d7c289c6 by Benjamin Peterson in branch '2.7': note that future_builtin's map is not quite like python 3's (closes #19363) http://hg.python.org/cpython/rev/16c5d7c289c6 -- nosy: +python-dev resolution: -> fixed stage: patch review -> co

[issue19363] Python 2.7's future_builtins.map is not compatible with Python 3's map

2014-03-09 Thread Jessica McKellar
Jessica McKellar added the comment: Thanks for the patch, Gareth.Rees! The patch applies cleanly and the docs build cleanly with it. I visually inspected the addition in the built HTML docs and it looks good. => patch review -- keywords: +needs review -patch nosy: +jesstess stage: nee

[issue20596] Support for alternate wcstok syntax for Windows compilers

2014-03-09 Thread Jeffrey Armstrong
Jeffrey Armstrong added the comment: I didn't receive any feedback on the last patch from 2014-02-12. Is this issue effectively dead? -- ___ Python tracker ___

[issue19873] There is a duplicate function in Lib/test/test_pathlib.py

2014-03-09 Thread Jessica McKellar
Jessica McKellar added the comment: Thanks for the patch, NAVNEET.SUMAN! The patch implements ezio.melotti's proposal and applies cleanly without test regressions for me locally. => patch review -- nosy: +jesstess stage: needs patch -> patch review ___

[issue20266] Bring Doc/faq/windows up to date

2014-03-09 Thread Kathleen Weaver
Kathleen Weaver added the comment: Kathleen Weaver -- am beginning to Python but comfortable with Windows so will look at this. -- nosy: +kathweaver ___ Python tracker ___ _

[issue17846] Building Python on Windows - Supplementary info

2014-03-09 Thread Kathleen Weaver
Kathleen Weaver added the comment: Since I am new to Python, I'll take a look at the documentation and see if I can help. -- nosy: +kathweaver ___ Python tracker ___ ___

[issue20145] unittest.assert*Regex functions should verify that expected_regex has a valid type

2014-03-09 Thread R. David Murray
R. David Murray added the comment: Heh. If unittest had used duck typing instead of isinstance for its string-to-regex conversion check in the first place, this issue wouldn't even have come up. -- nosy: +r.david.murray ___ Python tracker

[issue20874] Tutorial section on starting python is out of date

2014-03-09 Thread R. David Murray
New submission from R. David Murray: http://docs.python.org/dev/tutorial/interpreter.html does not talk about the fact that completion and history are now enabled by default on systems that support readline, and instead says that the command line editing features are "usually not very sophisti

[issue20145] unittest.assert*Regex functions should verify that expected_regex has a valid type

2014-03-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: A simple way of checking is to actually re.compile(regex), I think. It should automatically raise TypeError on invalid input. -- nosy: +pitrou ___ Python tracker _

[issue11259] asynchat does not check if terminator is negative integer

2014-03-09 Thread Devin Cook
Devin Cook added the comment: updating the patch to the current tip -- Added file: http://bugs.python.org/file34310/asynchat_tip.patch ___ Python tracker ___

[issue11259] asynchat does not check if terminator is negative integer

2014-03-09 Thread Devin Cook
Changes by Devin Cook : Removed file: http://bugs.python.org/file29202/asynchat_tip.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20854] multiprocessing.managers.Server: problem with returning proxy of registered object

2014-03-09 Thread Allis Tauri
Allis Tauri added the comment: Thanks for the suggestion. method_to_typeid and create_method are documented features, so I don't see why not. It does the trick in a cleaner way than my workaround: a metaclass for MyClass that just checks the arguments before creating a new instance. It just s

[issue20735] Documentation: remove stringprep deprecation mark in docs

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset fadde95c134e by Georg Brandl in branch '2.7': Closes #20735: remove erroneous deprecated marker from stringprep docs http://hg.python.org/cpython/rev/fadde95c134e -- ___ Python tracker