[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 rep...@bugs.python.org

[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 marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18624 ___ ___ Python-bugs-list mailing list

[issue3430] httplib.HTTPResponse documentations inconsistent

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3430 ___ ___ Python-bugs-list mailing list

[issue7159] Urllib2 authentication memory.

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list mailing list

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

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3849 ___ ___ Python-bugs-list mailing list

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

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16508 ___ ___ Python-bugs-list mailing list

[issue20135] FAQ need list mutation answers

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20135 ___ ___ Python-bugs-list mailing list

[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

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[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

[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: -

[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 rep...@bugs.python.org http://bugs.python.org/issue20844 ___

[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

[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 rep...@bugs.python.org http://bugs.python.org/issue20844 ___ ___

<    1   2