[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> haypo ___ Python tracker <http://bugs.python.org/issue11032> ___ ___ Python-bugs-list mailing list Un

[issue10940] IDLE 3.2 hangs with Cmd-M hotkey on OS X 10.6 with 64-bit installer and A/S Tk 8.5

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: If this helps with hanging, okay to commit. (It doesn't have any effect on non-OSX anyway.) -- ___ Python tracker <http://bugs.python.org/is

[issue11053] OS X IDLE 3 with Tk 8.4 appears to hang with syntax error

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: Good to go. -- ___ Python tracker <http://bugs.python.org/issue11053> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: I'd really like someone else to throw a pair of eyes at the code changes before it is committed. But yes, I will allow this into rc2, and we'll buy some stabilizing time by adding an rc3 to the cycle. --

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg127391 ___ Python tracker <http://bugs.python.org/issue9124> ___ ___ Python-bugs-list m

[issue9124] Mailbox module should use binary I/O, not text I/O

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: I'd really like someone else to throw a pair of eyes at the code changes before it is committed. But yes, I will allow this into rc2, since a completely broken module isn't really what a minor releas

[issue10939] imaplib: Internaldate2tuple raises KeyError parsing month and does not work with negative TZ offset due to bytes/str issues

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: The new test is faulty; it appears to be specific to the timezone of the patch submitter. The library fix should go in nevertheless, if you could add a correct test, Alexander, it would be great. -- priority: normal -> release bloc

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: With issue10845_mitigation.diff applied, Antoine's patch is no longer necessary? -- ___ Python tracker <http://bugs.python.org/is

[issue10845] test_multiprocessing failure under Windows

2011-01-29 Thread Georg Brandl
Georg Brandl added the comment: Looks like Antoine agreed, so this should be fine to go in. -- ___ Python tracker <http://bugs.python.org/issue10845> ___ ___

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue11056> ___ ___ Python-

[issue11068] Python 2.7.1 Idle traceback on OS X (10.6.6)

2011-01-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> ned.deily nosy: +ned.deily title: Python 2.7.1 Idle Segmentation Fault OS X (10.6.6) -> Python 2.7.1 Idle traceback on OS X (10.6.6) ___ Python tracker <http://bugs.python.org/i

[issue10845] test_multiprocessing failure under Windows

2011-01-30 Thread Georg Brandl
Changes by Georg Brandl : -- priority: release blocker -> critical ___ Python tracker <http://bugs.python.org/issue10845> ___ ___ Python-bugs-list mai

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r88258. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10961] Pydoc touchups in new browser for 3.2

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: I fixed two instances of missing HTML escaping and committed as r88261. The code should be checked thoroughly for more such missing escaping. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue11051] system calls per import

2011-01-30 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11051> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10680] argparse: titles and add_mutually_exclusive_group don't mix (even with workaround)

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: I haven't started yet actually releasing, so this got in as r88263. -- nosy: +georg.brandl resolution: -> fixed ___ Python tracker <http://bugs.python.org

[issue10680] argparse: titles and add_mutually_exclusive_group don't mix (even with workaround)

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: Please do. -- ___ Python tracker <http://bugs.python.org/issue10680> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11069] IDLE crashes when Stack Viewer opened

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: Please do. -- ___ Python tracker <http://bugs.python.org/issue11069> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11071] What's New review comments

2011-01-30 Thread Georg Brandl
Georg Brandl added the comment: I was just told about typo and grammar fixes though :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11

[issue11071] What's New review comments

2011-01-31 Thread Georg Brandl
Georg Brandl added the comment: I agree with Raymond: whoever puts in 95% of work for a single document should have artistic license over the style. I also don't complain if people use a different indentation style in module docs they write (but I reserve the right to use mine if I

[issue11081] from struct import * misses pack_into

2011-01-31 Thread Georg Brandl
Georg Brandl added the comment: Yes, this can go in. -- assignee: georg.brandl -> belopolsky ___ Python tracker <http://bugs.python.org/issue11081> ___ ___ Py

