[issue14276] installing latest version of a project

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14276

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14352

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13408

[issue8255] Packaging step-by-step tutorial

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8255

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13969

[issue13967] also test for an empty pathname

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13967

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12424

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

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13180

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13953

[issue12393] Packaging should provide support for extensible categories

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12393

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12394

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11921

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13049

[issue13151] pysetup3 run bdist_wininst fails

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- dependencies: -bdist_wininst depends on MBCS codec, unavailable on non-Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13151

[issue13151] pysetup3 run bdist_wininst fails

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13151

[issue13172] Improve detection of availability of bdist_msi command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13172

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

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +ncoghlan resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12416

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13336

[issue12246] Support installation when running from an uninstalled Python

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12246

[issue12242] distutils2 environment marker for current compiler

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +ncoghlan resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12242

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12347

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17002

[issue16755] Distutils2 incorrectly works with unicode package names

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16755

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12830

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12388

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12526

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12532

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12368

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12366

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12335

[issue5243] Missing dependency in distutils build

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: -Distutils2 versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5243

[issue8591] update mkpkg to latest coding standards

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: accepted - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8591

[issue12891] Clean up traces of manifest template in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12891

[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

[issue14273] distutils2: logging handler not properly initialized

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14273

[issue14964] distutils2.utils.resolve_name cleanup

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14964

[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

[issue14843] support define_macros / undef_macros in setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14843

[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 mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12354

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14755

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14950

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

[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.gettext

[issue20882] Link to OpenHatch “getting started” page from devguide

2014-03-11 Thread Éric Araujo
Éric Araujo added the comment: Sorry for the delay, I was sick today. The thing I changed: “setup guide” is now the link text, as I think it makes more sense that “OpenHatch” (and if one day we work more with OpenHatch, the word will be free to become another link). Thanks for the patch

[issue19407] PEP 453: update the Installing Python Modules documentation

2014-03-11 Thread Éric Araujo
Éric Araujo added the comment: Left some comments for Nick on Rietveld (the ever-useful CC name selection did not let me find you, so you may have not gotten a mail). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19407

[issue20886] Disabling logging to ~/.python_history is not simple enough

2014-03-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20886 ___ ___ Python-bugs-list

[issue16104] Use multiprocessing in compileall script

2014-03-11 Thread Éric Araujo
Éric Araujo added the comment: Patch looks good. Some comments on Rietveld. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16104

[issue16104] Use multiprocessing in compileall script

2014-03-11 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: - patch review type: - enhancement versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16104

[issue20882] Link to OpenHatch “getting started” page from devguide

2014-03-10 Thread Éric Araujo
New submission from Éric Araujo: The OpenHatch project created this page for would-be GSoC/OPW participants: https://openhatch.org/wiki/Contributing_to_Python (it’s also useful for anyone wanting to contribute). It contains platform-specific advice to install an IRC client and navigate using

[issue15605] Explain sphinx documentation building in devguide

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: Note that 3.4 finally removes getting Sphinx from a subversion repository, so the installation instructions will need a version-specific part for that. -- ___ Python tracker rep...@bugs.python.org http

[issue20135] FAQ need list mutation answers

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: Resources: http://nedbatchelder.com/text/names.html http://python.net/~mwh/hacks/objectthink.html -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20135

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

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: I think there was another issue discussing a separation between object.__str__ and someobject.__bytes__, to make it clear which are existing methods of the object class and which are methods that one may implement in their classes

[issue15605] Explain sphinx documentation building in devguide

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: Updated text is clear and comprehensive, thanks! Another edit could be done after the packaging docs is revamped to add links to the pyvenv and pip sections of the doc, to avoid users reading “install Sphinx and its deps” and not knowing how to do

[issue19407] PEP 453: update the Installing Python Modules documentation

2014-03-10 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19407 ___ ___ Python-bugs-list

[issue19281] add __objclass__ to the docs

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. Could you make sure the text wraps at 80 characters? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19281

[issue19281] add __objclass__ to the docs

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: I think Nick was referring to this function: http://docs.python.org/3.4/library/inspect#inspect.ismethod -- versions: +Python 2.7, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19281

[issue20882] Link to OpenHatch “getting started” page from devguide

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: I think it would make sense to have the link at the top of the setup.rst file instead, so that people being directly linked to that page would see the link too. -- ___ Python tracker rep...@bugs.python.org http

[issue20882] Link to OpenHatch “getting started” page from devguide

2014-03-10 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- assignee: docs@python - eric.araujo stage: needs patch - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20882

[issue20882] Link to OpenHatch “getting started” page from devguide

2014-03-10 Thread Éric Araujo
Éric Araujo added the comment: Thanks, I will change one detail and push this. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20882

[issue20788] distutils.msvccompiler - flags are hidden inside initialize()

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: It may be a good idea to make this information directly available in the sysconfig module, for example. Before working on a patch right away, I’d recommend getting in touch with build tools developers and ask them what other hidden information

[issue809163] Can't add files with spaces

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: Yes, this issue is not addressed. A test is added by the latest patch and reproduces the issue; now bdist_rpm should be changed to make the test pass. See also my previous comment. -- components: -Distutils2 stage: patch review - needs patch versions

[issue20744] shutil should not use distutils

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: Patch looks good to me. -- stage: needs patch - patch review versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20744

[issue4508] distutils compiler not handling spaces in path to output/src files

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: Thanks Brian, let’s try and get this fixed. I've put together a patch adding the test requested. There is no problem on my Ubuntu machine with python 3.3. Are you saying the test does not reproduce the bug discussed here? There is a comment in the file saying

[issue16484] pydoc generates invalid docs.python.org link for xml.etree.ElementTree and other modules

2014-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: needs patch - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16484 ___ ___ Python

[issue20849] add exist_ok to shutil.copytree

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: Contrary to makedirs, there could be two interpretations for exist_ok in copytree: a) if a directory or file already exists in the destination, ignore it and go ahead b) only do that for directories. The proposed patch does b), but the cp tool does a). It’s

