[issue1047397] cgitb failures

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -BreamoreBoy versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue1047397> ___ ___ Python-bug

[issue7267] format method: c presentation type broken

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: -Python 2.6 ___ Python tracker <http://bugs.python.org/issue7267> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5066] IDLE documentation for Unix obsolete/incorrect

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: needs patch -> patch review versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue11842] slice.indices with negative step and default stop

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch versions: +Python 2.7, Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issu

[issue7695] missing termios constants

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue7695> ___ ___ Python-

[issue13424] Add examples for open’s new opener argument

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue13424> ___ ___ Python-bugs-list mai

[issue12907] Update test coverage devguide page

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eli.bendersky, eric.araujo, terry.reedy ___ Python tracker <http://bugs.python.org/issue12907> ___ ___ Python-bugs-list mailin

[issue12908] Update dev-in-a-box for new coverage steps

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eli.bendersky, eric.araujo, ezio.melotti, terry.reedy ___ Python tracker <http://bugs.python.org/issue12908> ___ ___ Python-bug

[issue12907] Update test coverage devguide page

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue12907> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6733] curses line wrap broken when mixing full- and half-width unicode characters

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue6733> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2527] Pass a namespace to timeit

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue2527> ___ ___ Python-bugs-list mailing list Unsub

[issue12890] cgitb displays tags when executed in text mode

2011-11-19 Thread Ezio Melotti
Ezio Melotti added the comment: A test? -- stage: -> test needed type: -> behavior ___ Python tracker <http://bugs.python.org/issue12890> ___ ___ Pyth

[issue12890] cgitb displays tags when executed in text mode

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue12890> ___ ___ Python-bugs-list mailing list Un

[issue13435] Copybutton does not hide tracebacks

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti nosy: +georg.brandl stage: -> needs patch ___ Python tracker <http://bugs.python.org/i

[issue13432] Encoding alias "unicode"

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> committed/rejected versions: -Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue13387] suggest assertIs(type(obj), cls) for exact type checking

2011-11-20 Thread Ezio Melotti
Ezio Melotti added the comment: Is "To check for the exact type, use :func:`assertIs(type(obj), cls) `." better? I think the problem this solves is clear enough even without mentioning sub/superclasses. -- ___ Python trac

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

2011-11-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue13437> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13438] "Delete patch set" review action doesn't work

2011-11-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue13438> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2011-11-21 Thread Ezio Melotti
Ezio Melotti added the comment: There are usually two cases that lead me to check the code: 1) The documentation is incomplete, not clear, missing, or plain wrong; 2) I want to check how something is implemented, mostly just out of curiosity; Regarding the first case, in theory the docs should

[issue13443] wrong links and examples in the functional HOWTO

2011-11-21 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue13443> ___ ___ Python-