[issue10360] _weakrefset.WeakSet.__contains__ should not propagate TypeErrors

2011-01-31 Thread Georg Brandl
Georg Brandl added the comment: Because I don't think porting every change immediately is worth my time when I can do it much faster in mass-merges. I know other developers do this differently, but since I use svnmerge to do my mass-merges, there won't be any falling thro

[issue11087] Speeding up the interpreter with a few lines of code

2011-02-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue11087> ___ ___ Python-bugs-list mailing list Un

[issue11085] expose _abcoll as collections.abc

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: And what about those "collection" ABCs that aren't collections? These are at least * Hashable * Callable * ByteString * Iterator -- nosy: +georg.brandl ___ Python tracker <http://bugs.pyt

[issue10918] **kwargs unnecessarily restricted in concurrent.futures 'submit' API

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: Sure, a change to 3.2 is out of the question anyway right now. -- ___ Python tracker <http://bugs.python.org/issue10918> ___ ___

[issue11082] ValueError: Content-Length should be specified

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: Senthil, could this be a regression of the recent urllib transfer-encoding changes? -- assignee: -> orsenthil nosy: +georg.brandl, orsenthil priority: normal -> deferred blocker ___ Python tracker

[issue11082] ValueError: Content-Length should be specified

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: That would seem correct to me. -- ___ Python tracker <http://bugs.python.org/issue11082> ___ ___ Python-bugs-list mailin

[issue11082] ValueError: Content-Length should be specified

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: It is also a question whether to disallow str explicitly, instead of letting it go through the Iterable check. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11089] ConfigParser 50x slower in 2.7

2011-02-02 Thread Georg Brandl
Georg Brandl added the comment: 3.2.1 should be fine. -- ___ Python tracker <http://bugs.python.org/issue11089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11105] Compiling evil ast crashes interpreter

2011-02-03 Thread Georg Brandl
Georg Brandl added the comment: Alex: If the node attributes were not mutable, it would be extremely awkward, not to say inefficient, to mutate an already existing AST as returned by ast.parse(). The AST objects in the _ast module aren't what Python works with internally, anyway.

[issue10891] Tweak sorting howto to eliminate redundancy

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: I do think that "list.sort() method of a list" is a bit too much. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue11110] Py_DECREF->Py_XDECREF in Module/_sqlite/module.c

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: Either one of these fixes (I prefer Brett's since it's shorter) should make it into 3.2. -- ___ Python tracker <http://bugs.python.o

[issue11082] ValueError: Content-Length should be specified

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: Then let us do that. Senthil, what about urlencode of bytes values returning a str? -- ___ Python tracker <http://bugs.python.org/issue11

[issue10736] test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: I would prefer just letting the tests fail. Disabled tests are usually forgotten, and never re-enabled. -- ___ Python tracker <http://bugs.python.org/issue10

[issue3367] Uninitialized value read in parsetok.c

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: No need to bump the version, it can go into 3.2.1. But seeing the history of this case, I don't want to play around here before 3.2 final. -- ___ Python tracker <http://bugs.python.org/i

[issue11118] Fix python3 None export

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: Me too. -- ___ Python tracker <http://bugs.python.org/issue8> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11138] Docs: incollect example: "fill" and "align"

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r88364. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue8691] Doc: left alignment is not the default for numbers

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r88365. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue8691> ___ __

[issue11079] Make OS X entry in Applications like that in Windows

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Same here: can't test it, but if you test it successfully and the installer runs, this is good for 3.2. -- ___ Python tracker <http://bugs.python.org/is

[issue11132] compileall.compile_dir loses 'optimize' parameter in recursion.

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r88366. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11079] Make OS X entry in Applications like that in Windows

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Same here: can't test it, but if you test it successfully and the installer runs, this is good for 3.2. -- ___ Python tracker <http://bugs.python.org/is

[issue11116] mailbox and email errors

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: > The traceback from email.generator is unfortunate. I should have > message_from-string reject non-ASCII input with a clear error message > like mailbox.add does now, but I didn't think of it. I will see if > the release manager will let me

