[issue14747] Classifiers are missing from distutils2-generated metadata

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14830] pysetup fails on non-ascii filenames

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue20884] importlib/__init__.py can not be loaded without __file__ - breaks cxFreeze

2014-03-12 Thread Nick Coghlan
Nick Coghlan added the comment: OK, that sounds reasonable. That means I think we need to: 1. add an explicit porting note to the What's New for 3.4.0 final about frozen modules no longer defining __file__ 2. fix importlib.__init__ to tolerate freezing again in 3.4.1 3. remove _frozen_importl

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

2014-03-12 Thread Kathleen Weaver
Kathleen Weaver added the comment: Fixed end of line issue in both documents (I hope) -- Added file: http://bugs.python.org/file34386/windowsDoc.patch ___ Python tracker ___

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

2014-03-12 Thread Kathleen Weaver
Changes by Kathleen Weaver : Removed file: http://bugs.python.org/file34385/windowsDoc.patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue18217] Deprecate and remove gettext.install

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: > The doc for NullTranslations.install needs the erroneous '()'s removed to > make clear > that the bindings are to bound methods and not the result of calls to bound > methods. > Ie, self.gettest() should be just self.gettext. The source contains :meth:`self.get

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

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: >From #20265: The faq doesn't mention the new launcher for Windows. Rather than write too much I'd simply cross reference this http://docs.python.org/3/using/windows.html#python-launcher-for-windows. I think this also impacts on the section "How do I make Pyth

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

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: #20265 has more discussion as well as a patch that touches both Windows FAQ and Using Windows. Closing this one. -- nosy: +eric.araujo resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed _

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

2014-03-12 Thread Kathleen Weaver
Kathleen Weaver added the comment: Updated parts of the Windows using document, especially for Windows 7 and Windows 8. Moved environment variables to FAQ/windows Checked all links, removed broken references from Cygwin Checked broken links referring to in “Installing Python” in “A Byte of Py

[issue14950] Make packaging.install API less confusing and more extensible

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14755] Distutils2 doesn't have a Python 3 version on PyPI

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12354] packaging.pypi.simple docs use both client and crawler name, which might be confusing

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14843] support define_macros / undef_macros in setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue8668] Packaging: add a 'develop' command

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This is handled by setuptools/pip. It cannot be converted to a distutils feature request, as distutils does not handle dependencies. -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed __

[issue14964] distutils2.utils.resolve_name cleanup

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14273] distutils2: logging handler not properly initialized

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue16989] allow distutils debug mode to be enabled more easily

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I see the value in this small change, but this could only be changed in 3.5, making it mostly irrelevant for potential clients (i.e. packaging tools that extend distutils), as they keep compatibility with 2.7. In the absence of requests by developers of these pa

[issue12891] Clean up traces of manifest template in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue8591] update mkpkg to latest coding standards

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: accepted -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue5243] Missing dependency in distutils build

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- components: -Distutils2 versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker ___ ___ Python-bug

[issue12335] pysetup create: ask before moving an existing setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12366] packaging.pypi.dist should abstract download errors.

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12368] packaging.pypi.simple.Crawler assumes external download links are ok to follow

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12532] PyPI server index names with '/' in them

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12526] packaging.pypi.Crawler and resulting objects have a circular API

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12388] cannot specify recursive extra_files in packaging setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue12830] --install-data doesn't effect resources destination

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue17002] html.entities ImportError in distutils2/pypi/simple.py on Python2.7

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue16755] Distutils2 incorrectly works with unicode package names

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12347] add an "extras" in packaging.pypi.simple.Crawler

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12242] distutils2 environment marker for current compiler

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +ncoghlan resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12246] Support installation when running from an uninstalled Python

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13336] packaging.command.Command.copy_file doesn't implement preserve_mode and preserve_times

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12416] packaging needs {pre,post}-{install,remove} hooks

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +ncoghlan resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12405] packaging does not record/remove directories it creates

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Obsolete for distutils2, but something to keep in mind for RECORD 2.0 or its successor. -- nosy: +ncoghlan resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue13172] Improve detection of availability of bdist_msi command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13151] pysetup3 run bdist_wininst fails

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13151] pysetup3 run bdist_wininst fails

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -bdist_wininst depends on MBCS codec, unavailable on non-Windows ___ Python tracker ___ ___

[issue13049] distutils2 should not allow a distribution to install under another dist's directory

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11921] distutils2 should be able to compile an Extension based on the Python implementation

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12394] packaging: generate scripts from callable (dotted paths)

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-12 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20901] test_sqlite fails with SQLite 3.8.4

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1763e27a182d by Benjamin Peterson in branch '2.7': weaken callback count inequality (closes #20901) http://hg.python.org/cpython/rev/1763e27a182d New changeset dbc9e3ed5e9f by Benjamin Peterson in branch '3.3': weaken callback count inequality (clos

[issue12393] Packaging should provide support for extensible categories

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13953] Get rid of doctests in packaging.tests.test_version

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue19060] docs: note that subprocess doesn't replace os.exec*

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d31060f8a5c by Benjamin Peterson in branch '2.7': remove unnecessary word (closes #19060) http://hg.python.org/cpython/rev/1d31060f8a5c New changeset 4d8a9d12edfa by Benjamin Peterson in branch '3.3': remove unnecessary word (closes #19060) http://

[issue13180] pysetup silently ignores invalid entries in setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13189] New bdist_simple binary distribution format for packaging

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: We have wheels now. -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue12424] distutils2: extension section uses bad environment marker separator

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13967] also test for an empty pathname

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13969] path name must always be string (or None)

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue8255] Packaging step-by-step tutorial

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13408] Rename the packaging “resources” concept back to “data files”

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14352] Distutils2: add logging message to report successful installation

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue7225] fwrite() compiler warnings

2014-03-12 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14276] installing latest version of a project

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14319] cleanup index switching mechanism on packaging.pypi

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14280] packaging.pypi should not require checksums

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14279] packaging.pypi should support flat directories of distributions

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14294] Requirements are not properly copied into metatdata of dist-info

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue14274] pysetup does not look at requires.txt

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue20104] expose posix_spawn(p)

2014-03-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Okay, this seems like a bad idea. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ _

[issue14183] Test coverage for packaging.install and packaging.pypi.wrapper

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: distutils2/packaging development has stopped. -- resolution: -> out of date stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue14356] Distutils2 ignores site-local configuration

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11599] Useless error message when distutils fails compiling

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37bca30c3e19 by Éric Araujo in branch '2.7': Make distutils error messages more helpful (#11599). http://hg.python.org/cpython/rev/37bca30c3e19 -- ___ Python tracker _

[issue20884] importlib/__init__.py can not be loaded without __file__ - breaks cxFreeze

2014-03-12 Thread Brett Cannon
Brett Cannon added the comment: On Mar 12, 2014 6:04 PM, "Nick Coghlan" wrote: > > > Nick Coghlan added the comment: > > I'm not sure Brett's plan is such a great idea. If you look at the file > attributes in my demo above, they include a leading path element (based on > the executable location)

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-12 Thread Balakrishnan B
Changes by Balakrishnan B : -- nosy: +Balakrishnan.B ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue13462] Improve code and tests for Mixin2to3

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14140] packaging tests: add helpers to create and inspect a tree of files

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue8371] Add options to distutils2.install and pysetup install to only download

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue12937] distutils2: install action should support same options as install command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14871] Rewrite the command line parsers and actions system used in distutils2

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14946] packaging’s pysetup script should be named differently than distutils2’s pysetup

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13166] Implement packaging.database.*Distribution.__str__

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14549] Recursive inclusion of packages

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue13116] setup.cfg in [sb]dists should be static

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +ncoghlan resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14011] packaging should use shutil archiving functions transparently

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13225] Failing packaging hooks should not stop operation

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Out of date for distutils2, may be considered for metadata 2.0 hooks. -- nosy: +ncoghlan resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue12253] Document packaging.manifest and packaging.errors

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12257] Rework/replace use of DISTUTILS_USE_SDK in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Importing ProcessExecutor at the top-level means compileall will crash on systems which don't have multiprocessing support. -- nosy: +pitrou ___ Python tracker ___

[issue20899] Nested namespace imports do not work inside zip archives

2014-03-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue17325] improve organization of the PyPI distutils docs

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Georg said LGTM, I applied the patches. Thanks! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9dc653f48357 by Éric Araujo in branch '3.3': Fix note markup (#16805). http://hg.python.org/cpython/rev/9dc653f48357 New changeset 44e815a33ae3 by Éric Araujo in branch 'default': Merge 3.3 (#16805) http://hg.python.org/cpython/rev/44e815a33ae3 ---

[issue18855] Inconsistent README filenames

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I’ve had co-workers get in trouble with file renames and case sensitivity on Mac OS X, but I’ve always been able to fix issues on Debian and tell them to hg pull --update. I don’t remember if they had to create a new clone, or update to an older revision without

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

2014-03-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: What does not help is that help(ob) omits all the methods inherited from object, *even when ob is object*. See #20285. -- versions: -Python 3.2 ___ Python tracker __

[issue20903] smtplib.SMTP raises socket.timeout

2014-03-12 Thread Chris Clark
Chris Clark added the comment: I am concerned about the policy of not documenting all exceptions that are raised. It sounds like there is no straightforward way to write a comprehensive except statement without using a bare except or catching some base exception. I consider it dangerous to cat

[issue20827] IDLE : Display function argument list in ClassBrowser

2014-03-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: inspect.signature is now the official way to get signatures (sort of the 3rd). It now works with some builtins, and will work with most by the time 3.5 is released. It includes removing the first parameter of bound methods. If it does not work correctly for so

[issue11783] email parseaddr and formataddr should be IDNA aware

2014-03-12 Thread R. David Murray
R. David Murray added the comment: Final isn't out yet :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca43fa662b0d by Éric Araujo in branch '2.7': Fix note markup (#16805). http://hg.python.org/cpython/rev/ca43fa662b0d -- nosy: +python-dev ___ Python tracker __

[issue20903] smtplib.SMTP raises socket.timeout

2014-03-12 Thread R. David Murray
R. David Murray added the comment: In general we don't document what gets raised unless it is unique to a module or has non-obvious implications. In this case, getting socket exceptions out of a network library should be "obvious" in some sense :). In particular, both SMTPConnectError and so

[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: It was linked from the blog post (see first message): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695758 -- stage: -> committed/rejected ___ Python tracker ___

[issue11783] email parseaddr and formataddr should be IDNA aware

2014-03-12 Thread Freek Dijkstra
Freek Dijkstra added the comment: @r.david.murray Quote from issue20083: "You can also help me to remember to commit 11783 after the final release of 3.4.0." Ping! -- nosy: +macfreek versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Alright. If OS/2 is a supported platform for 2.7, it makes sense to have compat fixes in that branch. IIUC the existing patch fixes two things: “python setup.py install --user” never worked correctly on OS/2; python doesn’t build on OS/2. Fixes require tests.

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Seems reasonable. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2014-03-12 Thread Jeremy Kloth
Jeremy Kloth added the comment: I'm curious as to the issues that arose in getting 'build_tkinter.py' to work within the Visual Studio IDE, as that is what I used to develop the patches to start with. I would like to look over the new changes, but will not have any time to do so until 3-15-2014

[issue20902] Which operand is preferred by set operations? Missing information in the documentation

2014-03-12 Thread R. David Murray
R. David Murray added the comment: Sounds good to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue20896] test_ssl.test_get_server_certificate() should use PROTOCOL_SSLv23, not PROTOCOL_SSLv3

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23add5382fb3 by Benjamin Peterson in branch '3.1': use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) http://hg.python.org/cpython/rev/23add5382fb3 New changeset 789ca594960f by Benjamin Peterson in branch '3.2': use ssl.PROTOCOL_SSLv

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Benjamin: the patch contains an obvious fix to enable the user install scheme in distutils (PEP 370) (os2_user was misspellt os2_home), and more questionable changes (maybe incomplete too: many other places do different things for “posix” or “nt”, and apparently

  1   2   3   >