[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

2011-11-21 Thread Ezio Melotti
Ezio Melotti added the comment: > Is Python supposed to support characters outside U+-U+10 range? No, they should be rejected. Allowing them in some specific places might cause them to leak somewhere else and cause problems, so I'd rather stick with that range and reject

[issue12277] Missing comma in os.walk docs

2011-11-21 Thread Ezio Melotti
Ezio Melotti added the comment: It's not because of the security risk, but simply because the docs for 2.6 are not rebuilt automatically anymore. So, even if we fix it on 2.6, no one will see the change unless someone goes and triggers a full doc rebuild manually. A missing comma i

[issue13447] Add tests for Tools/scripts/reindent.py

2011-11-21 Thread Ezio Melotti
Ezio Melotti added the comment: +1 What you describe sounds all good to me, except that I would keep all tests in the same dir (i.e. Tools/tests (or Tools/test?)) instead of having different test dirs for each subdir (so test_pygettext.py would go in Tools/tests and not in Tools/i18n/tests

[issue12759] "(?P=)" input for Tools/scripts/redemo.py raises unnhandled exception

2011-11-21 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue12759> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12759] "(?P=)" input for Tools/scripts/redemo.py raises unnhandled exception

2011-11-22 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the patch! The patch should also include tests for this case in Lib/test/test_re.py -- components: +Regular Expressions stage: needs patch -> test needed ___ Python tracker <http://bugs.pyth

[issue13454] crash when deleting one pair from tee()

2011-11-22 Thread Ezio Melotti
Ezio Melotti added the comment: Confirmed on py3k, it doesn't seem to happen with smaller values. -- components: +Extension Modules nosy: +ezio.melotti, rhettinger stage: -> test needed versions: +Python 3.3 ___ Python tracke

[issue13455] Reorganize tracker docs in the devguide

2011-11-22 Thread Ezio Melotti
New submission from Ezio Melotti : The documentation about the bug tracker is sparse in a few different places. The devguide contains 4 pages: 1. http://docs.python.org/devguide/helptriage.html 2. http://docs.python.org/devguide/devrole.html 3. http://docs.python.org/devguide/triaging.html

[issue13466] new timezones

2011-11-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Extension Modules nosy: +belopolsky, lemburg stage: -> test needed versions: +Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: > I think the reason these docs are scattered is that the devguide is a > guide, not a reference manual. I don't think this patch makes sense: if > the tracker really needed so much text to explain how it works, then > the tracker would

[issue13455] Reorganize tracker docs in the devguide

2011-11-23 Thread Ezio Melotti
Ezio Melotti added the comment: > Well, it does hurt, because the more sentences you write, the more the > devguide becomes bloated and difficult to follow OTOH is easy to ignore an "how to register to the tracker" section if you are already registered or if you don't ne

[issue13472] devguide doesn’t list all build dependencies

2011-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: I agree with Antoine, there's no need to mention them in the quickstart. Moreover these dependencies are optional, so there's no need to install them unless they are specifically needed (on a related note I would also add an "optional"

[issue10507] Check well-formedness of reST markup within "make patchcheck"

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/issue10507> ___ ___ Python-bugs-list mailin

[issue13465] A Jython section in the dev guide would be great

2011-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: I'd search the Jython devguide at http://www.jython.org/devguide/, having it at http://docs.python.org/devguide/jython/ doesn't make much sense IMHO (especially if it is a "full" guid

[issue13474] Mention of "-m" Flag Missing From Doc on Execution Model

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue13474> ___ ___ Python-bugs-list mai

[issue13476] Simple exclusion filter for unittest autodiscovery

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue13476> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13477] tarfile module should have a command line

2011-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: The feature request seems reasonable to me, but this can only go in 3.3. If you want to propose a patch, you might want to check the devguide and what other modules like zipfile do. -- nosy: +ezio.melotti, lars.gustaebel stage: -> test needed t

[issue11365] Integrate Buildroot patches (cross-compilation)

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue11365> ___ ___ Python-bugs-list mailing list Un

[issue4966] Improving Lib Doc Sequence Types Section

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/issue4966> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10811] sqlite segfault with generators

2011-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: Can this be closed? -- nosy: +ezio.melotti status: open -> pending ___ Python tracker <http://bugs.python.org/issue10811> ___ _

[issue13472] devguide doesn’t list all build dependencies

2011-11-25 Thread Ezio Melotti
Ezio Melotti added the comment: > I think about it in the reverse: You want a featurefull library, and > disable some things (zlib, ssl, threads) only if you specifically > don’t want them (if you’re a Twisted fan for example ). I have a few arguments in favor of my position: 1) P

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Ezio Melotti
Ezio Melotti added the comment: I see the note just after the sausage example and in the table at the top of the page, from the link you provided. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed versions: -P

[issue13489] collections.Counter doc does not list added version

2011-11-26 Thread Ezio Melotti
Ezio Melotti added the comment: The convention is to put the note at the end of the section. For this specific case the section about Counter is immediately followed by the documentation of its methods, so it's indeed hard to notice. Maybe a different CSS would make this more ev

