[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +needs review, patch stage: -> patch review ___ Python tracker <http://bugs.python.org/issue19257> ___ ___ Python-

[issue19257] Sub-optimal error message when importing a non-package

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Fix is simple: --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -1519,7 +1519,7 @@ def _find_and_load_unlocked(name, import path = parent_module.__path__ except AttributeError: msg = (_ERR_MSG + '; {} i

[issue5747] knowing the parent command

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue14848] Use shutil.move instead of os.rename in packaging

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue12449] Add accelerator "F" to button "Finish" in all MSI installers made by bdist_msi

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils2 is no more and the feature freeze for distutils was lifted. However, this does not strike me as an important feature to add. -- resolution: -> rejected stage: needs patch -> committed/rejected status: open -&g

[issue8369] Add a lint command to distutils

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: This is better done by tools outside of the standard library. -- resolution: remind -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue8357] Add a --show-installation-paths in the install command

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: accepted -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue8254] write a configure command

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: accepted -> out of date stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue14517] distutils always recompiles all C source files

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> works for me stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue14651] pysetup run cmd can't handle option values in the setup.cfg

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue14733] Custom commands don't work

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: -Python 3.3 ___ Python tracker <http://bugs.python.or

[issue13400] packaging: build command should have options to control byte-compilation

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -Add tests for files byte-compiled by distutils[2] resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue2403] Add figleaf coverage metrics

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Indeed, the devguide documents how to use coverage.py, and there is even a pure-stdlib solution with regrtest. I recommend closing this. -- resolution: -> rejected stage: test needed -> committed/rejected status: open ->

[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 <http://bugs.python.or

[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 <http://bugs.python.or

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

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

[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 -&g

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 -&g

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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

[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 <http://bugs.python.or

[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 <http://bugs.python.o

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

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

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

[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 <http://bugs.python.or

[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 <http://bugs.python.or

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

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.o

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.org/issue14294> ___ ___ Python-bugs-

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.o

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[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 <http://bug

[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 <http://bugs.python.or

[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 <http://bugs.python.or

[issue17325] improve organization of the PyPI distutils docs

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

[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 <http://bugs.python.or

[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

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

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

[issue16108] Include maintainer information in register/upload

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: If PyPI is changed to display both author and maintainer info, I’m okay with changing distutils to send both. (Sourceforge link is dead :() -- components: +Distutils -Distutils2 stage: patch review -> versions: +Python 2.7, Python 3.3, Python

[issue20900] distutils register command should print text, not bytes repr

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: To get a better idea of the problem, you can run the code for real using https://testpypi.python.org/pypi as repository URL. Then, unittest.mock provides a way to write a unit test that reproduces the bug without actually sending an HTTP request to any server

[issue17281] Broken links at pypi

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: The PyPI page now starts with this text: Distutils2 development is stopped. tl;dr: keep using setuptools and pip for now, don’t use distutils2. Distutils2 tried to be all things to all people; Python core developers and developers of packaging tools have a

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

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +stutzbach ___ Python tracker <http://bugs.python.org/issue20902> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: +if args.processes <= 0: Is that correct? For make, I think I’ve always seen “-j0”, not negative values. Could you add a test for -j0? (i.e. check that “compileall -j0” calls the function with “processes=os.cpu_co

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This looks ready to me. One thing: “make -j0” is the spelling for “run using all available cores”, whereas “compileall -j0” will use one process. I don’t know if this should be documented, changed or ignored. -- stage: patch review -> commit rev

[issue11880] add a {dist-info} category to distutils2

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: languishing -> closed ___ Python tracker <http://bugs.python.or

[issue16104] Use multiprocessing in compileall script

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: FTR, py_compile and compileall use importlib in 3.4. -- ___ Python tracker <http://bugs.python.org/issue16104> ___ ___ Python-bug

[issue20363] BytesWarnings triggerred by test suite

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Thanks for correcting me. I created #20900. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu

[issue20900] distutils register command should print text, not bytes repr

2014-03-12 Thread Éric Araujo
New submission from Éric Araujo: “python3 setup.py register --show-response“ will display something like "--b'xxx'--". The HTTP response body should be decoded to text for display, instead of the repr of a bytes object. Setting the “easy” keyword: tha

[issue20363] BytesWarnings triggerred by test suite

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: I don’t understand one thing: you said the output wasn’t changed, then show an example of changed output: “"--xxx--" vs "--b'xxx'--"”. The “data” that is displayed is supposed to be text; showing “b&

[issue20890] Miscellaneous PEP 101 additions

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue20890> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: This looks ready to me. Thanks Claudiu! -- keywords: -needs review stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issu

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