[issue2571] can cmd.py's API/docs for the use of an alternate stdin be improved?

2014-06-29 Thread Éric Araujo
Éric Araujo added the comment: I won’t have the time to do the docs/tests inspection I wanted to do. -- assignee: eric.araujo -> ___ Python tracker <http://bugs.python.org/iss

[issue21575] list.sort() should show arguments in tutorial

2014-05-25 Thread Éric Araujo
Éric Araujo added the comment: I assume it is on purpose that the tutorial does not show all methods with all their arguments. It could overwhelm readers with too much information, and would also duplicate the full doc that’s in the reference. A link from this tutorial page to the list

[issue21550] Add Python implementation of the tar utility

2014-05-24 Thread Éric Araujo
Éric Araujo added the comment: IIRC, when the tarfile module CLI was added, there was a decision to keep it short and simple, not mimic the whole tar(1) interface. Python core ships with modules that should be featurefull, but we don’t put much focus or effort on general utilities: the only

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

2014-05-19 Thread Éric Araujo
Éric Araujo added the comment: Patch looks good, will apply. Thanks. -- stage: needs patch -> commit review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue21463] RuntimeError when URLopener.ftpcache is full

2014-05-09 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch. Would you mind adding a unit test? (Note that the “crash” type is for segfaults, not Python exceptions.) -- nosy: +eric.araujo stage: -> test needed type: crash -> behavior versions: +Python 2.7, Python 3.4, Pyth

[issue21439] Numerous minor issues in Language Reference

2014-05-09 Thread Éric Araujo
Éric Araujo added the comment: BTW my opinion of the proposed changes is that many of them are good (obvious typos, reports of things unclear to a beginner, etc) but I don’t agree with some typographic changes, I find that some grammar changes are pedantic, and there are even a few

[issue21439] Numerous minor issues in Language Reference

2014-05-09 Thread Éric Araujo
Éric Araujo added the comment: Attaching plain text version. -- nosy: +eric.araujo Added file: http://bugs.python.org/file35201/PythonRefmanual_3_4_0_Errata.txt ___ Python tracker <http://bugs.python.org/issue21

[issue21434] python -3 documentation is outdated

2014-05-09 Thread Éric Araujo
Éric Araujo added the comment: Aside: callable was added back in 3.2; warnings for that are now obsolete, and people often replaced it with bogus alternatives (like using hasattr on the object instead of its type). -- nosy: +eric.araujo ___ Python

[issue17752] many distutils tests fail when run from the installed location

2014-05-07 Thread Éric Araujo
Éric Araujo added the comment: For future fixes, please note that 3.3 is in security mode. Can this issue be closed? -- ___ Python tracker <http://bugs.python.org/issue17

[issue18255] CPython setup.py problems

2014-05-04 Thread Éric Araujo
Éric Araujo added the comment: Note that the distutils feature freeze has been lifted, so in 3.5 sysconfig could be reused by distutils.sysconfig, but the existing functionality (different API + ability to override with env vars) must be preserved. -- nosy: +eric.araujo

[issue18211] -Werror=statement-after-declaration problem

2014-05-04 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -CPython setup.py problems stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue21121] -Werror=declaration-after-statement is added even for extension modules through setup.py

2014-05-04 Thread Éric Araujo
Éric Araujo added the comment: I can commit the patch but won’t be able to check the buildbots for the next twelve hours. -- ___ Python tracker <http://bugs.python.org/issue21

[issue21352] improve documentation indexing

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: I have to agree the index pages are often frustrating for me too. Not sure if this involves code changes in Sphinx itself or if we can improve the markup in the Python docs sources. -- nosy: +eric.araujo ___ Python

[issue21121] -Werror=declaration-after-statement is added even for extension modules through setup.py

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: I like issue21121-3.diff. -- ___ Python tracker <http://bugs.python.org/issue21121> ___ ___ Python-bugs-list mailing list Unsub

[issue21366] Document that return in finally overwrites prev value

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: Thanks, your proposed wording sounds good to me. David (picked you seni-randomly as a senior core dev and native speaker), what do you think? -- nosy: +eric.araujo, r.david.murray ___ Python tracker <h

[issue21417] Compression level for zipfile

2014-05-02 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +alanmcintyre stage: -> needs patch versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue21368] Check for systemd locale on startup if current locale is set to POSIX

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

[issue21391] PATCH: using the abspath shortcut in Lib/shutil

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: IMO either change would not improve the code at all. Suggest closing this. -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue21