[issue11134] Add missing type slots

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: I'm sure Martin has now carefully checked all the remaining slots and these three are the last ones to be added :) -- ___ Python tracker <http://bugs.python.org/is

[issue11135] Redundant doc field in TypeSpec

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Looks good. -- ___ Python tracker <http://bugs.python.org/issue11135> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11154] Alternate name for __pycache__

2011-02-09 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue11154> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11082] ValueError: Content-Length should be specified

2011-02-10 Thread Georg Brandl
Georg Brandl added the comment: Victor: I don't see an API change here. A ValueError is raised in both cases, and error messages are not part of the API. (And BTW, you may call me Georg.) Senthil: I'd like the documentation change to be a bit more explicit that a string is alway

[issue11173] Undocumented public APIs in Python 3.2

2011-02-10 Thread Georg Brandl
Georg Brandl added the comment: In fact, most of the functions are documented. (Mark S. apparently referred to the "What's new" document when talking about "documented" functions.) Missing are: PyAST_CompileEx (because PyAST_Compile wasn't docume

[issue11116] mailbox and email errors

2011-02-10 Thread Georg Brandl
Georg Brandl added the comment: Hmm, is "except Exception" the right thing to use here? The "finally" before executed for really all exceptions. Otherwise, this can go in. -- ___ Python tracker <http://bug

[issue11082] ValueError: Content-Length should be specified

2011-02-10 Thread Georg Brandl
Georg Brandl added the comment: I still find "user-specified encoding" unclear. This can be addressed at a different time though. Your exception message is missing a space between "bytes" and "or"; otherwise this is ok to commit. --

[issue11181] TLS end connection not detected properly in retrbinary

2011-02-11 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> giampaolo.rodola nosy: +giampaolo.rodola priority: normal -> high ___ Python tracker <http://bugs.python.org/i

[issue11171] Python 2.7.1 does not start when "./configure" is used with "--prefix" != "--exec-prefix"

2011-02-11 Thread Georg Brandl
Georg Brandl added the comment: That is my opinion as well. -- ___ Python tracker <http://bugs.python.org/issue11171> ___ ___ Python-bugs-list mailing list Unsub

[issue11116] mailbox and email errors

2011-02-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue6> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11197] information leakage with SimpleHTTPServer

2011-02-11 Thread Georg Brandl
Georg Brandl added the comment: This would be nice to fix in 3.2; however, since SimpleHTTPServer is not meant to be used in production, and it's not a regression, I will not hold up the release schedule for it. I'd need to see a patch for deciding. -- priority: relea

[issue11082] ValueError: Content-Length should be specified

2011-02-11 Thread Georg Brandl
Georg Brandl added the comment: Lowering priority and making a doc issue now that the code change has been made. -- components: +Documentation -Library (Lib) priority: deferred blocker -> normal ___ Python tracker <http://bugs.python.org/issu

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2011-02-12 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: kbk -> ned.deily nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue1028> ___ ___ Python-bugs-list mai

[issue11197] information leakage with SimpleHTTPServer

2011-02-13 Thread Georg Brandl
Georg Brandl added the comment: Lowering priority. -- priority: deferred blocker -> critical ___ Python tracker <http://bugs.python.org/issue11197> ___ ___ Py

[issue11206] test_readline unconditionally calls clear_history()

2011-02-13 Thread Georg Brandl
New submission from Georg Brandl : This function apparently is not available in all readline versions; e.g. the GNU readline 5.2 currently installed on dinsdale. This can be fixed (together with the unconditional reliance of test_distutils and test_zipfile on zlib) after 3.2 final

[issue11205] Evaluation order of dictionary display is different from reference manual.

2011-02-13 Thread Georg Brandl
Georg Brandl added the comment: I don't think so -- it's a very minor deviation from the spec and not a critical bug. -- ___ Python tracker <http://bugs.python.o

