[issue2986] difflib.SequenceMatcher not matching long sequences

2009-03-29 Thread Mike Rotondo
Mike Rotondo added the comment: >From the source, it seems that there is undocumented behavior to SequenceMatcher which is causing this error. If b is longer than 200 characters, it will consider any element x in b that takes up more than 1% of it's contents as "popular", and thus junk. So, in

[issue5337] Scanner class in re module undocumented

2009-03-29 Thread Matthew Barnett
Matthew Barnett added the comment: FYI, I did tidy up the class and add a 'scaniter' method when I was working on issue #2636; it might yet see the light of day if it gets the go ahead! -- nosy: +mrabarnett ___ Python tracker

[issue2560] removal of stale code from myreadline.c

2009-03-29 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: This patch looks good to me and applies cleanly to the trunk. Here's a synopsis of the code (before the patch) in question: static int my_fgets(char *buf, int len, FILE *fp) { for(;;) { /* a bunch of code that does not contain break or continue

[issue2986] difflib.SequenceMatcher not matching long sequences

2009-03-29 Thread R. David Murray
R. David Murray added the comment: On Mon, 30 Mar 2009 at 00:40, Mike Rotondo wrote: > This seems to mean that you won't actually get an accurate diff in > certain cases, which seems odd. At the very least, this behavior should > probably be documented. Do people think it should be changed to ge

[issue1332732] Incorrect use of -L/usr/lib/termcap

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1234328] 'insufficient disk space' message wrong (msi on win xp pro)

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing on lack of response, uncommon use case. -- resolution: -> rejected status: pending -> closed ___ Python tracker ___ __

[issue1412448] Compile under mingw properly

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing on lack of response. -- resolution: -> rejected status: pending -> closed ___ Python tracker ___ _

[issue1447945] Unable to stringify datetime with tzinfo

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing: this is about 3rd party not following a documented API. -- resolution: -> wont fix status: pending -> closed ___ Python tracker ___ _

[issue1488906] endless loop in PyCFunction_Fini()

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Marked as fixed downstream, so closing. -- resolution: -> out of date status: pending -> closed ___ Python tracker ___ ___

[issue1276509] 2.4.1 make fails on Solaris 10 (complexobject.c/HUGE_VAL)

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing on lack of response. This issue is also addressed in pymath.h's comments. -- resolution: -> wont fix status: pending -> closed ___ Python tracker

[issue1119626] patches to compile for AIX 4.1.x

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list maili

[issue1351020] PythonD DJGPP-specific patch set for porting to DOS.

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Leaving open, then :) -- status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailin

[issue5599] test_email_codecs is skipped because it fails to import TestSkipped from test_support

2009-03-29 Thread R. David Murray
New submission from R. David Murray : Recently (maybe within the last couple days) on the 2.7 trunk test_email_codecs has started to get skipped: rdmur...@partner:~/python/trunk>./python -m test.regrtest test_email_codecs test_email_codecs test_email_codecs skipped -- cannot import name TestSkip

[issue1571184] Generate numeric/space/linebreak from Unicode database.

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: I believe this one is out of date, but without a sample test to check verifying is harder... -- nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker

[issue1571170] Some numeric characters are still not recognized

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Generate numeric/space/linebreak from Unicode database. stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker __

[issue5599] test_email_codecs is skipped because it fails to import TestSkipped from test_support

2009-03-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r70703. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue4352] imp.find_module() fails with a UnicodeDecodeError when called with non-ASCII search paths

2009-03-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: I can reproduce this problem on Windows Vista, fresh py3k sources. Looks like bug occurs only with Latin-1 characters. At least Cyrillic works ok. -- nosy: +asvetlov ___ Python tracker

[issue5600] Slight inaccuracy in webbrowser documentation