[issue21404] Document options used to control compression level in tarfile

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: I'm reclassifying this ticket as a doc bug, would you mind opening a separate ticket for zipfile? -- assignee: -> docs@python components: +Documentation -Library (Lib) keywords: +easy nosy: +docs@python, eric.araujo stage: -> needs

[issue21398] LC_CTYPE=C: pydoc leaves terminal in an unusable state

2014-05-02 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue21398> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21400] Code coverage documentation is out-of-date.

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: I think Walter is referring to Ned's coverage.py project, i.e. the standard coverage module that you get with pip install coverage. -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/is

[issue21405] Allow using symbols from Unicode block "Superscripts and Subscripts" in identifiers

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: FTR https://docs.python.org/devguide/#proposing-changes-to-python-itself -- ___ Python tracker <http://bugs.python.org/issue21

[issue21405] Allow using symbols from Unicode block "Superscripts and Subscripts" in identifiers

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: Many features are indeed discussed on this bug tracker, but for a big change like the one you propose we like to reach out to all of python-dev or all people on python-ideas to discuss pros and cons. The devguide should explain this in a little more detail. I

[issue21414] Add an intersperse function to itertools

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: I looked for a previous discussion of this on the Python mailing lists and found nothing. Existing solutions include https://twitter.com/snim2/status/393821419114483712 and http://stackoverflow.com/questions/5655708/python-most-elegant-way-to-intersperse-a-list

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch! I don't really see how "just" can be interpreted as applying to something else than "below", so I'm not sure the wording needs to be changed. The typo should be fixed. -- nosy: +eric.

[issue15104] Unclear language in __main__ description

2014-05-02 Thread Éric Araujo
Éric Araujo added the comment: Docs and indexing/cross-links in 2.7 should indeed be improved. I had forgotten which of 2.6 or 2.7 added support for executing packages thanks to __main__.py files and the docs don't contain an answer that's comprehensive and easy to find. -

[issue21357] Increase filecmp test coverage from 63% to 76%

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

[issue21338] Silent mode for compileall

2014-04-25 Thread Éric Araujo
Éric Araujo added the comment: Patch looks to me comprehensive and backward-compatible. Thanks Thomas! -- nosy: +eric.araujo stage: needs patch -> commit review type: -> enhancement ___ Python tracker <http://bugs.python.org/i

[issue21347] Don't use a list argument together with shell=True in subprocess' docs

2014-04-25 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: +Python 2.7, Python 3.4 ___ Python tracker <http://bugs.python.org/issue21347> ___ ___ Python-bugs-list m

[issue16801] Preserve original representation for integers / floats in docstrings

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

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: doko’s patch is actually conservative, not changing the query functions of distutils.sysconfig but only the _init_posix function, which just defines a global dict. It looks quite safe to me. -- ___ Python tracker

[issue21272] use _sysconfigdata to itinialize distutils.sysconfig

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: Sure. The API is slightly different, but the data should be the same, so this can be done. -- components: +Distutils -Library (Lib) title: use _sysconfigdata.py in distutils.sysconfig to initialize distutils.sysconfig -> use _sysconfigdata

[issue15887] urlencode should accept iterables of pairs

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: >> "Convert a mapping object or a sequence of two-element tuples, which >> may either be a str or a bytes, to a “percent-encoded” string." > > Mappings, duple sequences, and duples cannot be str or bytes. The only thing making sen

[issue21268] Update pydoc module docstring

2014-04-17 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> some problems with the documentation of pydoc ___ Python tracker <http://bugs.python

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

2014-04-17 Thread Éric Araujo
Éric Araujo added the comment: Brett, any opposition to moving the doc about importlib submodules to separate files? -- nosy: +brett.cannon versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue5904] strftime docs do not explain locale effect on result string

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: This may help: http://blog.codekills.net/2013/04/13/strftime--table-of-locale-aware-formatters-in-different-locales/ -- nosy: +wolever ___ Python tracker <http://bugs.python.org/issue5

[issue21272] use _sysconfigdata.py in distutils.sysconfig to initialize distutils.sysconfig

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: Because removing distutils.sysconfig would break things. -- ___ Python tracker <http://bugs.python.org/issue21272> ___ ___ Pytho

[issue17752] many distutils tests fail when run from the installed location

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: The xx module is built by the unit tests IIRC. -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue17752> ___ ___

[issue21235] importlib's spec module create algorithm is not exposed

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

[issue21240] Add an abstactmethod directive to the Python ReST domain

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

