[issue3417] make the fix_dict fixer smarter

2010-08-21 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue4659] compilation warning in Modules/zipimport.c

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed by r81032. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue4973] calendar formatyearpage returns bytes, not str

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing, this is working as expected. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker ___ __

[issue4844] ZipFile doesn't range check in _EndRecData()

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> mcherm nosy: +alanmcintyre, mcherm ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1772833] -q (quiet) option for python interpreter

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue4475] More verbose error message for Py_FindMethod

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing now that 2.x is in bugfix-only. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue3825] Major reworking of Python 2.5.2 re module

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Work has gone on in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker _

[issue2486] Recode (parts of) decimal module in C

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> skrah nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue1379984] HP-UX: Can't shl_load() a library containing Thread Local

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Is a patch still forthcoming? -- nosy: +georg.brandl resolution: -> out of date status: open -> pending ___ Python tracker ___ ___

[issue1721518] Small case which hangs

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: If at all, this will be fixed by applying #2636. -- resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker

[issue5355] Expat parser error constants are string descriptions

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: After talking to Fred, I'll add a "codes" attribute mapping the error constant strings to their codes. Changing the constants to integers would be very bad for b/w compatibility. -- assignee: -> georg.brandl nosy: +georg.brandl versions: +Python 3.2 -

[issue2218] Enhanced hotshot profiler with high-resolution timer

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: hotshot won't get any more updates. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue4327] Patch: simplify complex constant assignment statements

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I'm going to reject this; it adds a whole lot of code for optimizing very a minor usecase. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker

[issue4596] 2to3 does not fail as early as possible.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___

[issue433024] SRE: (?flag) isn't properly scoped

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I don't think this should be changed anymore, at least not without a flag. Anyway, it is implemented in #2636. -- nosy: +georg.brandl status: open -> closed superseder: Major reworking of Python 2.5.2 re module -> Regexp 2.7 (modifications to current r

[issue433027] SRE: (?-flag) is not supported.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: See #2636, which implements this. -- dependencies: -Major reworking of Python 2.5.2 re module nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___

[issue231540] threads and profiler don't work together

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: OK, closing as out of date. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue433029] SRE: posix classes aren't supported

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Implemented in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Regexp 2.7 (modifications to current re 2.2.2) ___ Python tracker

[issue433030] SRE: Atomic Grouping (?>...) is not supported

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Implemented in #2636. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___

[issue2899] Fixers find, rfind, etc in 'string' module

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: I guess this will not happen then. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___ _

[issue5016] FileIO.seekable() can return False

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue3101] global function _add_one_to_index_C

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Functions are still present and non-static in trunk. -- assignee: teoliphant -> pitrou nosy: +georg.brandl ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1337876] Inconsistent use of buffer interface in string and unicode

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: This won't get applied anymore to 2.x. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue1748015] Module-level stack scopes have incorrect bindings.

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Cannot reproduce in trunk. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue1295179] termios.c in qnx4.25

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid or can it be closed? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker __

[issue1298813] sysmodule.c: realpath() is unsafe

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Surely this security issue should be addressed? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ P

[issue1298813] sysmodule.c: realpath() is unsafe

2010-08-21 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 2.7, Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1303434] Please include pdb with windows distribution

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 3.2 -Python 2.7, Python 3.0 ___ Python tracker ___ ___ Pytho

[issue1303673] traceback on trying to load a hotshot stats file

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Hotshot is unmaintained and has been removed from py3k. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___ __

[issue1306253] Python 2.4.2c1 fails to build on 64-bit Solaris 10

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1327594] Static Windows Build fails to locate existing installation

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1332869] Fatal Python error: Interpreter not initialized

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1733184] slice type is unhashable

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: This needs to stay rejected. I'm unwilling to introduce special cases in the language just to support a peephole optimization. -- assignee: gvanrossum -> rhettinger ___ Python tracker

[issue2268] Fold slice constants

2010-08-21 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1503] test_xmlrpc is still flakey

2010-08-21 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1346874] httplib simply ignores CONTINUE

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

[issue2268] Fold slice constants

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: The was a nice attempt at a peephole optimization. I'm rejecting it because: * too many other things need to be changed to support it * the measured win is somewhat small * we have a negative bias towards expanding the peephole optimizer * the AST may be a b

[issue1733184] slice type is unhashable

2010-08-21 Thread Guido van Rossum
Guido van Rossum added the comment: Did Alexander ever present his case to python-dev? -- ___ Python tracker ___ ___ Python-bugs-li

[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: I support adding index() and count() to range objects. -- ___ Python tracker ___ ___ Python-bugs-

[issue1375011] Improper handling of duplicate cookies

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Even if the patch is still valid there are still no doc or unit test changes. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker _

[issue1374063] Broader iterable support for xmlrpclib

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Is anyone interested in this or can it be closed? -- nosy: +BreamoreBoy stage: -> patch review type: -> feature request versions: +Python 3.2 -Python 2.6 ___ Python tracker ___

[issue4844] ZipFile doesn't range check in _EndRecData()

2010-08-21 Thread Alan McIntyre
Alan McIntyre added the comment: I wrote a test for this and tried out the patch on the Python3 trunk, and it seems to work ok. I've attached an updated patch that includes the test. It probably wouldn't hurt to go look for other places where a struct is being unpacked without checking lengt

[issue1441530] socket read() can cause MemoryError in Windows

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: At least three solutions to this have been suggested. The simplest is that provided by Márcio but is this acceptable? -- nosy: +BreamoreBoy stage: -> patch review type: performance -> behavior versions: +Python 3.1 -Python 2.6 ___

[issue1529353] Squeezer - squeeze large output in the interpreter

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1442493] IDLE shell window gets very slow when displaying long lines

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Pytho

[issue1446619] extended slice behavior inconsistent with docs

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list m

[issue1447222] tkinter Dialog fails when more than four buttons are used

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker ___ __

[issue1295179] termios.c in qnx4.25

2010-08-21 Thread kbob_ru
kbob_ru added the comment: Still valid in version 2.7. Not tested in verions 3.* tnx for reminder me. -- versions: -Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue8750] Many of MutableSet's methods assume that the other parameter is not self

2010-08-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: The patch looks good. Feel free to apply. -- assignee: rhettinger -> stutzbach ___ Python tracker ___ ___

<    1   2   3