2009-03-29 Thread Mitchell Model
New submission from Mitchell Model : The sentence introducing "Browser Controller Objects" in the documentation of the webbrowser module says that the methods parallel two of the module's convenience functions; it's really three. -- assignee: georg.brandl components: Documentation mess

[issue1562308] uninitialized memory read in parsetok()

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Seems to be the same as issue 3367, but Kristján forgot his repro case there. -- dependencies: +Uninitialized value read in parsetok.c nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5

[issue3367] Uninitialized value read in parsetok.c

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: According to issue 1562308, "exec ''" is enough to reproduce this. -- nosy: +ajaksu2 stage: -> test needed versions: -Python 2.5 ___ Python tracker

[issue1563079] code.InteractiveConsole() and closed sys.stdout

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk, works fine on py3k. -- keywords: +easy, patch nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker

[issue1565071] update Lib/plat-linux2/IN.py

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: IN.py on trunk still lacks IN.SIOCGIFADDR (mentioned by the linked bug's OP). Present SIOC* in IN.py: SIOCSPGRP = 0x8902 SIOCGPGRP = 0x8904 SIOCATMARK = 0x8905 SIOCGSTAMP = 0x8906 -- nosy: +ajaksu2 stage: -> test needed type: -> behavior _

[issue1565509] Repair or Change installation error

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: If Greg's diagnostic is correct, then it's either a WFM (uncommon use case) or a matter of hard-coding the installer file name. Closing as WFM, reopen if necessary. -- nosy: +ajaksu2 priority: normal -> low resolution: -> works for me stage: -> test ne

[issue1566260] Better order in file type descriptions

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list m

[issue1566331] Bad behaviour in .obuf*

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___

[issue1569040] Speed up using + for string concatenation

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: IIRC, this was rejected as part of a larger string views proposal. Leaving open so that current performance optimizers can take a look at this :) -- nosy: +ajaksu2 priority: normal -> low type: -> performance versions: -Python 2.6 _

[issue1569040] Speed up using + for string concatenation

2009-03-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: I'm rejecting this because previous string "views" have been rejected. -- nosy: +benjamin.peterson resolution: -> rejected status: open -> closed ___ Python tracker

[issue5600] Slight inaccuracy in webbrowser documentation

2009-03-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r70704. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue3154] "Quick search" box renders too wide if font size is large

2009-03-29 Thread R. David Murray
R. David Murray added the comment: I confirm that this happens with FF 3.0.6 on Gentoo Linux if I press the + (zoom) key enough times (the page otherwise looks good, but the search box pokes out of the margin box and overlays text in the content area). At even larger font sizes it becomes appare

[issue1554133] PyOS_InputHook() and related API funcs. not documented

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: The only mention I can find is in Misc/HISTORY: When the interpreter shell is invoked interactively, it attempts to import the readline module; when this fails, the default input mechanism is used. The hook variables are PyOS_InputHook and PyOS_Re

[issue1555842] email package and Unicode strings handling

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ __

[issue1557490] 2.5c1 Core dump during 64-bit make on Solaris 9 Sparc

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Rejecting this on lack of feedback, likelihood of being a compiler problem and being solvable by a different order of 64bit libraries in LD_LIBRARY_PATH. -- nosy: +ajaksu2 resolution: -> rejected stage: -> committed/rejected status: open -> closed type:

[issue1558802] Tru64 make install failure

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Ralf, Chris, is this still an issue? Feedback from issue 727732 makes me believe this is a pretty ancient platform, so I'll close this if no interested parties voice their opposition. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed statu

[issue1559298] test_popen fails on Windows if installed to "Program Files"

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests stage: -> patch review type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___

[issue1559549] ImportError needs attributes for module and file name

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___

[issue1560032] confusing error msg from random.randint

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: I'll close this as won't fix unless someone wants to fix this. -- nosy: +ajaksu2 status: open -> pending type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker

[issue1560794] strftime('%z') behaving differently with/without time arg.

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as issue 1667546 is much more advanced (patch and discussion). -- dependencies: +time.strftime() %z error nosy: +ajaksu2 resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Time zone-capable variant of ti