[issue12916] Add inspect.splitdoc

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: > I'd keep the name ("splitdoc"), and let it receive a string. Yes please. -- ___ Python tracker <http://bugs.

[issue21255] Attaching a PropertyMock records calls

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: >>> type(foo).prop = prop >>> foo.attach_mock(prop, 'prop') Are both of these lines needed? -- nosy: +eric.araujo ___ Python tracker <ht

[issue12916] Add inspect.splitdoc

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: Added some comments. -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue12916> ___ ___ Python-

[issue21190] Broken download link on README for CPython docs

2014-04-16 Thread Éric Araujo
Éric Araujo added the comment: For the record, there is a convention (and server config) to have “current version” links: http://legacy.python.org/dev/peps/pep-0430/ Senthil: What do you think about using /3/ instead of /3.4/ in the link so that it does not become another thing that needs to

[issue21268] Update pydoc module docstring

2014-04-16 Thread Éric Araujo
New submission from Éric Araujo: “In the Python interpreter, do "from pydoc import help" to provide online help.” “online” has changed meaning in the last decades, and help is a semi-builtin automatically added by the site module on startup. -- assignee: docs@python

[issue17660] mock.patch could whitelist builtins to not need create=True

2014-04-15 Thread Éric Araujo
Éric Araujo added the comment: I noticed this in the commit; I don’t think the rendered output is really ugly, but the markup does look strange, as it’s two nested note(-like) directives. -- ___ Python tracker <http://bugs.python.org/issue17

[issue21233] Add *Calloc functions to CPython memory allocation API

2014-04-15 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue21233> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10224] Build 3.x documentation using python3.x

2014-04-14 Thread Éric Araujo
Éric Araujo added the comment: Do we need to change Doc/Makefile to have “PYTHON = python3” or even “PYTHON = ./python” (so doctests run with the development version)? -- ___ Python tracker <http://bugs.python.org/issue10

[issue10965] dev task of documenting undocumented APIs

2014-04-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue10965> ___ ___ Python-bugs-list m

[issue21146] update gzip usage examples in docs

2014-04-14 Thread Éric Araujo
Éric Araujo added the comment: Isn’t there a buffering argument in open that can be used to avoid line buffering? -- nosy: +eric.araujo versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue21

[issue18628] Better index entry for encoding declarations

2014-04-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo stage: needs patch -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue21215] build-deps instructions for Ubuntu

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

[issue17660] mock.patch could whitelist builtins to not need create=True

2014-04-14 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17660> ___ ___ Python-bugs-list mailing list Unsub

[issue21198] Minor tarfile documentation bug

2014-04-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. Is it an issue in the docstrings, the HTML documentation or both? -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue21

[issue21188] Broken link

2014-04-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. If the python.org links can be found in the Internet Archive, then one could find the new addresses to use by looking for the same message on http://www.python.org/pipermail/python-dev/2000-March/ Would you be willing to try that

[issue21186] RawConfigParser __name__ option handling inconsistent

2014-04-11 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue21186> ___ ___ Python-bugs-list mai

[issue21171] Outdated usage str.encode('rot-13') in rot13 codec

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

[issue21197] venv does not create lib64 directory and appropriate symlinks

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

[issue21196] Name mangling example in Python tutorial

2014-04-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and proposed fix! Could you upload a patch file that we could directly apply to the documentation instead of Python files? More information about how to do that is found here: https://docs.python.org/devguide/#quick-start If you need any

[issue17660] mock.patch could whitelist builtins to not need create=True

2014-04-10 Thread Éric Araujo
Éric Araujo added the comment: Reviewed on Rietveld. -- nosy: +eric.araujo stage: needs patch -> patch review versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue17826] Setting a side_effect on mock from create_autospec doesn't work

2014-04-10 Thread Éric Araujo
Éric Araujo added the comment: Michael, a patch including tests is ready for this issue. -- nosy: +eric.araujo stage: patch review -> commit review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue17861] put opcode information in one place

2014-04-10 Thread Éric Araujo
Éric Araujo added the comment: Patch looks good to me. -- nosy: +eric.araujo versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17

[issue20397] distutils --record option does not validate existence of byte-compiled files

2014-04-10 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo stage: -> needs patch title: distutils --record option does not validate existance of byte-compiled files -> distutils --record option does not validate existence of byte-compiled files versions: +Python 3.4, Python 3.5 -Pyth

[issue11975] Fix referencing of built-in types (list, int, ...)