[issue20851] Update devguide to cover testing from a tarball

2014-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20851 ___ ___ Python-bugs-list

[issue20847] asyncio docs should call out that network logging is a no-no

2014-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20847 ___ ___ Python-bugs-list

[issue20840] AttributeError: 'module' object has no attribute 'ArgumentParser'

2014-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20840 ___ ___ Python-bugs-list

[issue20819] reinitialize_command doesn't clear install_lib on install and install_lib commands

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: If there is indeed a bug, I fear this is one of these areas where a fix actually breaks other build tools reusing distutils internals. -- nosy: +eric.araujo versions: -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

[issue20837] Ambiguity words in base64 documentation

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: Additional edit to make the patch crystal-clear: “using all three alphabets (normal, URL and Filesystem safe alphabet).” → “using all three alphabets defined in the RFC (normal, URL-safe and filesystem-safe)” -- nosy: +eric.araujo

[issue19333] distutils.util.grok_environment_error loses the error message

2014-03-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - distutils does not show any error msg when can't build C module extensions due to a missing C compiler ___ Python

[issue4931] distutils does not show any error msg when can't build C module extensions due to a missing C compiler

2014-03-07 Thread Éric Araujo
Éric Araujo added the comment: I want to make time for Python bugs again, so I’ll try and finish this bug soon. See also msg200785 for a report from setuptools with an easy to reuse test case. -- versions: +Python 3.3, Python 3.4 -3rd party, Python 3.1, Python 3.2

[issue20744] shutil should not use distutils

2014-03-03 Thread Éric Araujo
Éric Araujo added the comment: Agreed; this looks like a relic. zlib is optional, but zipfile is always in the standard library. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20744

[issue20846] pip can fail on windows but gives success message

2014-03-03 Thread Éric Araujo
Éric Araujo added the comment: Can you assume good faith from the people involved and stay civil in the discussion? -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20846

[issue20714] Allow for ]] in CDATA in minidom

2014-02-21 Thread Éric Araujo
Éric Araujo added the comment: Does the XML spec allow that? -- nosy: +eric.araujo title: Please allow for ]] in CDATA in minidom.py - Allow for ]] in CDATA in minidom versions: +Python 3.5 -Python 2.7, Python 3.3 ___ Python tracker rep

[issue10510] distutils upload/register should use CRLF in HTTP requests

2014-02-21 Thread Éric Araujo
Éric Araujo added the comment: Some clarifications: * distutils2/packaging is now abandoned. * distutils can get bug fixes, unless they break e.g. work-arounds that have been working in setuptools or setup.py scripts for years. * distutils can get new features in 3.5. For this issue, I think

[issue12169] Factor out common code for d2 commands register, upload and upload_docs

2014-02-20 Thread Éric Araujo
Éric Araujo added the comment: Hi, I'm wondering why this branch was never merged in? It was, see the comment before with the changeset link. AFIAK, it's roundabout here - http://hg.python.org/cpython/log/28e4cd8fd864/Lib/packaging/command/upload.py I don’t understand what you mean

[issue20622] Python3.3 venv pip fails to run if path contains spaces

2014-02-18 Thread Éric Araujo
Éric Araujo added the comment: Wow that is a very compelling argument that I am hesitant to raise a counter point against. I was not making an argument to describe a choice made by Python developers, but describing how unix shells have been working for the last decades. The behavior you

