[issue4630] IDLE no longer respects .Xdefaults insertOffTime

2009-03-29 Thread Mark Summerfield
Mark Summerfield added the comment: I think a checkbox would be better: [X] Blinking cursor or [X] Cursor blink but if you use radio buttons you could have: Cursor blink (*) On ( ) Off -- ___ Python tracker ___

[issue1558802] Tru64 make install failure

2009-03-29 Thread Ralf W. Grosse-Kunstleve
Ralf W. Grosse-Kunstleve added the comment: It is no longer a problem for me. As of last fall, we don't have any Tru64 machines anymore. -- ___ Python tracker ___

[issue5482] RFC: improve distutils bdist_rpm so it builds pure python modules as single packages that works across architectures

2009-03-29 Thread David Fraser
Changes by David Fraser : -- nosy: +davidfraser ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1527597] New module: miniconf

2009-03-29 Thread S.Fourmanoit
S.Fourmanoit added the comment: Daniel, I see many people relying on print() and exec() to basically perform the same task miniconf does: dumping and loading groups of parameters in a human-readable, 100% pythonic form. Look in the wild: http://www.google.com/search?q=exec+filetype:py I thin

[issue1571878] Improvements to socket module exceptions

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

[issue1583863] __str__ cannot be overridden on unicode-derived classes

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

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

2009-03-29 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: It seems not happening on VC6. Stack size modification was checked in r65663 to workaround this issue, but SEGV doesn't occur even if I reverted this change on working copy. But when I lowered stack size of python_d.exe too much, SEGV occurred. Please ask or

[issue2755] IDLE ignores module change before restart

2009-03-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1509798] replace dist/src/Tools/scripts/which.py with tmick's which

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Demos and Tools -None stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___

[issue1512163] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Documentation stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ _

[issue1512124] OSX: debugger hangs IDLE

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

[issue1509060] Interrupt/kill threads w/exception

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1508864] threading.Timer/timeouts break on change of win32 local time

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

[issue1506122] Add "compose" function to the functools

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1463043] test_minidom.py fails for Python-2.4.3 on SUSE 9.3

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

[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 _

[issue1560032] confusing error msg from random.randint

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Paul, I meant no disrespect, but it seemed to me not even you wanted it fixed (as you never replied to Georg's comment). I stated I'd close this issue unless someone wanted it fixed. I'm reopening it, as you do want it fixed :) FWIW and IMHO, I don't see much im

[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 _

[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 __

[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 ___ _

[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

[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

[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 ___ _

[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

[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

[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 ___ _

[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

[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

[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

[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 ___ ___

[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 ___ _

[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

[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 ___ _

[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

[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 ___ _

[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 ___ _

[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

[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

[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

[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

[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 ___

[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

[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 ___ _

[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 ___ _

[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.

[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 ___

[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 ___

[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 ___ __

[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 ___

[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

[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 ___

[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

[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

[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

[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

[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 ___

[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

[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 _

[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 ___

[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

[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

[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

[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

[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

[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

[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

[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

[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 ___ _

[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

[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 ___

[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

[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

[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

[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 ___ ___

[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

[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

[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 ___

[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

[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

[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

[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

[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 ___ ___

[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 ___

[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

[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:

[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 ___ __

[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

[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

[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 ___

[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

[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 _

[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 ___

[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

[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

[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 _

[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

[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

[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

[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

[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

  1   2   3   >