[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Nick Coghlan
Changes by Nick Coghlan : Removed file: http://bugs.python.org/file36142/ssl-backport.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Nick Coghlan
Changes by Nick Coghlan : Removed file: http://bugs.python.org/file36113/ssl-backport.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Nick Coghlan
Changes by Nick Coghlan : Removed file: http://bugs.python.org/file36092/ssl-backport.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue22147] PosixPath() constructor should not accept strings with embedded NUL bytes

2014-08-06 Thread Demian Brecht
Changes by Demian Brecht : -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Nick Coghlan
Nick Coghlan added the comment: To help keep the file list clear, I unlinked the older versions of the patch. They're still available in the issue history below. Alex, could you generate a version using the hg diff format (so the review gets generated automatically), or else add it manually to

[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Alex Gaynor
Alex Gaynor added the comment: I've been doing this work in a git repo, do you know how to generate an hg-formated diff with git? -- ___ Python tracker ___ _

[issue21308] PEP 466: backport ssl changes

2014-08-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: Doesn't hg accept git diffs? On Wed, Aug 6, 2014, at 21:31, Alex Gaynor wrote: > > Alex Gaynor added the comment: > > I've been doing this work in a git repo, do you know how to generate an > hg-formated diff with git? > > -- > > _

[issue22095] Use of set_tunnel with default port results in incorrect post value in host header

2014-08-06 Thread Demian Brecht
Demian Brecht added the comment: Bump for review -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue22142] PEP 465 operators not described in lexical_analysis

2014-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0bc58b4c0562 by Benjamin Peterson in branch 'default': add matrix multiplication operator to correct lists (closes #22142) http://hg.python.org/cpython/rev/0bc58b4c0562 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: o

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
snehal added the comment: When I gave following command, I see no error root@beta1:/home/ubuntu/python/Python-3.4.1# python3.4 -c 'import ctypes' root@beta1:/home/ubuntu/python/Python-3.4.1# I do see ctypes in root@beta1:/home/ubuntu/python/Python-3.4.1/Lib# folder -- _

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
snehal added the comment: Also ctypes contains following root@beta1:/home/ubuntu/python/Python-3.4.1/Lib/ctypes# ls _endian.py __init__.py macholib __pycache__ test util.py wintypes.py -- ___ Python tracker

[issue22132] Cannot copy the same directory structure to the same destination more than once

2014-08-06 Thread Csaba Makara
Csaba Makara added the comment: Sorry for the late answer. It was a direct usage of the dir_utils.copy_tree. I absolutely understand you don't want to touch it. -- ___ Python tracker ___

<    1   2