[issue13494] 'cast' any value to a Boolean?

2011-11-28 Thread Ezio Melotti
Ezio Melotti added the comment: +1 -- nosy: +ezio.melotti stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue13494> ___ ___ Python-bugs-lis

[issue4502] Allowing get_pre_input_hook from Readline

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Extension Modules -Library (Lib) stage: -> test needed versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch versions: +Python 2.7 -Python 2.6 ___ Python tracker <http://bugs.python.org/issue6766> ___ ___ Python-

[issue12771] 2to3 -d adds extra whitespace

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +benjamin.peterson stage: -> test needed type: -> behavior versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue6167] Tkinter.Scrollbar: the activate method needs to return a value, and set should take only two args

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -BreamoreBoy versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue6167> ___ ___ Python-bugs-list m

[issue11113] html.entities mapping dicts need updating?

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti ___ Python tracker <http://bugs.python.org/issue3> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11001] Various obvious errors in cookies documentation

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +petri.lehtinen stage: -> patch review versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issu

[issue5815] locale.getdefaultlocale() missing corner case

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy versions: +Python 3.2, Python 3.3 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker <http://bugs.python.org/issue5

[issue3665] Support \u and \U escapes in regexes

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +mrabarnett ___ Python tracker <http://bugs.python.org/issue3665> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10052] Python/dtoa.c:158: #error "Failed to find an exact-width 32-bit integer type" (FreeBSD 4.11 + gcc 2.95.4)

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> patch review versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/issue10052> ___ ___ Python-bugs-list mai

[issue7238] frame.f_lineno doesn't get updated after local trace function assigned to it

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ncoghlan versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue7238> ___ ___ Python-bugs-list m

[issue8065] Memory leak in readline.get_current_history_length

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/issue8065> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12790] doctest.testmod does not run tests in functools.partial functions

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Library (Lib) stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue12790> ___ ___ Python-bugs-lis

[issue12919] Control what module is imported first

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue12919> ___ ___ Python-bugs-list mailing list Un

[issue1040439] Missing documentation on How To Link With libpython

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -BreamoreBoy stage: -> needs patch versions: +Python 2.7, Python 3.3 ___ Python tracker <http://bugs.python.org/issue1

[issue6753] Python 3.1.1 test_cmd_line fails on Fedora 11

2011-11-28 Thread Ezio Melotti
Ezio Melotti added the comment: Is this still an issue? -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue6753> ___ ___ Python-bugs-list m

[issue5654] Add C hook in PyDict_SetItem for debuggers

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch type: -> feature request versions: +Python 3.3 -Python 2.7 ___ Python tracker <http://bugs.python.org/

[issue7074] Turtle module crashes python

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.3 -Python 3.1 ___ Python tracker <http://bugs.python.org/issue7074> ___ ___ Python-bugs-list mailing list Unsub

[issue6899] Base.replace breaks tree

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue6899> ___ ___ Python-bugs-list

[issue11374] pkgutil.extend_path do not recognize py{c,o} file

2011-11-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue11374> ___ ___ Python-bugs-list mailing list Unsubscri