[issue20622] Python3.3 venv pip fails to run if path contains spaces

2014-02-18 Thread Éric Araujo
Éric Araujo added the comment: another program specified shebang → another program specified using a shebang -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20622

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

2014-02-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo stage: test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20627

[issue20625] Argument names in __annotations__ are not mangled for functions defined inside class scope

2014-02-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20625 ___ ___ Python-bugs-list

[issue20624] Clarify recommendation to inherit from Exception

2014-02-14 Thread Éric Araujo
Éric Araujo added the comment: In my reading “at least” means that exceptions should derive from Exception if they don’t derive from a more specific subclass. IOW the same meaning as your proposed wording, but less clear. +1 to your rewording. -- nosy: +eric.araujo

[issue20622] Python3.3 venv pip fails to run if path contains spaces

2014-02-14 Thread Éric Araujo
Éric Araujo added the comment: Due to the way the shell or kernel parses the shebang, you can’t have spaces in the path to the interpreter: http://lists.gnu.org/archive/html/bug-bash/2008-05/msg00053.html The solution is to separate your virtualenv from the directory containing your code

[issue20559] urllib/http fail to sanitize a non-ascii url

2014-02-14 Thread Éric Araujo
Éric Araujo added the comment: Even if Python 3’s text model is based on Unicode, some data formats have their own rules. There’s a long debate about whether URIs should be bytes or text; it looks like unlike web browsers, urllib/httplib don’t try to be smart with the URIs they are given

[issue20573] built-in repr() function link on the repr module documentation is incorrect

2014-02-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20573 ___ ___ Python-bugs-list

[issue20598] argparse docs: '7'.split() is confusing magic

2014-02-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20598 ___ ___ Python-bugs-list

[issue18111] Add a default argument to min max

2014-02-13 Thread Éric Araujo
Éric Araujo added the comment: Note that the docs were changed, but versionchanged directives are missing. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18111

[issue20363] BytesWarnings triggerred by test suite

2014-02-13 Thread Éric Araujo
Éric Araujo added the comment: Thanks for applying the patch. distutils tests don’t cover 100% of the codebase; did you test manually that the behavior of the changed code was still correct? -- ___ Python tracker rep...@bugs.python.org http

[issue6650] sre_parse contains a confusing generic error message

2014-02-13 Thread Éric Araujo
Éric Araujo added the comment: Serhiy: I meant that the patch looks right to me (“I would apply it”), not that I intended to do it (“I will apply it”)—I’m not set up right now to contribute to CPython again. Would you mind committing it? (Edited versions: exception messages are not part

[issue8876] distutils should not assume that hardlinks will work

2014-02-13 Thread Éric Araujo
Éric Araujo added the comment: Sorry for the lax definition of “soon”; I’m back from a busy January and will try to make some time for CPython contributions. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8876

[issue747320] rfc2822 formatdate functionality duplication

2014-02-13 Thread Éric Araujo
Éric Araujo added the comment: what do you recommend to move forward with this bug and patches? I would add tests to 3.4, to be sure that changing the code in 3.5 does not break compatibility. Do you have an example for (A minor thing: I would use “attribute” instead of “variable

[issue13943] distutils’ build_py fails when package string is unicode

2014-01-03 Thread Éric Araujo
Éric Araujo added the comment: It’s strange that this would happen when installing as a dependency and not when installing directly. Pip can change faster than stdlib is released, could you report the bug to them and see if it’s possible to pass __file__ as a byte string

[issue20077] Format of TypeError differs between comparison and arithmetic operators

2013-12-27 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: +Interpreter Core -ctypes nosy: +ncoghlan versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20077

[issue19610] setup.py should allow a tuple for classifiers

2013-12-22 Thread Éric Araujo
Éric Araujo added the comment: Classifiers have always been documented as a list; I don’t think a tuple makes more sense here (even if it does no harm), but more importantly I think it’s a bad idea to have a setup.py that would work in 3.5 and not in 3.2-3.4. I suggest rejecting

[issue20009] Property should expose wrapped function.

2013-12-19 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo, ncoghlan versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20009

[issue20016] make site.py Quitter call itself on repr

2013-12-18 Thread Éric Araujo
Éric Araujo added the comment: Sorry, it is a deliberate choice to not have reprs have side-effects, espercially as important as quitting the interpreter. The repr of quit/exit is used in places such as pydoc help; it would be bad to quit when the user wants to see documentation, for example

[issue19492] Report skipped distutils tests as skipped

2013-12-17 Thread Éric Araujo
Éric Araujo added the comment: Alright. Patch looks good, thanks. -- assignee: eric.araujo - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19492

<    4   5   6   7   8   9   10   11   12   13   >