[issue11205] Evaluation order of dictionary display is different from reference manual.

2011-02-13 Thread Georg Brandl
Georg Brandl added the comment: BTW, it would be nice to know if this behavior was consistent with the docs at any time (the merge of the AST branch in 2.5 might be an obvious candidate where it was broken). Also interesting would be what other implementations of Python do

[issue941346] AIX shared library fix

2011-02-15 Thread Georg Brandl
Georg Brandl added the comment: This looks like it should (and could) go into 3.2 final. Agreed? -- nosy: +barry, benjamin.peterson, georg.brandl priority: normal -> release blocker status: closed -> open ___ Python tracker <http://bugs.p

[issue941346] AIX shared library fix

2011-02-15 Thread Georg Brandl
Georg Brandl added the comment: OK. Sébastien, could you make and attach a complete patch? -- ___ Python tracker <http://bugs.python.org/issue941346> ___ ___

[issue941346] AIX shared library fix

2011-02-15 Thread Georg Brandl
Georg Brandl added the comment: Committed in r88426. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue941346> ___ ___ Python-bugs-lis

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2011-02-15 Thread Georg Brandl
Georg Brandl added the comment: Committed to py3k in r88430. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/is

[issue11220] https sslv3 error 14077417: illegal parameter

2011-02-15 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue11220> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11221] all() returns wrong result when the parameters are non-encapsulated list-comprehension

2011-02-16 Thread Georg Brandl
Georg Brandl added the comment: It's not easy to reproduce this without the full list of decimals. Do you have a nonstandard decimal Context set? What is the result if you put the LC into a function, i.e. def f(L): return [(x<=y) for x,y in zip(L, L[1:])] print

[issue11222] Python3.2rc3 fails to build on Mac OS X with a non-framework build

2011-02-16 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue11222> ___ ___ Python-bugs-list mailing list Un

[issue11184] Broken large file support on AIX

2011-02-16 Thread Georg Brandl
Georg Brandl added the comment: Antoine, do you agree? I don't want waves of AIX changes going into 3.2 now... -- ___ Python tracker <http://bugs.python.org/is

[issue11221] all() returns wrong result when the parameters are non-encapsulated list-comprehension

2011-02-16 Thread Georg Brandl
Georg Brandl added the comment: And voila: >>> from numpy import bool_ >>> bool_ Case closed, I guess :) -- resolution: -> invalid status: open -> closed ___ Python tracker <http:/

[issue11233] clarifying Availability: Unix

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: The "Notes on availability" bullet list at the top of docs.python.org/library/os should already say everything that there is to say here... -- nosy: +georg.brandl resolution: -> works for me status: op

[issue10709] Misc/AIX-NOTES needs updating

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: Committed as r88438. Thanks! Please indicate how much of this needs to be backported to 2.7 and 3.1. -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issu

[issue11222] Python3.2rc3 fails to build on Mac OS X with a non-framework build

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: Committed as r88439 in py3k. -- priority: release blocker -> critical ___ Python tracker <http://bugs.python.org/issu

[issue11184] Broken large file support on AIX

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: Okay, committed to py3k in r88440. Does this need backporting? -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issu

[issue11249] Memory mismanagement with Py_tp_doc

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: Sounds like a blocker to me. Martin, will you be able to provide a patch before final? -- ___ Python tracker <http://bugs.python.org/issue11

[issue11233] clarifying Availability: Unix

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: That's a good point, indeed. -- ___ Python tracker <http://bugs.python.org/issue11233> ___ ___ Python-bugs-list mailing list

[issue11248] Tails of generator get lost under zip()

2011-02-19 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> docs@python components: +Documentation -None nosy: +docs@python stage: committed/rejected -> needs patch ___ Python tracker <http://bugs.python.org/i

[issue11249] Memory mismanagement with Py_tp_doc

2011-02-19 Thread Georg Brandl
Georg Brandl added the comment: OK, committed in r88443 (with error handling made more consistent). BTW, the return from PyType_GenericAlloc isn't NULL-checked, which looks like a potential crasher to me. Not release-critical though. -- resolution: -> fixed status: open -