[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2011-11-28 Thread Ezio Melotti
Ezio Melotti added the comment: I'll change this in a doc issue then. Any suggestions about the wording? Adding "Passing unicode strings is suggested/advised/preferred." in the .feed() section is a bit vague, and mentioning the problem (with str it might break in some corn

[issue11113] html.entities mapping dicts need updating?

2011-11-29 Thread Ezio Melotti
Ezio Melotti added the comment: http://www.w3.org/TR/html5/named-character-references.html lists 2152 HTML 5 entities (see also attached file for a dict generated from that table). Currently html.entities only has 252 entities, organized in 3 dicts: 1) name -> intvalue (e.g. 'amp&

[issue11379] Remove "lightweight" from minidom description

2011-11-29 Thread Ezio Melotti
Ezio Melotti added the comment: Usually we don't talk about performance in the doc, and in my personal experience I didn't notice any major difference between the different implementations (but than again I haven't used them much). Talking about the other implementations and t

[issue11379] Remove "lightweight" from minidom description

2011-11-29 Thread Ezio Melotti
Ezio Melotti added the comment: > Seriously, minidom is widely known for being extremely slow and > extremely memory hungry. And that is backed by basically any benchmark > that has ever been done on the subject. Do you have any link? My point is that if you say thing like "

[issue13510] Clarify that readlines() is not needed to iterate over a file

2011-11-30 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eric.araujo, ezio.melotti stage: -> needs patch versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue13510] Clarify that readlines() is not needed to iterate over a file

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: FWIW I've seen several persons using "for line in file.readlines(): ..." or even "while 1: line = file.readline()". IMHO it's a good idea to document that "without sizehint, it's equivalent to list(file)" and that

[issue13514] PIL does not support iTXt PNG chunks [patch]

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: You should report this to the PIL bug tracker. PIL is not part of the Python standard library. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Pytho

[issue13514] PIL does not support iTXt PNG chunks [patch]

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: You could try submitting your patch to the image-sig ML (http://mail.python.org/mailman/listinfo/image-sig). -- ___ Python tracker <http://bugs.python.org/issue13

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-01 Thread Ezio Melotti
Ezio Melotti added the comment: Grouping the common warnings in a "Security Considerations" section sounds OK, but the warnings should still be visible IMHO. In my experience, people: 1) jump right to the doc for the function they are using; 2) read the example and try to figure

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-01 Thread Ezio Melotti
Ezio Melotti added the comment: I think we are mixing a few different things here: 1) the content of the warning(s); 2) the position of the warning(s); 3) the style of the warning(s); Duplicating the same content in each warning is bad, so a specific section that summarizes the problem is

[issue11201] Python installation error 2203

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: corenova, can you try what Martin said? -- nosy: +ezio.melotti status: open -> pending ___ Python tracker <http://bugs.python.org/issu

[issue8414] Add test cases for assert

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: Committed, thanks for the patch! I preferred to add a separate test, because only the tests with "assert False" need to be skipped with -O, the other can run with and without -O. -- assignee: -> ezio.melotti resolution: -> fixed sta

[issue13449] sched - provide an "async" argument for run() method

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Library (Lib) stage: -> patch review type: -> feature request ___ Python tracker <http://bugs.python.org/i

[issue12005] modulo result of Decimal differs from float/int

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6, Python 3.1 ___ Python tracker <http://bugs.python.org/issu

[issue13520] Patch to make pickle aware of __qualname__

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Extension Modules stage: -> patch review type: -> feature request ___ Python tracker <http://bugs.python.org/i

[issue12067] Doc: remove errors about mixed-type comparisons.

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: Would it be ok to state that: 1) <, >, ==, >=, <=, and != compare the values of two objects; 2) the two objects don't necessarily have to be of the same type; 3) with == and !=, objects of different types compare unequal, unless they define a sp

[issue12208] Glitches in email.policy docs

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- assignee: docs@python -> eric.araujo nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/i

[issue9420] gdbm with /usr/include/ndbm.h

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue9420> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11513] chained exception/incorrect exception from tarfile.open on a non-existent file

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch type: -> behavior versions: +Python 2.7 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue2651] Strings passed to KeyError do not round trip

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: -BreamoreBoy versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue2651> ___ ___ Python-bugs-list mailin

[issue13513] IOBase docs incorrectly link to the readline module

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: +1 -- nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue13513> ___ _

[issue13499] uuid documentation example uses invalid REPL/doctest syntax

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: Done! -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue13494] 'cast' any value to a Boolean?

2011-12-02 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed! @Eli At least in the doc, I haven't seen any other suspicious use of 'cast'. -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejecte

[issue13523] Python does not warn in module .py files does not exist if there is still a .pyc file