2014-04-10 Thread Éric Araujo
Éric Araujo added the comment: > I may underestimate issues raised in this thread I re-read the discussion, these are the two main issues: 1) We’d like list/tuple/etc. documented in two different pages (as functions and as types), which causes issues when Sphinx builds its index

[issue21091] EmailMessage.is_attachment should be a method

2014-04-04 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue21091> ___ ___ Python-bugs-list m

[issue21133] unittest discover should allow option to run each package separately

2014-04-04 Thread Éric Araujo
Éric Araujo added the comment: > imports from previous unittests corrupt the namespace of subsequent unittests > and lead to failures > (usually if there are mock objects in previously imported unit tests) Can you tell more about this? I haven’t run into this issue with large tes

[issue21145] Add the @cached_property decorator

2014-04-04 Thread Éric Araujo
Éric Araujo added the comment: It could make sense to add clean, working recipes to e.g. the functools documentation. The cached_property in the wiki uses a TTL, other like Pyramid’s reify decorator make properties that ensure the fget function is called only once per instance, and there may

[issue21150] Add quick links table to argparse docs

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

[issue21153] bdist_rpm fails if project contains files with spaces in the names

2014-04-04 Thread Éric Araujo
Éric Araujo added the comment: Is this a duplicate of #809163 ? -- ___ Python tracker <http://bugs.python.org/issue21153> ___ ___ Python-bugs-list mailin

[issue18709] SSL module fails to handle NULL bytes inside subjectAltNames general names (CVE-2013-4238)

2014-03-27 Thread Éric Araujo
Éric Araujo added the comment: Not sure if 3.2 is still open to security fixes. -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue18

[issue19610] setup.py does not allow a tuple for classifiers

2014-03-26 Thread Éric Araujo
Éric Araujo added the comment: You seem to misunderstand me Victor: There is no bug here, classifiers should be a list and are documented as such. It is possible to make this clearer in the docs for all versions. In addition, we could make this easier for users who don’t see that part of

[issue12209] Minor edits to faulthandler doc

2014-03-25 Thread Éric Araujo
Éric Araujo added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue12209> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-03-25 Thread Éric Araujo
Éric Araujo added the comment: It would be nice to have unit tests for this change. Did you get an email from the review system? If not, follow the “review” link on the right of the list of files on this page. -- ___ Python tracker <h

[issue19610] setup.py does not allow a tuple for classifiers

2014-03-25 Thread Éric Araujo
Éric Araujo added the comment: I’m open to a patch that would make it clear in the docs that classifiers must be a list. A patch to detect bad type for classifiers in the check command would also be acceptable for 3.5, or to catch it earlier, a check in the Distribution class

[issue10571] "setup.py upload --sign" broken: TypeError: 'str' does not support the buffer interface

2014-03-25 Thread Éric Araujo
Éric Araujo added the comment: distutils2 development has ceased. -- components: -Distutils2 nosy: +dstufft status: open -> closed versions: -3rd party ___ Python tracker <http://bugs.python.org/issu

[issue21060] Better error message for setup.py upload command without sdist

2014-03-25 Thread Éric Araujo
New submission from Éric Araujo: >From http://jamie.curle.io/blog/my-first-experience-adding-package-pypi/ : python setup.py upload running upload error: no dist file created in earlier command I thought I was going mad because I could see the dist file, it was right there

[issue21044] tarfile does not handle file .name being an int

2014-03-24 Thread Éric Araujo
Éric Araujo added the comment: Isn’t the bug here really that TemporaryFile has a name attribute that’s not a string? I don’t see how an integer name makes sense within the IO system. -- nosy: +eric.araujo ___ Python tracker <h

[issue20210] Provide configure options to enable/disable Python modules and extensions

2014-03-24 Thread Éric Araujo
Éric Araujo added the comment: The main issue with the proposed changes is that it redefines what “the Python standard library” is. Right now, users can mostly expect modules listed in the official Python docs to be available in their installation, regardless of how they got their Python. I

[issue6011] python doesn't build if prefix contains non-ascii characters

2014-03-24 Thread Éric Araujo
Éric Araujo added the comment: Victor, was this ticket kept open only for the backport to distutils2? If everything is fixed in Python stdlib and docs, then it could be closed, as distutils2 development has stopped. -- components: -Distutils2 nosy: +dstufft versions: -3rd party