[issue1584] Mac OS X: building with X11 Tkinter

2009-03-29 Thread R. David Murray
R. David Murray added the comment: Reopening since additional feedback was provided clarifying the request. How does this request interact with the business about building the Mac installer with a local tk installed? Does the fact that that does something useful mean that this request is in fa

[issue1544102] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: reedobrien: can you still reproduce the problem? I'll close this issue unless we can confirm it's still present. -- components: +Tests, ctypes nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versio

[issue1546442] subprocess.Popen can't read file object as stdin after seek

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Not a bug, leaving open for the doc RFE (but suggest closing anyway). -- components: +Documentation -Library (Lib) nosy: +ajaksu2 priority: normal -> low type: -> feature request versions: +Python 2.6 -Python 2.4 ___

[issue1547300] Wireless on Python

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing on lack of response. FWIW, for this RFE to have any chance at all it'd (at the very least) need a much better description of goals, use cases and benefits of having it included in the standard library. -- nosy: +ajaksu2 resolution: -> invalid st

[issue1553166] python 2.5 install can't find tcl/tk in /usr/lib64

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as duplicate of issue 1294959. -- nosy: +ajaksu2 resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Problems with /usr/lib64 builds. type: -> behavior ___ Python tra

[issue1553375] Add traceback.print_full_exception()

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___

[issue1553819] Class instance apparently not destructed when expected

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as invalid. If someone wants to salvage the doc RFE, please reopen. -- nosy: +ajaksu2 resolution: -> invalid stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker

[issue1542677] IDLE shell gives different len() of unicode strings compared to Python shell

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: This is about a disparity between IDLE and the python shell. I'm guessing different encodings are to blame here and that this is invalid. The disparity is present in an UCS4 build (IDLE shows UCS2-like behavior[1], maybe because it's using UTF8?). [1] http://mai

[issue1543467] test_tempfile fails on cygwin

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as WFM, reopen if you'd like to address the alternative way of calling test_tempfile. -- nosy: +ajaksu2 resolution: -> works for me stage: -> committed/rejected status: open -> closed type: -> behavior ___ P

[issue1543469] test_subprocess fails on cygwin

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm this? It'll be closed soon otherwise. -- components: +Tests keywords: +patch nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> behavior versions: +Python 2.6 -Python 2.5 ___

[issue5601] webbrowser doesn't just open browsers

2009-03-29 Thread Mitchell Model
New submission from Mitchell Model : There is a problem with the documentation of the webbrowser module: opening a URL doesn't necessarily open it in a browser. The documentation of the open function and method should say that the URL is opened in whatever application the system chooses based

[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +XML -None stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue1540112] Allow choice of copy function in shutil.copytree

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Py

[issue1542432] python-2.5c1.msi contains ICE validation errors and warnings

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as the build is now based on a different VS version, with new project files, and there was no evidence this ever caused real problems. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed

[issue1542544] Improve dynamic linking support on AIX

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Göran: do you still need this? -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker

[issue1730372] Mesa with NPTL makes Python extensions crash with std::cerr

2009-03-29 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file13465/spam.cc ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5563] Document bdist_msi

2009-03-29 Thread Steven Bethard
Steven Bethard added the comment: The original docs request was for a rationale for using bdist_msi instead of bdist_wininst, but you're right there should be something at least a little specification-y. And we probably want to keep it pretty short, so maybe something like:: .. class: distuti

[issue5602] Slight punctuation problem in documentation of urllib.request.urlopen

2009-03-29 Thread Mitchell Model
New submission from Mitchell Model : In the documentation of the urllib.request module, the function urllib.request.urlretrieve is shown with parameters: (url[, data][, timeout]) Shouldn't the right bracket after 'data' be after 'timeout'? -- assignee: georg.brandl components: D