2011-12-03 Thread Ezio Melotti
Ezio Melotti added the comment: Python doesn't require the .py to run the code if there's a .pyc. This is expected so there's no need to give a warning. If the .py is present but it's a symlink pointing nowhere, it might make sense to give a warning before falling back

[issue13525] Tutorial: Example of Source Code Encoding triggers error

2011-12-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch versions: +Python 2.7, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-03 Thread Ezio Melotti
Ezio Melotti added the comment: Attached a patch to make the CSS used for warnings and notes less evident by removing the red/gray background color. -- keywords: +patch Added file: http://bugs.python.org/file23842/issue13515.diff ___ Python tracker

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-03 Thread Ezio Melotti
Changes by Ezio Melotti : Added file: http://bugs.python.org/file23843/warnnew.png ___ Python tracker <http://bugs.python.org/issue13515> ___ ___ Python-bugs-list mailin

[issue13515] Consistent documentation practices for security concerns and considerations

2011-12-03 Thread Ezio Melotti
Changes by Ezio Melotti : Added file: http://bugs.python.org/file23844/warnold.png ___ Python tracker <http://bugs.python.org/issue13515> ___ ___ Python-bugs-list mailin

[issue13443] wrong links and examples in the functional HOWTO

2011-12-05 Thread Ezio Melotti
Ezio Melotti added the comment: This section has been removed from the 3.x docs in 3828f81a64e7 and 2aeef275bec8, but it's still there in 2.7. -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/is

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread Ezio Melotti
Ezio Melotti added the comment: Sure, do you want to propose a patch? (You can see the devguide for more information.) -- keywords: +easy nosy: +ezio.melotti stage: -> test needed versions: +Python 3.2, Python 3.3 ___ Python tracker &l

[issue13542] Memory leak in multiprocessing.pool

2011-12-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +jnoller stage: -> needs patch versions: -Python 2.6, Python 3.1, Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue13394] Patch to increase aifc lib test coverage with couple of minor fixes

2011-12-07 Thread Ezio Melotti
Ezio Melotti added the comment: I think the patch includes too many changes. It would be better if you can split it in two separate patches: one with the increased coverage, the other with the bugs you found and their tests. I can easily commit the first (assuming it doesn't break the

[issue13531] add test for defaultdict with non-callable first argument

2011-12-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti stage: test needed -> commit review ___ Python tracker <http://bugs.python.org/issue13531> ___ ___

[issue13531] add test for defaultdict with non-callable first argument

2011-12-07 Thread Ezio Melotti
Ezio Melotti added the comment: Committed, thanks for the report and the patch! For the record, this is related to https://bugs.pypy.org/issue953 -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed _

[issue13549] Incorrect nested list comprehension documentation

2011-12-08 Thread Ezio Melotti
Ezio Melotti added the comment: This section could be clearer imho. First of all there's nothing special about "nested" list comprehensions. In [expr for elem in seq], expr might be any expression -- including a listcomp. As with any other expression, the nested listcomp w

[issue13549] Incorrect nested list comprehension documentation

2011-12-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti keywords: +patch nosy: +eric.araujo, terry.reedy stage: needs patch -> commit review Added file: http://bugs.python.org/file23882/issue13549.diff ___ Python tracker

[issue13549] Incorrect nested list comprehension documentation

2011-12-08 Thread Ezio Melotti
Ezio Melotti added the comment: > - I’d recommend a few whitespace beautifications, > like in ``for x in [1,2,3]`` and ``range(1,6)``. Leaving the space out in [1,2,3] makes the expression a bit more readable IMHO*. > I think there is an example that makes that line more > un

[issue13549] Incorrect nested list comprehension documentation

2011-12-08 Thread Ezio Melotti
Changes by Ezio Melotti : Added file: http://bugs.python.org/file23885/issue13549-2.diff ___ Python tracker <http://bugs.python.org/issue13549> ___ ___ Python-bugs-list m

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