[issue20744] shutil should not use distutils

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: Not currently. Tests run automatically after a patch is merged, which is why patch authors should run tests (especially if they’re changing something missing tests, or adding a new feature and tests for it

[issue8987] Distutils doesn't quote Windows command lines properly

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: I’m more inclined to use the proposed patch rather than list2cmdline, given the issue linked. I would not like a fix for this to break people’s setup.py scripts; it would be good to know if people work around this bug by monkey-patching the _nt_quote_args

[issue8987] Distutils doesn't quote Windows command lines properly

2014-03-19 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg107751 ___ Python tracker <http://bugs.python.org/issue8987> ___ ___ Python-bugs-list mailin

[issue13437] Provide links to the source code for every module in the documentation

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: Agreed with Terry. Some Python modules are just wrappers for C modules, but datetime.py is standalone so we can dispense with the link to _datetime.c. -- ___ Python tracker <http://bugs.python.org/issue13

[issue20907] behavioral differences between shutil.unpack_archive and ZipFile.extractall

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: shutil.unpack_archive was extracted from distutils by Tarek. I can do some Mercurial archaelogy to find more about the behaviour. -- ___ Python tracker <http://bugs.python.org/issue20

[issue16927] Separate built-in types from functions and group similar functions in functions.rst

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: Thanks, the markup for built-in types is better. (You added hash to that list, but it’s a function returning an int, not a type.) +Functions : +base conversion: :func:`bin`, :func:`oct`, :func:`hex` +attribute-related: :func:`getattr`, :func:`setattr`, :func

[issue16827] Remove the relatively advanced content from section 2 in tutorial

2014-03-19 Thread Éric Araujo
Éric Araujo added the comment: > By the way the section 13 is more about interactive Input editing, > which is different concept from interactive mode. I think these are the same thing. Can you explain more? -- ___ Python tracker

[issue14332] Better explain "junk" concept in difflib doc

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: amk, if you’re satisfied with your patch, I think you can go ahead and commit it. -- versions: +Python 3.4 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue14

[issue16827] Remove the relatively advanced content from section 2 in tutorial

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch, I left a couple notes on the review site (http://bugs.python.org/review/16827/). Ezio suggested moving the doc about floating point issues to an appendix too; what’s your opinion on that? I wonder if the advanced contents should be placed

[issue1887] Document that distutils doesn't support out-of-source builds

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. I did a review, you should have got an email; if not, follow the “review” link on the right of your patch in the list of files near the top of this page. -- components: +Documentation versions: +Python 3.5 -Python 3.3

[issue16927] Separate built-in types from functions and group similar functions in functions.rst

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: +Separate bulit-in types from functions and group similar functions +-- This should not be in the patch. (I made the same remark on another issue, please take reviews into account.) +Built-in Types

[issue20062] Remove emacs page from devguide

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks! To complete the patch, you should also delete the emacs.rst file (patches created by Mercurial can represent file creation and deletion, not only changes). The deleted content need to be added to the Python wiki (see link to the PythonEditors page in a

[issue13437] Provide links to the source code for every module in the documentation

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: +1 on amk’s patch. I trust his selection of modules, and linking to C module sources can be an interesting experiment. -- stage: -> commit review versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Pyt

[issue20975] Python 3.4 build info wrong in code snippet

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: I see two differences in my build, but I don’t think it’s really wrong, or that it does harm. What exactly would you change? -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue20

[issue20491] textwrap: Non-breaking space not honored

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thank you, this looks really good. I left some comments on rietveld. -- stage: test needed -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue20062] Remove emacs page from devguide

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Alright. -- keywords: +easy title: Should the devguide document emacs/vim support? -> Remove emacs page from devguide ___ Python tracker <http://bugs.python.org/issu

[issue20970] contradictory documentation for prog option of argparse

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

[issue19316] devguide: compiler - wording

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: The task here is to work from Ezio’s patch* and edit it to take into account Terry’s replies and your own opinions about what wording is best. * http://docs.python.org/devguide/faq.html#how-do-i-apply-a-patch

[issue19316] devguide: compiler - wording

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Yes, it’s that file. The source is compiler.rst in this repository: http://hg.python.org/devguide -- nosy: +eric.araujo ___ Python tracker <http://bugs.python.org/issue19

[issue17462] argparse FAQ: how it is different from optparse

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch, will apply. -- assignee: docs@python -> eric.araujo stage: needs patch -> commit review ___ Python tracker <http://bugs.python.org/i

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

2014-03-17 Thread Éric Araujo
Éric Araujo added the comment: Were you able to reproduce the bug before you changed the code? I saw clean text when registering a release with success, and clean text too when trying to register a release for a project I was not owner of

<    1   2   3   4   5   6   7   8   9   10   >