[issue5603] Garbled sentence in documentation of urllib.request.urlopen

2009-03-29 Thread Mitchell Model
New submission from Mitchell Model : The middle sentence of the last paragraph of the documentation of urllib.request.urlopen is garbled, reading: "The urlopen function from the previous version, Python 2.6 and earlier, of the module urllib has been discontinued as urlopen can return the f

[issue1531505] distutils 'register' command and windows home directories

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as the patch from issue 1858 was committed. -- nosy: +ajaksu2 resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Make .pypirc handle multiple servers ___ Python tracker

[issue1531775] HTTPSConnection request hangs

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: This needs a test case reproducing the 'unexpected close'. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___

[issue1531859] Tracing and profiling functions can cause hangs in threads

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: The supplied test case passes for me (Linux, trunk). -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker _

[issue1533105] NetBSD build with --with-pydebug causes SIGSEGV

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Hirokazu-san, does this still happen in 2.6? -- assignee: -> georg.brandl components: +Tests keywords: +patch nosy: +ajaksu2, georg.brandl stage: -> patch review type: -> crash ___ Python tracker

[issue1533493] Tools/modulator does not exist (ext 1.4)

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> feature request versions: +Python 2.6 -Python 2.5 ___ Python tracker ___

[issue1533520] Allow thread(ing) tests to pass without setting stack size

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: The relevant tests were converted to unittest and don't rely Lib/test/output/test_thread anymore. I'll close this unless someone wants to salvage tests from the patch. -- nosy: +ajaksu2 priority: normal -> low stage: -> patch review status: open -> pendi

[issue1534738] Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing due to msi build changes in 2.6, reopen if this is still valid. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker

[issue1536339] "make install" doesn't install to /usr/lib64 on x86_64 boxes

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as a duplicate of issue 1294959. -- nosy: +ajaksu2 resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Problems with /usr/lib64 builds. ___ Python tracker

[issue1537721] csv module: add header row to DictWriter

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Py

[issue1538556] PyThreadState_SetAsyncExc bug

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Is this still valid? I recall some discussions about raising exceptions in another thread and don't think the use case is supported. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___

[issue5095] msi missing from "bdist --help-formats"

2009-03-29 Thread Steven Bethard
Steven Bethard added the comment: The following 2 line patch adds "msi" to the list of formats (patch against py3k trunk). I'm pretty sure this is all that it takes, but I'd appreciate if someone with more distutils experience could glance at it. -- keywords: +needs review Added file: h

[issue1528167] Tweak to make string.Templates more customizable

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7 -Python 2.6 ___ Python tracker ___

[issue1528593] Printing: No print dialog or page setup

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo stage: -> test needed versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ __

[issue1528363] forward in turtle module may cause incorrect display

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Cannot confirm on Linux/trunk. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___

[issue1529353] Squeezer - squeeze large output in the interpreter

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___

[issue1530012] Literal strings use BS as octal escape character

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Invalid as bug, keeping open for the doc RFE. -- assignee: -> georg.brandl components: +Documentation -Interpreter Core nosy: +ajaksu2, georg.brandl priority: normal -> low stage: -> needs patch type: -> feature request versions: +Python 2.6, Python 3.

[issue1531415] parsetok.c emits warnings by writing to stderr

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue1522587] Tix.Grid patch

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue1525343] Webserver TypeError: expected read buffer, NoneType found

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker

[issue1525806] Tkdnd mouse cursor handling patch

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___

[issue1527597] New module: miniconf

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: I like this, but think it would need quite some demand to be a candidate for the standard library. -- nosy: +ajaksu2 stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker

[issue1528154] New sequences for Unicode groups and block ranges needed

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Has this been addressed for 2.6/3.0? Do the LOCALE and UNICODE constants cover this? -- components: +Unicode nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker

[issue1569040] Speed up using + for string concatenation