[issue11252] Handling statement OR assignment continuation '\' on Win32 platform

2011-02-20 Thread Georg Brandl
Georg Brandl added the comment: Why do you think this is a bug in Python as opposed to one in the script parsing the .conf file? -- nosy: +georg.brandl resolution: -> invalid status: open -> pending ___ Python tracker <http://bugs.p

[issue11264] Format Specification Mini-Language missing type 'i'?

2011-02-20 Thread Georg Brandl
Georg Brandl added the comment: IMO the new format language was quite right to do away with redundant specifiers, since "d" and "i" are completely equivalent. -- assignee: -> eric.smith nosy: +eric.smith, georg.brandl __

[issue11261] urlopen breaks when data parameter is used.

2011-02-20 Thread Georg Brandl
Georg Brandl added the comment: Quite a few docs still say "string" where in fact bytes are expected in Python 3.x; we're updating these as we go along. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@py

[issue11261] urlopen breaks when data parameter is used.

2011-02-20 Thread Georg Brandl
Changes by Georg Brandl : -- type: crash -> behavior versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue11261> ___ ___ Python-bugs-list mai

[issue11252] Handling statement OR assignment continuation '\' on Win32 platform

2011-02-20 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue11252> ___ ___ Python-bugs-list mai

[issue11272] input() has trailing carriage return on windows

2011-02-21 Thread Georg Brandl
Changes by Georg Brandl : -- keywords: +3.2regression ___ Python tracker <http://bugs.python.org/issue11272> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2646] Python does not accept unicode keywords

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- keywords: +26backport -patch priority: -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2646> __ _

[issue2548] Undetected error in exception handling

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: critical -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2548> __ ___

[issue2542] PyErr_ExceptionMatches must not fail

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2542> __ ___ Pyt

[issue2775] Implement PEP 3108

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- dependencies: +rename test_support to support __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ _

[issue2844] int() lies about base parameter

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'm -1 on complicating these simple functions. Raymond? -- assignee: -> rhettinger nosy: +georg.brandl, rhettinger __ Tracker <[EMAIL PROTECTED]> <http://bu

[issue2831] Adding start to enumerate()

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay. I'm against making the argument keyword-only -- IMO keyword-only arguments really should only be used in cases where their existence has some advantage, like for max(). -- nosy: +g

[issue2831] Adding start to enumerate()

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, committed a matching patch in r63208. Thank you all! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2833] __exit__ silences the active exception

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Raising priority. -- nosy: +georg.brandl priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2775] Implement PEP 3108

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- dependencies: +Patch to rename HTMLParser module to lower_case __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1005] Patches to rename Queue module to queue

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Queue has already been renamed in the meantime. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as "won't fix". -- resolution: -> wont fix status: open -> closed _ Tracker <[EMAIL PROTECTED]> <

[issue2775] Implement PEP 3108

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- dependencies: +Patch to rename *Server modules to lower-case __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1467929] %-formatting and dicts

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This probably won't be important anymore now that we have str.format()... -- priority: normal -> low _ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1025] tracebacks from list comps (probably other comps) don't show full stack

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This seems to be fixed in current SVN. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1762972] 'exec' does not accept what 'open' returns

2008-05-13 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: christian.heimes -> gvanrossum _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1762972> _ _

[issue1762972] 'exec' does not accept what 'open' returns

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This has apparently been fixed now. -- nosy: +georg.brandl _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1467929] %-formatting and dicts

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I didn't want to imply that, but seeing that nobody cared about it for so long I hadn't much hope for the future... ;) _ Tracker <[EMAIL PROTECTED]> <http://bug

[issue2775] Implement PEP 3108

2008-05-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Keep one file per submodule, but rename them to the new names, and update all references to the old name. If the new toplevel package (http in this case) contains something, there must be a new file for it. -- nosy: +georg.

<    8   9   10   11   12   13   14   15   16   17   >