2009-03-29 Thread Larry Hastings
Larry Hastings added the comment: I'm not saying that killing a two-year-old DOA patch is the wrong move--though I hold out hope that lazy string concatenation in CPython will yet happen. But you shouldn't kill this patch just because you think it has something to do with "string views"--it doe

[issue1730372] Mesa with NPTL makes Python extensions crash with std::cerr

2009-03-29 Thread R. David Murray
R. David Murray added the comment: I compiled the referenced test program on Gentoo, where my Mesa library is compiled with NPTL: rdmur...@partner:~>equery uses mesa [ Searching for packages matching mesa... ] [ Legend : Left column (U) - USE flags from make.conf ] [: Righ

[issue1520879] make install change: Allow $DESTDIR to be relative

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue1521051] Extra configurability for doctest TestCases

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ _

[issue1521491] file.seek() influences write() when opened with a+ mode

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm this for Windows and 2.6? Closing otherwise. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending title: file.seek() influelce write() when opened with a+ mode -> file.seek() influences write() when

[issue1521950] shlex.split() does not tokenize like the shell

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ _

[issue1522237] _threading_local.py logic error in _localbase __new__

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: It isn't obvious to me that this issue is valid. Some more context: class _localbase(object): __slots__ = '_local__key', '_local__args', '_local__lock' def __new__(cls, *args, **kw): self = object.__new__(cls) key = '_local__key', 'threa

[issue1522400] irda socket support

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker ___ _

[issue1565509] Repair or Change installation error

2009-03-29 Thread Greg Hazel
Greg Hazel added the comment: IE renamed the file for me. So this is not uncommon. -- status: closed -> open ___ Python tracker ___ ___

[issue5538] tearDown in unittest should be executed regardless of result in setUp

2009-03-29 Thread Garrett Cooper
Garrett Cooper added the comment: As an FYI, I'm going to push this off until next week or the week after because I have more pressing things to take care of and have an OK workaround for this issue. -- ___ Python tracker

[issue1516897] Use dynload_shlib on newer HP-UX versions

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Kjetil, has issue 1454844 fixed this? -- dependencies: +Use dlopen() to load extensions on Darwin, where possible nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending type: -> feature request versions: +Python 2.7 -Python

[issue1520818] fcntl.ioctl fails to copy back exactly-1024 buffer

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Closing due to lack of feedback. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue1521196] smtplib login fails with aol smtp server

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ _

[issue4352] imp.find_module() fails with a UnicodeDecodeError when called with non-ASCII search paths

2009-03-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: >From my understanding (after tracing/debugging) problem lies in import.c find_module tries to convert path from unicode to bytestring using Py_FileSystemDefaultEncoding (line 1397). For Windows it is 'mbcs'. Conversion done with decode_mbcs (unicodeobject.c:4

[issue1560032] confusing error msg from random.randint

2009-03-29 Thread paul rubin
paul rubin added the comment: ajaksu2, I don't understand why you want to close this bug if it isn't fixed. I can accept that it's not the highest priority issue in the world, but it's something that trips up users from time to time, and it ix obviously fixable. Closing bugs like this is demor

[issue1512791] module wave does no rounding

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ _

[issue1513802] __del__: Type is cleared before instances

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk and py3k. Has this passed the the won't-fix threshold? -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker

[issue1514420] Missing module code does spurious file search

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in py3k and trunk. It's also possible to create a file named "", I seem to recall discussion on this. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5

[issue1515142] sgmllib should recover from unmatched quotes

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ _

[issue1515839] socket timeout inheritance on accept

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker __

[issue4015] [patch] make installed scripts executable on windows

2009-03-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: optional .bat file generating - probably not bad idea. But I definitely don't want to see this issue as default. Maybe just tool for generating bat files for desired packages based on package metadata for scripts can be solution? -- nosy: +asvetlov _

[issue1451466] reading very large files

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Error reading files larger than 4GB stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker _

<    1   2   3   >